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 ErrorWithMembers {
|
8 + | pub /* StructureGenerator.kt:201 */ struct ErrorWithMembers {
|
9 + | /* StructureGenerator.kt:231 */
|
6 10 | #[allow(missing_docs)] // documentation missing in model
|
7 11 | pub code: ::std::option::Option<::std::string::String>,
|
12 + | /* StructureGenerator.kt:231 */
|
8 13 | #[allow(missing_docs)] // documentation missing in model
|
9 14 | pub complex_data: ::std::option::Option<crate::types::KitchenSink>,
|
10 - | #[allow(missing_docs)] // documentation missing in model
|
15 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
11 16 | pub integer_field: ::std::option::Option<i32>,
|
17 + | /* StructureGenerator.kt:231 */
|
12 18 | #[allow(missing_docs)] // documentation missing in model
|
13 19 | pub list_field: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
20 + | /* StructureGenerator.kt:231 */
|
14 21 | #[allow(missing_docs)] // documentation missing in model
|
15 22 | pub map_field: ::std::option::Option<::std::collections::HashMap<::std::string::String, ::std::string::String>>,
|
23 + | /* StructureGenerator.kt:231 */
|
16 24 | #[allow(missing_docs)] // documentation missing in model
|
17 25 | pub message: ::std::option::Option<::std::string::String>,
|
18 - | /// abc
|
26 + | /// /* StructureGenerator.kt:231 */abc
|
19 27 | pub string_field: ::std::option::Option<::std::string::String>,
|
20 - | pub(crate) meta: ::aws_smithy_types::error::ErrorMetadata,
|
28 + | /* ErrorGenerator.kt:53 */ pub(crate) meta: ::aws_smithy_types::error::ErrorMetadata,
|
29 + | /* StructureGenerator.kt:201 */
|
21 30 | }
|
31 + | /* StructureGenerator.kt:135 */
|
22 32 | impl ErrorWithMembers {
|
33 + | /* StructureGenerator.kt:231 */
|
23 34 | #[allow(missing_docs)] // documentation missing in model
|
35 + | /* StructureGenerator.kt:166 */
|
24 36 | pub fn code(&self) -> ::std::option::Option<&str> {
|
37 + | /* StructureGenerator.kt:169 */
|
25 38 | self.code.as_deref()
|
39 + | /* StructureGenerator.kt:166 */
|
26 40 | }
|
41 + | /* StructureGenerator.kt:231 */
|
27 42 | #[allow(missing_docs)] // documentation missing in model
|
43 + | /* StructureGenerator.kt:166 */
|
28 44 | pub fn complex_data(&self) -> ::std::option::Option<&crate::types::KitchenSink> {
|
45 + | /* StructureGenerator.kt:170 */
|
29 46 | self.complex_data.as_ref()
|
47 + | /* StructureGenerator.kt:166 */
|
30 48 | }
|
49 + | /* StructureGenerator.kt:231 */
|
31 50 | #[allow(missing_docs)] // documentation missing in model
|
51 + | /* StructureGenerator.kt:166 */
|
32 52 | pub fn integer_field(&self) -> ::std::option::Option<i32> {
|
53 + | /* StructureGenerator.kt:168 */
|
33 54 | self.integer_field
|
55 + | /* StructureGenerator.kt:166 */
|
34 56 | }
|
57 + | /* StructureGenerator.kt:231 */
|
35 58 | #[allow(missing_docs)] // documentation missing in model
|
36 - | ///
|
37 - | /// If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use `.list_field.is_none()`.
|
59 + | /// /* StructureGenerator.kt:162 */
|
60 + | /// /* StructureGenerator.kt:163 */If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use `.list_field.is_none()`.
|
61 + | /* StructureGenerator.kt:166 */
|
38 62 | pub fn list_field(&self) -> &[::std::string::String] {
|
39 - | self.list_field.as_deref().unwrap_or_default()
|
40 - | }
|
63 + | /* StructureGenerator.kt:169 */
|
64 + | self.list_field
|
65 + | .as_deref()
|
66 + | /* StructureGenerator.kt:175 */
|
67 + | .unwrap_or_default()
|
68 + | /* StructureGenerator.kt:166 */
|
69 + | }
|
70 + | /* StructureGenerator.kt:231 */
|
41 71 | #[allow(missing_docs)] // documentation missing in model
|
72 + | /* StructureGenerator.kt:166 */
|
42 73 | pub fn map_field(&self) -> ::std::option::Option<&::std::collections::HashMap<::std::string::String, ::std::string::String>> {
|
74 + | /* StructureGenerator.kt:170 */
|
43 75 | self.map_field.as_ref()
|
76 + | /* StructureGenerator.kt:166 */
|
44 77 | }
|
45 - | /// abc
|
78 + | /// /* StructureGenerator.kt:231 */abc
|
79 + | /* StructureGenerator.kt:166 */
|
46 80 | pub fn string_field(&self) -> ::std::option::Option<&str> {
|
81 + | /* StructureGenerator.kt:169 */
|
47 82 | self.string_field.as_deref()
|
83 + | /* StructureGenerator.kt:166 */
|
48 84 | }
|
85 + | /* StructureGenerator.kt:135 */
|
49 86 | }
|
87 + | /* ErrorImplGenerator.kt:99 */
|
50 88 | impl ErrorWithMembers {
|
89 + | /* ErrorImplGenerator.kt:128 */
|
51 90 | /// Returns the error message.
|
52 91 | pub fn message(&self) -> ::std::option::Option<&str> {
|
53 92 | self.message.as_deref()
|
54 93 | }
|
94 + | /* ErrorImplGenerator.kt:99 */
|
55 95 | }
|
96 + | /* ErrorImplGenerator.kt:153 */
|
56 97 | impl ::std::fmt::Display for ErrorWithMembers {
|
98 + | /* ErrorImplGenerator.kt:154 */
|
57 99 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
100 + | /* ErrorImplGenerator.kt:161 */
|
58 101 | ::std::write!(f, "ErrorWithMembers")?;
|
102 + | /* ErrorImplGenerator.kt:166 */
|
59 103 | if let ::std::option::Option::Some(inner_1) = &self.message {
|
104 + | /* ErrorImplGenerator.kt:166 */
|
60 105 | {
|
106 + | /* ErrorImplGenerator.kt:167 */
|
61 107 | ::std::write!(f, ": {}", inner_1)?;
|
108 + | /* ErrorImplGenerator.kt:166 */
|
62 109 | }
|
110 + | /* ErrorImplGenerator.kt:166 */
|
63 111 | }
|
112 + | /* ErrorImplGenerator.kt:171 */
|
64 113 | Ok(())
|
114 + | /* ErrorImplGenerator.kt:154 */
|
65 115 | }
|
116 + | /* ErrorImplGenerator.kt:153 */
|
66 117 | }
|
118 + | /* ErrorImplGenerator.kt:175 */
|
67 119 | impl ::std::error::Error for ErrorWithMembers {}
|
120 + | /* ErrorGenerator.kt:77 */
|
68 121 | impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for ErrorWithMembers {
|
122 + | /* ErrorGenerator.kt:78 */
|
69 123 | fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
70 124 | &self.meta
|
71 125 | }
|
126 + | /* ErrorGenerator.kt:77 */
|
72 127 | }
|
128 + | /* ErrorGenerator.kt:81 */
|
73 129 | impl ErrorWithMembers {
|
74 - | /// Creates a new builder-style object to manufacture [`ErrorWithMembers`](crate::types::error::ErrorWithMembers).
|
130 + | /// /* BuilderGenerator.kt:173 */Creates a new builder-style object to manufacture [`ErrorWithMembers`](crate::types::error::ErrorWithMembers).
|
131 + | /* BuilderGenerator.kt:175 */
|
75 132 | pub fn builder() -> crate::types::error::builders::ErrorWithMembersBuilder {
|
133 + | /* BuilderGenerator.kt:176 */
|
76 134 | crate::types::error::builders::ErrorWithMembersBuilder::default()
|
135 + | /* BuilderGenerator.kt:175 */
|
77 136 | }
|
137 + | /* ErrorGenerator.kt:81 */
|
78 138 | }
|
79 139 |
|
80 - | /// A builder for [`ErrorWithMembers`](crate::types::error::ErrorWithMembers).
|
140 + | /// /* BuilderGenerator.kt:342 */A builder for [`ErrorWithMembers`](crate::types::error::ErrorWithMembers).
|
141 + | /* RustType.kt:516 */
|
81 142 | #[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
|
143 + | /* RustType.kt:516 */
|
82 144 | #[non_exhaustive]
|
145 + | /* BuilderGenerator.kt:345 */
|
83 146 | pub struct ErrorWithMembersBuilder {
|
84 - | pub(crate) code: ::std::option::Option<::std::string::String>,
|
85 - | pub(crate) complex_data: ::std::option::Option<crate::types::KitchenSink>,
|
86 - | pub(crate) integer_field: ::std::option::Option<i32>,
|
87 - | pub(crate) list_field: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
147 + | /* BuilderGenerator.kt:275 */ pub(crate) code: ::std::option::Option<::std::string::String>,
|
148 + | /* BuilderGenerator.kt:275 */ pub(crate) complex_data: ::std::option::Option<crate::types::KitchenSink>,
|
149 + | /* BuilderGenerator.kt:275 */ pub(crate) integer_field: ::std::option::Option<i32>,
|
150 + | /* BuilderGenerator.kt:275 */ pub(crate) list_field: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
151 + | /* BuilderGenerator.kt:275 */
|
88 152 | pub(crate) map_field: ::std::option::Option<::std::collections::HashMap<::std::string::String, ::std::string::String>>,
|
89 - | pub(crate) message: ::std::option::Option<::std::string::String>,
|
90 - | pub(crate) string_field: ::std::option::Option<::std::string::String>,
|
91 - | meta: std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
153 + | /* BuilderGenerator.kt:275 */ pub(crate) message: ::std::option::Option<::std::string::String>,
|
154 + | /* BuilderGenerator.kt:275 */ pub(crate) string_field: ::std::option::Option<::std::string::String>,
|
155 + | /* ErrorGenerator.kt:97 */ meta: std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
156 + | /* BuilderGenerator.kt:345 */
|
92 157 | }
|
158 + | /* BuilderGenerator.kt:355 */
|
93 159 | impl ErrorWithMembersBuilder {
|
160 + | /* BuilderGenerator.kt:286 */
|
94 161 | #[allow(missing_docs)] // documentation missing in model
|
162 + | /* BuilderGenerator.kt:291 */
|
95 163 | pub fn code(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
164 + | /* BuilderGenerator.kt:292 */
|
96 165 | self.code = ::std::option::Option::Some(input.into());
|
166 + | /* BuilderGenerator.kt:293 */
|
97 167 | self
|
168 + | /* BuilderGenerator.kt:291 */
|
98 169 | }
|
170 + | /* BuilderGenerator.kt:312 */
|
99 171 | #[allow(missing_docs)] // documentation missing in model
|
172 + | /* BuilderGenerator.kt:314 */
|
100 173 | pub fn set_code(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
174 + | /* BuilderGenerator.kt:315 */
|
101 175 | self.code = input;
|
102 176 | self
|
177 + | /* BuilderGenerator.kt:314 */
|
103 178 | }
|
179 + | /* BuilderGenerator.kt:334 */
|
104 180 | #[allow(missing_docs)] // documentation missing in model
|
181 + | /* BuilderGenerator.kt:336 */
|
105 182 | pub fn get_code(&self) -> &::std::option::Option<::std::string::String> {
|
183 + | /* BuilderGenerator.kt:337 */
|
106 184 | &self.code
|
185 + | /* BuilderGenerator.kt:336 */
|
107 186 | }
|
187 + | /* BuilderGenerator.kt:286 */
|
108 188 | #[allow(missing_docs)] // documentation missing in model
|
189 + | /* BuilderGenerator.kt:291 */
|
109 190 | pub fn complex_data(mut self, input: crate::types::KitchenSink) -> Self {
|
191 + | /* BuilderGenerator.kt:292 */
|
110 192 | self.complex_data = ::std::option::Option::Some(input);
|
193 + | /* BuilderGenerator.kt:293 */
|
111 194 | self
|
195 + | /* BuilderGenerator.kt:291 */
|
112 196 | }
|
197 + | /* BuilderGenerator.kt:312 */
|
113 198 | #[allow(missing_docs)] // documentation missing in model
|
199 + | /* BuilderGenerator.kt:314 */
|
114 200 | pub fn set_complex_data(mut self, input: ::std::option::Option<crate::types::KitchenSink>) -> Self {
|
201 + | /* BuilderGenerator.kt:315 */
|
115 202 | self.complex_data = input;
|
116 203 | self
|
204 + | /* BuilderGenerator.kt:314 */
|
117 205 | }
|
206 + | /* BuilderGenerator.kt:334 */
|
118 207 | #[allow(missing_docs)] // documentation missing in model
|
208 + | /* BuilderGenerator.kt:336 */
|
119 209 | pub fn get_complex_data(&self) -> &::std::option::Option<crate::types::KitchenSink> {
|
210 + | /* BuilderGenerator.kt:337 */
|
120 211 | &self.complex_data
|
212 + | /* BuilderGenerator.kt:336 */
|
121 213 | }
|
214 + | /* BuilderGenerator.kt:286 */
|
122 215 | #[allow(missing_docs)] // documentation missing in model
|
216 + | /* BuilderGenerator.kt:291 */
|
123 217 | pub fn integer_field(mut self, input: i32) -> Self {
|
218 + | /* BuilderGenerator.kt:292 */
|
124 219 | self.integer_field = ::std::option::Option::Some(input);
|
220 + | /* BuilderGenerator.kt:293 */
|
125 221 | self
|
222 + | /* BuilderGenerator.kt:291 */
|
126 223 | }
|
224 + | /* BuilderGenerator.kt:312 */
|
127 225 | #[allow(missing_docs)] // documentation missing in model
|
226 + | /* BuilderGenerator.kt:314 */
|
128 227 | pub fn set_integer_field(mut self, input: ::std::option::Option<i32>) -> Self {
|
228 + | /* BuilderGenerator.kt:315 */
|
129 229 | self.integer_field = input;
|
130 230 | self
|
231 + | /* BuilderGenerator.kt:314 */
|
131 232 | }
|
233 + | /* BuilderGenerator.kt:334 */
|
132 234 | #[allow(missing_docs)] // documentation missing in model
|
235 + | /* BuilderGenerator.kt:336 */
|
133 236 | pub fn get_integer_field(&self) -> &::std::option::Option<i32> {
|
237 + | /* BuilderGenerator.kt:337 */
|
134 238 | &self.integer_field
|
239 + | /* BuilderGenerator.kt:336 */
|
135 240 | }
|
136 - | /// Appends an item to `list_field`.
|
241 + | /// /* BuilderGenerator.kt:410 */Appends an item to `list_field`.
|
242 + | /* BuilderGenerator.kt:411 */
|
137 243 | ///
|
138 - | /// To override the contents of this collection use [`set_list_field`](Self::set_list_field).
|
244 + | /// /* BuilderGenerator.kt:412 */To override the contents of this collection use [`set_list_field`](Self::set_list_field).
|
245 + | /* BuilderGenerator.kt:413 */
|
139 246 | ///
|
247 + | /* BuilderGenerator.kt:418 */
|
140 248 | pub fn list_field(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
249 + | /* BuilderGenerator.kt:419 */
|
141 250 | let mut v = self.list_field.unwrap_or_default();
|
142 251 | v.push(input.into());
|
143 252 | self.list_field = ::std::option::Option::Some(v);
|
144 253 | self
|
254 + | /* BuilderGenerator.kt:418 */
|
145 255 | }
|
256 + | /* BuilderGenerator.kt:312 */
|
146 257 | #[allow(missing_docs)] // documentation missing in model
|
258 + | /* BuilderGenerator.kt:314 */
|
147 259 | pub fn set_list_field(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
|
260 + | /* BuilderGenerator.kt:315 */
|
148 261 | self.list_field = input;
|
149 262 | self
|
263 + | /* BuilderGenerator.kt:314 */
|
150 264 | }
|
265 + | /* BuilderGenerator.kt:334 */
|
151 266 | #[allow(missing_docs)] // documentation missing in model
|
267 + | /* BuilderGenerator.kt:336 */
|
152 268 | pub fn get_list_field(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
|
269 + | /* BuilderGenerator.kt:337 */
|
153 270 | &self.list_field
|
271 + | /* BuilderGenerator.kt:336 */
|
154 272 | }
|
155 - | /// Adds a key-value pair to `map_field`.
|
273 + | /// /* BuilderGenerator.kt:436 */Adds a key-value pair to `map_field`.
|
274 + | /* BuilderGenerator.kt:437 */
|
156 275 | ///
|
157 - | /// To override the contents of this collection use [`set_map_field`](Self::set_map_field).
|
276 + | /// /* BuilderGenerator.kt:438 */To override the contents of this collection use [`set_map_field`](Self::set_map_field).
|
277 + | /* BuilderGenerator.kt:439 */
|
158 278 | ///
|
279 + | /* BuilderGenerator.kt:445 */
|
159 280 | pub fn map_field(mut self, k: impl ::std::convert::Into<::std::string::String>, v: impl ::std::convert::Into<::std::string::String>) -> Self {
|
281 + | /* BuilderGenerator.kt:448 */
|
160 282 | let mut hash_map = self.map_field.unwrap_or_default();
|
161 283 | hash_map.insert(k.into(), v.into());
|
162 284 | self.map_field = ::std::option::Option::Some(hash_map);
|
163 285 | self
|
286 + | /* BuilderGenerator.kt:445 */
|
164 287 | }
|
288 + | /* BuilderGenerator.kt:312 */
|
165 289 | #[allow(missing_docs)] // documentation missing in model
|
290 + | /* BuilderGenerator.kt:314 */
|
166 291 | pub fn set_map_field(mut self, input: ::std::option::Option<::std::collections::HashMap<::std::string::String, ::std::string::String>>) -> Self {
|
292 + | /* BuilderGenerator.kt:315 */
|
167 293 | self.map_field = input;
|
168 294 | self
|
295 + | /* BuilderGenerator.kt:314 */
|
169 296 | }
|
297 + | /* BuilderGenerator.kt:334 */
|
170 298 | #[allow(missing_docs)] // documentation missing in model
|
299 + | /* BuilderGenerator.kt:336 */
|
171 300 | pub fn get_map_field(&self) -> &::std::option::Option<::std::collections::HashMap<::std::string::String, ::std::string::String>> {
|
301 + | /* BuilderGenerator.kt:337 */
|
172 302 | &self.map_field
|
303 + | /* BuilderGenerator.kt:336 */
|
173 304 | }
|
305 + | /* BuilderGenerator.kt:286 */
|
174 306 | #[allow(missing_docs)] // documentation missing in model
|
307 + | /* BuilderGenerator.kt:291 */
|
175 308 | pub fn message(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
309 + | /* BuilderGenerator.kt:292 */
|
176 310 | self.message = ::std::option::Option::Some(input.into());
|
311 + | /* BuilderGenerator.kt:293 */
|
177 312 | self
|
313 + | /* BuilderGenerator.kt:291 */
|
178 314 | }
|
315 + | /* BuilderGenerator.kt:312 */
|
179 316 | #[allow(missing_docs)] // documentation missing in model
|
317 + | /* BuilderGenerator.kt:314 */
|
180 318 | pub fn set_message(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
319 + | /* BuilderGenerator.kt:315 */
|
181 320 | self.message = input;
|
182 321 | self
|
322 + | /* BuilderGenerator.kt:314 */
|
183 323 | }
|
324 + | /* BuilderGenerator.kt:334 */
|
184 325 | #[allow(missing_docs)] // documentation missing in model
|
326 + | /* BuilderGenerator.kt:336 */
|
185 327 | pub fn get_message(&self) -> &::std::option::Option<::std::string::String> {
|
328 + | /* BuilderGenerator.kt:337 */
|
186 329 | &self.message
|
330 + | /* BuilderGenerator.kt:336 */
|
187 331 | }
|
188 - | /// abc
|
332 + | /// /* BuilderGenerator.kt:286 */abc
|
333 + | /* BuilderGenerator.kt:291 */
|
189 334 | pub fn string_field(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
335 + | /* BuilderGenerator.kt:292 */
|
190 336 | self.string_field = ::std::option::Option::Some(input.into());
|
337 + | /* BuilderGenerator.kt:293 */
|
191 338 | self
|
339 + | /* BuilderGenerator.kt:291 */
|
192 340 | }
|
193 - | /// abc
|
341 + | /// /* BuilderGenerator.kt:312 */abc
|
342 + | /* BuilderGenerator.kt:314 */
|
194 343 | pub fn set_string_field(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
344 + | /* BuilderGenerator.kt:315 */
|
195 345 | self.string_field = input;
|
196 346 | self
|
347 + | /* BuilderGenerator.kt:314 */
|
197 348 | }
|
198 - | /// abc
|
349 + | /// /* BuilderGenerator.kt:334 */abc
|
350 + | /* BuilderGenerator.kt:336 */
|
199 351 | pub fn get_string_field(&self) -> &::std::option::Option<::std::string::String> {
|
352 + | /* BuilderGenerator.kt:337 */
|
200 353 | &self.string_field
|
354 + | /* BuilderGenerator.kt:336 */
|
201 355 | }
|
356 + | /* ErrorGenerator.kt:101 */
|
202 357 | /// Sets error metadata
|
203 358 | pub fn meta(mut self, meta: ::aws_smithy_types::error::ErrorMetadata) -> Self {
|
204 359 | self.meta = Some(meta);
|
205 360 | self
|
206 361 | }
|
207 362 |
|
208 363 | /// Sets error metadata
|
209 364 | pub fn set_meta(&mut self, meta: std::option::Option<::aws_smithy_types::error::ErrorMetadata>) -> &mut Self {
|
210 365 | self.meta = meta;
|
211 366 | self
|
212 367 | }
|
213 - | /// Consumes the builder and constructs a [`ErrorWithMembers`](crate::types::error::ErrorWithMembers).
|
368 + | /// /* BuilderGenerator.kt:240 */Consumes the builder and constructs a [`ErrorWithMembers`](crate::types::error::ErrorWithMembers).
|
369 + | /* BuilderGenerator.kt:253 */
|
214 370 | pub fn build(self) -> crate::types::error::ErrorWithMembers {
|
371 + | /* BuilderGenerator.kt:477 */
|
215 372 | crate::types::error::ErrorWithMembers {
|
216 - | code: self.code,
|
373 + | /* BuilderGenerator.kt:481 */ code: self.code,
|
374 + | /* BuilderGenerator.kt:481 */
|
217 375 | complex_data: self.complex_data,
|
376 + | /* BuilderGenerator.kt:481 */
|
218 377 | integer_field: self.integer_field,
|
378 + | /* BuilderGenerator.kt:481 */
|
219 379 | list_field: self.list_field,
|
380 + | /* BuilderGenerator.kt:481 */
|
220 381 | map_field: self.map_field,
|
382 + | /* BuilderGenerator.kt:481 */
|
221 383 | message: self.message,
|
384 + | /* BuilderGenerator.kt:481 */
|
222 385 | string_field: self.string_field,
|
386 + | /* ErrorGenerator.kt:120 */
|
223 387 | meta: self.meta.unwrap_or_default(),
|
388 + | /* BuilderGenerator.kt:477 */
|
224 389 | }
|
390 + | /* BuilderGenerator.kt:253 */
|
225 391 | }
|
392 + | /* BuilderGenerator.kt:355 */
|
226 393 | }
|