1 1 | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 + | /* StructureGenerator.kt:197 */
|
2 3 | #[allow(missing_docs)] // documentation missing in model
|
4 + | /* RustType.kt:516 */
|
3 5 | #[non_exhaustive]
|
6 + | /* RustType.kt:516 */
|
4 7 | #[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
|
5 - | pub struct HttpRequestWithLabelsInput {
|
8 + | pub /* StructureGenerator.kt:201 */ struct HttpRequestWithLabelsInput {
|
9 + | /* StructureGenerator.kt:231 */
|
6 10 | #[allow(missing_docs)] // documentation missing in model
|
7 11 | pub string: ::std::option::Option<::std::string::String>,
|
8 - | #[allow(missing_docs)] // documentation missing in model
|
12 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
9 13 | pub short: ::std::option::Option<i16>,
|
10 - | #[allow(missing_docs)] // documentation missing in model
|
14 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
11 15 | pub integer: ::std::option::Option<i32>,
|
12 - | #[allow(missing_docs)] // documentation missing in model
|
16 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
13 17 | pub long: ::std::option::Option<i64>,
|
14 - | #[allow(missing_docs)] // documentation missing in model
|
18 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
15 19 | pub float: ::std::option::Option<f32>,
|
16 - | #[allow(missing_docs)] // documentation missing in model
|
20 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
17 21 | pub double: ::std::option::Option<f64>,
|
18 - | /// Serialized in the path as true or false.
|
22 + | /// /* StructureGenerator.kt:231 */Serialized in the path as true or false.
|
19 23 | pub boolean: ::std::option::Option<bool>,
|
20 - | /// Note that this member has no format, so it's serialized as an RFC 3399 date-time.
|
24 + | /// /* StructureGenerator.kt:231 */Note that this member has no format, so it's serialized as an RFC 3399 date-time.
|
21 25 | pub timestamp: ::std::option::Option<::aws_smithy_types::DateTime>,
|
26 + | /* StructureGenerator.kt:201 */
|
22 27 | }
|
28 + | /* StructureGenerator.kt:135 */
|
23 29 | impl HttpRequestWithLabelsInput {
|
30 + | /* StructureGenerator.kt:231 */
|
24 31 | #[allow(missing_docs)] // documentation missing in model
|
32 + | /* StructureGenerator.kt:166 */
|
25 33 | pub fn string(&self) -> ::std::option::Option<&str> {
|
34 + | /* StructureGenerator.kt:169 */
|
26 35 | self.string.as_deref()
|
36 + | /* StructureGenerator.kt:166 */
|
27 37 | }
|
38 + | /* StructureGenerator.kt:231 */
|
28 39 | #[allow(missing_docs)] // documentation missing in model
|
40 + | /* StructureGenerator.kt:166 */
|
29 41 | pub fn short(&self) -> ::std::option::Option<i16> {
|
42 + | /* StructureGenerator.kt:168 */
|
30 43 | self.short
|
44 + | /* StructureGenerator.kt:166 */
|
31 45 | }
|
46 + | /* StructureGenerator.kt:231 */
|
32 47 | #[allow(missing_docs)] // documentation missing in model
|
48 + | /* StructureGenerator.kt:166 */
|
33 49 | pub fn integer(&self) -> ::std::option::Option<i32> {
|
50 + | /* StructureGenerator.kt:168 */
|
34 51 | self.integer
|
52 + | /* StructureGenerator.kt:166 */
|
35 53 | }
|
54 + | /* StructureGenerator.kt:231 */
|
36 55 | #[allow(missing_docs)] // documentation missing in model
|
56 + | /* StructureGenerator.kt:166 */
|
37 57 | pub fn long(&self) -> ::std::option::Option<i64> {
|
58 + | /* StructureGenerator.kt:168 */
|
38 59 | self.long
|
60 + | /* StructureGenerator.kt:166 */
|
39 61 | }
|
62 + | /* StructureGenerator.kt:231 */
|
40 63 | #[allow(missing_docs)] // documentation missing in model
|
64 + | /* StructureGenerator.kt:166 */
|
41 65 | pub fn float(&self) -> ::std::option::Option<f32> {
|
66 + | /* StructureGenerator.kt:168 */
|
42 67 | self.float
|
68 + | /* StructureGenerator.kt:166 */
|
43 69 | }
|
70 + | /* StructureGenerator.kt:231 */
|
44 71 | #[allow(missing_docs)] // documentation missing in model
|
72 + | /* StructureGenerator.kt:166 */
|
45 73 | pub fn double(&self) -> ::std::option::Option<f64> {
|
74 + | /* StructureGenerator.kt:168 */
|
46 75 | self.double
|
76 + | /* StructureGenerator.kt:166 */
|
47 77 | }
|
48 - | /// Serialized in the path as true or false.
|
78 + | /// /* StructureGenerator.kt:231 */Serialized in the path as true or false.
|
79 + | /* StructureGenerator.kt:166 */
|
49 80 | pub fn boolean(&self) -> ::std::option::Option<bool> {
|
81 + | /* StructureGenerator.kt:168 */
|
50 82 | self.boolean
|
83 + | /* StructureGenerator.kt:166 */
|
51 84 | }
|
52 - | /// Note that this member has no format, so it's serialized as an RFC 3399 date-time.
|
85 + | /// /* StructureGenerator.kt:231 */Note that this member has no format, so it's serialized as an RFC 3399 date-time.
|
86 + | /* StructureGenerator.kt:166 */
|
53 87 | pub fn timestamp(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
|
88 + | /* StructureGenerator.kt:170 */
|
54 89 | self.timestamp.as_ref()
|
90 + | /* StructureGenerator.kt:166 */
|
55 91 | }
|
92 + | /* StructureGenerator.kt:135 */
|
56 93 | }
|
94 + | /* ClientCodegenVisitor.kt:237 */
|
57 95 | impl HttpRequestWithLabelsInput {
|
58 - | /// Creates a new builder-style object to manufacture [`HttpRequestWithLabelsInput`](crate::operation::http_request_with_labels::HttpRequestWithLabelsInput).
|
96 + | /// /* BuilderGenerator.kt:173 */Creates a new builder-style object to manufacture [`HttpRequestWithLabelsInput`](crate::operation::http_request_with_labels::HttpRequestWithLabelsInput).
|
97 + | /* BuilderGenerator.kt:175 */
|
59 98 | pub fn builder() -> crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsInputBuilder {
|
99 + | /* BuilderGenerator.kt:176 */
|
60 100 | crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsInputBuilder::default()
|
101 + | /* BuilderGenerator.kt:175 */
|
61 102 | }
|
103 + | /* ClientCodegenVisitor.kt:237 */
|
62 104 | }
|
63 105 |
|
64 - | /// A builder for [`HttpRequestWithLabelsInput`](crate::operation::http_request_with_labels::HttpRequestWithLabelsInput).
|
106 + | /// /* BuilderGenerator.kt:342 */A builder for [`HttpRequestWithLabelsInput`](crate::operation::http_request_with_labels::HttpRequestWithLabelsInput).
|
107 + | /* RustType.kt:516 */
|
65 108 | #[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
|
109 + | /* RustType.kt:516 */
|
66 110 | #[non_exhaustive]
|
111 + | /* BuilderGenerator.kt:345 */
|
67 112 | pub struct HttpRequestWithLabelsInputBuilder {
|
68 - | pub(crate) string: ::std::option::Option<::std::string::String>,
|
69 - | pub(crate) short: ::std::option::Option<i16>,
|
70 - | pub(crate) integer: ::std::option::Option<i32>,
|
71 - | pub(crate) long: ::std::option::Option<i64>,
|
72 - | pub(crate) float: ::std::option::Option<f32>,
|
73 - | pub(crate) double: ::std::option::Option<f64>,
|
74 - | pub(crate) boolean: ::std::option::Option<bool>,
|
75 - | pub(crate) timestamp: ::std::option::Option<::aws_smithy_types::DateTime>,
|
113 + | /* BuilderGenerator.kt:275 */ pub(crate) string: ::std::option::Option<::std::string::String>,
|
114 + | /* BuilderGenerator.kt:275 */ pub(crate) short: ::std::option::Option<i16>,
|
115 + | /* BuilderGenerator.kt:275 */ pub(crate) integer: ::std::option::Option<i32>,
|
116 + | /* BuilderGenerator.kt:275 */ pub(crate) long: ::std::option::Option<i64>,
|
117 + | /* BuilderGenerator.kt:275 */ pub(crate) float: ::std::option::Option<f32>,
|
118 + | /* BuilderGenerator.kt:275 */ pub(crate) double: ::std::option::Option<f64>,
|
119 + | /* BuilderGenerator.kt:275 */ pub(crate) boolean: ::std::option::Option<bool>,
|
120 + | /* BuilderGenerator.kt:275 */ pub(crate) timestamp: ::std::option::Option<::aws_smithy_types::DateTime>,
|
121 + | /* BuilderGenerator.kt:345 */
|
76 122 | }
|
123 + | /* BuilderGenerator.kt:355 */
|
77 124 | impl HttpRequestWithLabelsInputBuilder {
|
125 + | /* BuilderGenerator.kt:286 */
|
78 126 | #[allow(missing_docs)] // documentation missing in model
|
79 - | /// This field is required.
|
127 + | /// /* BuilderGenerator.kt:288 */This field is required.
|
128 + | /* BuilderGenerator.kt:291 */
|
80 129 | pub fn string(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
130 + | /* BuilderGenerator.kt:292 */
|
81 131 | self.string = ::std::option::Option::Some(input.into());
|
132 + | /* BuilderGenerator.kt:293 */
|
82 133 | self
|
134 + | /* BuilderGenerator.kt:291 */
|
83 135 | }
|
136 + | /* BuilderGenerator.kt:312 */
|
84 137 | #[allow(missing_docs)] // documentation missing in model
|
138 + | /* BuilderGenerator.kt:314 */
|
85 139 | pub fn set_string(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
140 + | /* BuilderGenerator.kt:315 */
|
86 141 | self.string = input;
|
87 142 | self
|
143 + | /* BuilderGenerator.kt:314 */
|
88 144 | }
|
145 + | /* BuilderGenerator.kt:334 */
|
89 146 | #[allow(missing_docs)] // documentation missing in model
|
147 + | /* BuilderGenerator.kt:336 */
|
90 148 | pub fn get_string(&self) -> &::std::option::Option<::std::string::String> {
|
149 + | /* BuilderGenerator.kt:337 */
|
91 150 | &self.string
|
151 + | /* BuilderGenerator.kt:336 */
|
92 152 | }
|
153 + | /* BuilderGenerator.kt:286 */
|
93 154 | #[allow(missing_docs)] // documentation missing in model
|
94 - | /// This field is required.
|
155 + | /// /* BuilderGenerator.kt:288 */This field is required.
|
156 + | /* BuilderGenerator.kt:291 */
|
95 157 | pub fn short(mut self, input: i16) -> Self {
|
158 + | /* BuilderGenerator.kt:292 */
|
96 159 | self.short = ::std::option::Option::Some(input);
|
160 + | /* BuilderGenerator.kt:293 */
|
97 161 | self
|
162 + | /* BuilderGenerator.kt:291 */
|
98 163 | }
|
164 + | /* BuilderGenerator.kt:312 */
|
99 165 | #[allow(missing_docs)] // documentation missing in model
|
166 + | /* BuilderGenerator.kt:314 */
|
100 167 | pub fn set_short(mut self, input: ::std::option::Option<i16>) -> Self {
|
168 + | /* BuilderGenerator.kt:315 */
|
101 169 | self.short = input;
|
102 170 | self
|
171 + | /* BuilderGenerator.kt:314 */
|
103 172 | }
|
173 + | /* BuilderGenerator.kt:334 */
|
104 174 | #[allow(missing_docs)] // documentation missing in model
|
175 + | /* BuilderGenerator.kt:336 */
|
105 176 | pub fn get_short(&self) -> &::std::option::Option<i16> {
|
177 + | /* BuilderGenerator.kt:337 */
|
106 178 | &self.short
|
179 + | /* BuilderGenerator.kt:336 */
|
107 180 | }
|
181 + | /* BuilderGenerator.kt:286 */
|
108 182 | #[allow(missing_docs)] // documentation missing in model
|
109 - | /// This field is required.
|
183 + | /// /* BuilderGenerator.kt:288 */This field is required.
|
184 + | /* BuilderGenerator.kt:291 */
|
110 185 | pub fn integer(mut self, input: i32) -> Self {
|
186 + | /* BuilderGenerator.kt:292 */
|
111 187 | self.integer = ::std::option::Option::Some(input);
|
188 + | /* BuilderGenerator.kt:293 */
|
112 189 | self
|
190 + | /* BuilderGenerator.kt:291 */
|
113 191 | }
|
192 + | /* BuilderGenerator.kt:312 */
|
114 193 | #[allow(missing_docs)] // documentation missing in model
|
194 + | /* BuilderGenerator.kt:314 */
|
115 195 | pub fn set_integer(mut self, input: ::std::option::Option<i32>) -> Self {
|
196 + | /* BuilderGenerator.kt:315 */
|
116 197 | self.integer = input;
|
117 198 | self
|
199 + | /* BuilderGenerator.kt:314 */
|
118 200 | }
|
201 + | /* BuilderGenerator.kt:334 */
|
119 202 | #[allow(missing_docs)] // documentation missing in model
|
203 + | /* BuilderGenerator.kt:336 */
|
120 204 | pub fn get_integer(&self) -> &::std::option::Option<i32> {
|
205 + | /* BuilderGenerator.kt:337 */
|
121 206 | &self.integer
|
207 + | /* BuilderGenerator.kt:336 */
|
122 208 | }
|
209 + | /* BuilderGenerator.kt:286 */
|
123 210 | #[allow(missing_docs)] // documentation missing in model
|
124 - | /// This field is required.
|
211 + | /// /* BuilderGenerator.kt:288 */This field is required.
|
212 + | /* BuilderGenerator.kt:291 */
|
125 213 | pub fn long(mut self, input: i64) -> Self {
|
214 + | /* BuilderGenerator.kt:292 */
|
126 215 | self.long = ::std::option::Option::Some(input);
|
216 + | /* BuilderGenerator.kt:293 */
|
127 217 | self
|
218 + | /* BuilderGenerator.kt:291 */
|
128 219 | }
|
220 + | /* BuilderGenerator.kt:312 */
|
129 221 | #[allow(missing_docs)] // documentation missing in model
|
222 + | /* BuilderGenerator.kt:314 */
|
130 223 | pub fn set_long(mut self, input: ::std::option::Option<i64>) -> Self {
|
224 + | /* BuilderGenerator.kt:315 */
|
131 225 | self.long = input;
|
132 226 | self
|
227 + | /* BuilderGenerator.kt:314 */
|
133 228 | }
|
229 + | /* BuilderGenerator.kt:334 */
|
134 230 | #[allow(missing_docs)] // documentation missing in model
|
231 + | /* BuilderGenerator.kt:336 */
|
135 232 | pub fn get_long(&self) -> &::std::option::Option<i64> {
|
233 + | /* BuilderGenerator.kt:337 */
|
136 234 | &self.long
|
235 + | /* BuilderGenerator.kt:336 */
|
137 236 | }
|
237 + | /* BuilderGenerator.kt:286 */
|
138 238 | #[allow(missing_docs)] // documentation missing in model
|
139 - | /// This field is required.
|
239 + | /// /* BuilderGenerator.kt:288 */This field is required.
|
240 + | /* BuilderGenerator.kt:291 */
|
140 241 | pub fn float(mut self, input: f32) -> Self {
|
242 + | /* BuilderGenerator.kt:292 */
|
141 243 | self.float = ::std::option::Option::Some(input);
|
244 + | /* BuilderGenerator.kt:293 */
|
142 245 | self
|
246 + | /* BuilderGenerator.kt:291 */
|
143 247 | }
|
248 + | /* BuilderGenerator.kt:312 */
|
144 249 | #[allow(missing_docs)] // documentation missing in model
|
250 + | /* BuilderGenerator.kt:314 */
|
145 251 | pub fn set_float(mut self, input: ::std::option::Option<f32>) -> Self {
|
252 + | /* BuilderGenerator.kt:315 */
|
146 253 | self.float = input;
|
147 254 | self
|
255 + | /* BuilderGenerator.kt:314 */
|
148 256 | }
|
257 + | /* BuilderGenerator.kt:334 */
|
149 258 | #[allow(missing_docs)] // documentation missing in model
|
259 + | /* BuilderGenerator.kt:336 */
|
150 260 | pub fn get_float(&self) -> &::std::option::Option<f32> {
|
261 + | /* BuilderGenerator.kt:337 */
|
151 262 | &self.float
|
263 + | /* BuilderGenerator.kt:336 */
|
152 264 | }
|
265 + | /* BuilderGenerator.kt:286 */
|
153 266 | #[allow(missing_docs)] // documentation missing in model
|
154 - | /// This field is required.
|
267 + | /// /* BuilderGenerator.kt:288 */This field is required.
|
268 + | /* BuilderGenerator.kt:291 */
|
155 269 | pub fn double(mut self, input: f64) -> Self {
|
270 + | /* BuilderGenerator.kt:292 */
|
156 271 | self.double = ::std::option::Option::Some(input);
|
272 + | /* BuilderGenerator.kt:293 */
|
157 273 | self
|
274 + | /* BuilderGenerator.kt:291 */
|
158 275 | }
|
276 + | /* BuilderGenerator.kt:312 */
|
159 277 | #[allow(missing_docs)] // documentation missing in model
|
278 + | /* BuilderGenerator.kt:314 */
|
160 279 | pub fn set_double(mut self, input: ::std::option::Option<f64>) -> Self {
|
280 + | /* BuilderGenerator.kt:315 */
|
161 281 | self.double = input;
|
162 282 | self
|
283 + | /* BuilderGenerator.kt:314 */
|
163 284 | }
|
285 + | /* BuilderGenerator.kt:334 */
|
164 286 | #[allow(missing_docs)] // documentation missing in model
|
287 + | /* BuilderGenerator.kt:336 */
|
165 288 | pub fn get_double(&self) -> &::std::option::Option<f64> {
|
289 + | /* BuilderGenerator.kt:337 */
|
166 290 | &self.double
|
291 + | /* BuilderGenerator.kt:336 */
|
167 292 | }
|
168 - | /// Serialized in the path as true or false.
|
169 - | /// This field is required.
|
293 + | /// /* BuilderGenerator.kt:286 */Serialized in the path as true or false.
|
294 + | /// /* BuilderGenerator.kt:288 */This field is required.
|
295 + | /* BuilderGenerator.kt:291 */
|
170 296 | pub fn boolean(mut self, input: bool) -> Self {
|
297 + | /* BuilderGenerator.kt:292 */
|
171 298 | self.boolean = ::std::option::Option::Some(input);
|
299 + | /* BuilderGenerator.kt:293 */
|
172 300 | self
|
301 + | /* BuilderGenerator.kt:291 */
|
173 302 | }
|
174 - | /// Serialized in the path as true or false.
|
303 + | /// /* BuilderGenerator.kt:312 */Serialized in the path as true or false.
|
304 + | /* BuilderGenerator.kt:314 */
|
175 305 | pub fn set_boolean(mut self, input: ::std::option::Option<bool>) -> Self {
|
306 + | /* BuilderGenerator.kt:315 */
|
176 307 | self.boolean = input;
|
177 308 | self
|
309 + | /* BuilderGenerator.kt:314 */
|
178 310 | }
|
179 - | /// Serialized in the path as true or false.
|
311 + | /// /* BuilderGenerator.kt:334 */Serialized in the path as true or false.
|
312 + | /* BuilderGenerator.kt:336 */
|
180 313 | pub fn get_boolean(&self) -> &::std::option::Option<bool> {
|
314 + | /* BuilderGenerator.kt:337 */
|
181 315 | &self.boolean
|
316 + | /* BuilderGenerator.kt:336 */
|
182 317 | }
|
183 - | /// Note that this member has no format, so it's serialized as an RFC 3399 date-time.
|
184 - | /// This field is required.
|
318 + | /// /* BuilderGenerator.kt:286 */Note that this member has no format, so it's serialized as an RFC 3399 date-time.
|
319 + | /// /* BuilderGenerator.kt:288 */This field is required.
|
320 + | /* BuilderGenerator.kt:291 */
|
185 321 | pub fn timestamp(mut self, input: ::aws_smithy_types::DateTime) -> Self {
|
322 + | /* BuilderGenerator.kt:292 */
|
186 323 | self.timestamp = ::std::option::Option::Some(input);
|
324 + | /* BuilderGenerator.kt:293 */
|
187 325 | self
|
326 + | /* BuilderGenerator.kt:291 */
|
188 327 | }
|
189 - | /// Note that this member has no format, so it's serialized as an RFC 3399 date-time.
|
328 + | /// /* BuilderGenerator.kt:312 */Note that this member has no format, so it's serialized as an RFC 3399 date-time.
|
329 + | /* BuilderGenerator.kt:314 */
|
190 330 | pub fn set_timestamp(mut self, input: ::std::option::Option<::aws_smithy_types::DateTime>) -> Self {
|
331 + | /* BuilderGenerator.kt:315 */
|
191 332 | self.timestamp = input;
|
192 333 | self
|
334 + | /* BuilderGenerator.kt:314 */
|
193 335 | }
|
194 - | /// Note that this member has no format, so it's serialized as an RFC 3399 date-time.
|
336 + | /// /* BuilderGenerator.kt:334 */Note that this member has no format, so it's serialized as an RFC 3399 date-time.
|
337 + | /* BuilderGenerator.kt:336 */
|
195 338 | pub fn get_timestamp(&self) -> &::std::option::Option<::aws_smithy_types::DateTime> {
|
339 + | /* BuilderGenerator.kt:337 */
|
196 340 | &self.timestamp
|
341 + | /* BuilderGenerator.kt:336 */
|
197 342 | }
|
198 - | /// Consumes the builder and constructs a [`HttpRequestWithLabelsInput`](crate::operation::http_request_with_labels::HttpRequestWithLabelsInput).
|
343 + | /// /* BuilderGenerator.kt:240 */Consumes the builder and constructs a [`HttpRequestWithLabelsInput`](crate::operation::http_request_with_labels::HttpRequestWithLabelsInput).
|
344 + | /* BuilderGenerator.kt:253 */
|
199 345 | pub fn build(
|
200 346 | self,
|
201 347 | ) -> ::std::result::Result<crate::operation::http_request_with_labels::HttpRequestWithLabelsInput, ::aws_smithy_types::error::operation::BuildError>
|
202 348 | {
|
203 - | ::std::result::Result::Ok(crate::operation::http_request_with_labels::HttpRequestWithLabelsInput {
|
204 - | string: self.string,
|
205 - | short: self.short,
|
206 - | integer: self.integer,
|
207 - | long: self.long,
|
208 - | float: self.float,
|
209 - | double: self.double,
|
210 - | boolean: self.boolean,
|
211 - | timestamp: self.timestamp,
|
212 - | })
|
213 - | }
|
349 + | /* BuilderGenerator.kt:254 */
|
350 + | ::std::result::Result::Ok(
|
351 + | /* BuilderGenerator.kt:477 */
|
352 + | crate::operation::http_request_with_labels::HttpRequestWithLabelsInput {
|
353 + | /* BuilderGenerator.kt:481 */ string: self.string,
|
354 + | /* BuilderGenerator.kt:481 */
|
355 + | short: self.short,
|
356 + | /* BuilderGenerator.kt:481 */
|
357 + | integer: self.integer,
|
358 + | /* BuilderGenerator.kt:481 */
|
359 + | long: self.long,
|
360 + | /* BuilderGenerator.kt:481 */
|
361 + | float: self.float,
|
362 + | /* BuilderGenerator.kt:481 */
|
363 + | double: self.double,
|
364 + | /* BuilderGenerator.kt:481 */
|
365 + | boolean: self.boolean,
|
366 + | /* BuilderGenerator.kt:481 */
|
367 + | timestamp: self.timestamp,
|
368 + | /* BuilderGenerator.kt:477 */
|
369 + | }, /* BuilderGenerator.kt:254 */
|
370 + | )
|
371 + | /* BuilderGenerator.kt:253 */
|
372 + | }
|
373 + | /* BuilderGenerator.kt:355 */
|
214 374 | }
|