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 ReservedWordsAsMembersInput {
|
6 - | #[allow(missing_docs)] // documentation missing in model
|
8 + | pub /* StructureGenerator.kt:201 */ struct ReservedWordsAsMembersInput {
|
9 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
7 10 | pub r#as: ::std::option::Option<i32>,
|
8 - | #[allow(missing_docs)] // documentation missing in model
|
11 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
9 12 | pub r#async: ::std::option::Option<bool>,
|
13 + | /* StructureGenerator.kt:231 */
|
10 14 | #[allow(missing_docs)] // documentation missing in model
|
11 15 | pub r#enum: ::std::option::Option<crate::types::UnknownVariantCollidingEnum>,
|
12 - | #[allow(missing_docs)] // documentation missing in model
|
16 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
13 17 | pub self_: ::std::option::Option<bool>,
|
14 - | #[allow(missing_docs)] // documentation missing in model
|
18 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
15 19 | pub crate_: ::std::option::Option<bool>,
|
16 - | #[allow(missing_docs)] // documentation missing in model
|
20 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
17 21 | pub super_: ::std::option::Option<bool>,
|
22 + | /* StructureGenerator.kt:231 */
|
18 23 | #[allow(missing_docs)] // documentation missing in model
|
19 24 | pub build_value: ::std::option::Option<::std::string::String>,
|
25 + | /* StructureGenerator.kt:231 */
|
20 26 | #[allow(missing_docs)] // documentation missing in model
|
21 27 | pub default_value: ::std::option::Option<::std::string::String>,
|
28 + | /* StructureGenerator.kt:231 */
|
22 29 | #[allow(missing_docs)] // documentation missing in model
|
23 30 | pub send_value: ::std::option::Option<::std::string::String>,
|
31 + | /* StructureGenerator.kt:201 */
|
24 32 | }
|
33 + | /* StructureGenerator.kt:135 */
|
25 34 | impl ReservedWordsAsMembersInput {
|
35 + | /* StructureGenerator.kt:231 */
|
26 36 | #[allow(missing_docs)] // documentation missing in model
|
37 + | /* StructureGenerator.kt:166 */
|
27 38 | pub fn r#as(&self) -> ::std::option::Option<i32> {
|
39 + | /* StructureGenerator.kt:168 */
|
28 40 | self.r#as
|
41 + | /* StructureGenerator.kt:166 */
|
29 42 | }
|
43 + | /* StructureGenerator.kt:231 */
|
30 44 | #[allow(missing_docs)] // documentation missing in model
|
45 + | /* StructureGenerator.kt:166 */
|
31 46 | pub fn r#async(&self) -> ::std::option::Option<bool> {
|
47 + | /* StructureGenerator.kt:168 */
|
32 48 | self.r#async
|
49 + | /* StructureGenerator.kt:166 */
|
33 50 | }
|
51 + | /* StructureGenerator.kt:231 */
|
34 52 | #[allow(missing_docs)] // documentation missing in model
|
53 + | /* StructureGenerator.kt:166 */
|
35 54 | pub fn r#enum(&self) -> ::std::option::Option<&crate::types::UnknownVariantCollidingEnum> {
|
55 + | /* StructureGenerator.kt:170 */
|
36 56 | self.r#enum.as_ref()
|
57 + | /* StructureGenerator.kt:166 */
|
37 58 | }
|
59 + | /* StructureGenerator.kt:231 */
|
38 60 | #[allow(missing_docs)] // documentation missing in model
|
61 + | /* StructureGenerator.kt:166 */
|
39 62 | pub fn self_(&self) -> ::std::option::Option<bool> {
|
63 + | /* StructureGenerator.kt:168 */
|
40 64 | self.self_
|
65 + | /* StructureGenerator.kt:166 */
|
41 66 | }
|
67 + | /* StructureGenerator.kt:231 */
|
42 68 | #[allow(missing_docs)] // documentation missing in model
|
69 + | /* StructureGenerator.kt:166 */
|
43 70 | pub fn crate_(&self) -> ::std::option::Option<bool> {
|
71 + | /* StructureGenerator.kt:168 */
|
44 72 | self.crate_
|
73 + | /* StructureGenerator.kt:166 */
|
45 74 | }
|
75 + | /* StructureGenerator.kt:231 */
|
46 76 | #[allow(missing_docs)] // documentation missing in model
|
77 + | /* StructureGenerator.kt:166 */
|
47 78 | pub fn super_(&self) -> ::std::option::Option<bool> {
|
79 + | /* StructureGenerator.kt:168 */
|
48 80 | self.super_
|
81 + | /* StructureGenerator.kt:166 */
|
49 82 | }
|
83 + | /* StructureGenerator.kt:231 */
|
50 84 | #[allow(missing_docs)] // documentation missing in model
|
85 + | /* StructureGenerator.kt:166 */
|
51 86 | pub fn build_value(&self) -> ::std::option::Option<&str> {
|
87 + | /* StructureGenerator.kt:169 */
|
52 88 | self.build_value.as_deref()
|
89 + | /* StructureGenerator.kt:166 */
|
53 90 | }
|
91 + | /* StructureGenerator.kt:231 */
|
54 92 | #[allow(missing_docs)] // documentation missing in model
|
93 + | /* StructureGenerator.kt:166 */
|
55 94 | pub fn default_value(&self) -> ::std::option::Option<&str> {
|
95 + | /* StructureGenerator.kt:169 */
|
56 96 | self.default_value.as_deref()
|
97 + | /* StructureGenerator.kt:166 */
|
57 98 | }
|
99 + | /* StructureGenerator.kt:231 */
|
58 100 | #[allow(missing_docs)] // documentation missing in model
|
101 + | /* StructureGenerator.kt:166 */
|
59 102 | pub fn send_value(&self) -> ::std::option::Option<&str> {
|
103 + | /* StructureGenerator.kt:169 */
|
60 104 | self.send_value.as_deref()
|
105 + | /* StructureGenerator.kt:166 */
|
61 106 | }
|
107 + | /* StructureGenerator.kt:135 */
|
62 108 | }
|
109 + | /* ClientCodegenVisitor.kt:237 */
|
63 110 | impl ReservedWordsAsMembersInput {
|
64 - | /// Creates a new builder-style object to manufacture [`ReservedWordsAsMembersInput`](crate::operation::reserved_words_as_members::ReservedWordsAsMembersInput).
|
111 + | /// /* BuilderGenerator.kt:173 */Creates a new builder-style object to manufacture [`ReservedWordsAsMembersInput`](crate::operation::reserved_words_as_members::ReservedWordsAsMembersInput).
|
112 + | /* BuilderGenerator.kt:175 */
|
65 113 | pub fn builder() -> crate::operation::reserved_words_as_members::builders::ReservedWordsAsMembersInputBuilder {
|
114 + | /* BuilderGenerator.kt:176 */
|
66 115 | crate::operation::reserved_words_as_members::builders::ReservedWordsAsMembersInputBuilder::default()
|
116 + | /* BuilderGenerator.kt:175 */
|
67 117 | }
|
118 + | /* ClientCodegenVisitor.kt:237 */
|
68 119 | }
|
69 120 |
|
70 - | /// A builder for [`ReservedWordsAsMembersInput`](crate::operation::reserved_words_as_members::ReservedWordsAsMembersInput).
|
121 + | /// /* BuilderGenerator.kt:342 */A builder for [`ReservedWordsAsMembersInput`](crate::operation::reserved_words_as_members::ReservedWordsAsMembersInput).
|
122 + | /* RustType.kt:516 */
|
71 123 | #[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
|
124 + | /* RustType.kt:516 */
|
72 125 | #[non_exhaustive]
|
126 + | /* BuilderGenerator.kt:345 */
|
73 127 | pub struct ReservedWordsAsMembersInputBuilder {
|
74 - | pub(crate) r#as: ::std::option::Option<i32>,
|
75 - | pub(crate) r#async: ::std::option::Option<bool>,
|
76 - | pub(crate) r#enum: ::std::option::Option<crate::types::UnknownVariantCollidingEnum>,
|
77 - | pub(crate) self_: ::std::option::Option<bool>,
|
78 - | pub(crate) crate_: ::std::option::Option<bool>,
|
79 - | pub(crate) super_: ::std::option::Option<bool>,
|
80 - | pub(crate) build_value: ::std::option::Option<::std::string::String>,
|
81 - | pub(crate) default_value: ::std::option::Option<::std::string::String>,
|
82 - | pub(crate) send_value: ::std::option::Option<::std::string::String>,
|
128 + | /* BuilderGenerator.kt:275 */ pub(crate) r#as: ::std::option::Option<i32>,
|
129 + | /* BuilderGenerator.kt:275 */ pub(crate) r#async: ::std::option::Option<bool>,
|
130 + | /* BuilderGenerator.kt:275 */ pub(crate) r#enum: ::std::option::Option<crate::types::UnknownVariantCollidingEnum>,
|
131 + | /* BuilderGenerator.kt:275 */ pub(crate) self_: ::std::option::Option<bool>,
|
132 + | /* BuilderGenerator.kt:275 */ pub(crate) crate_: ::std::option::Option<bool>,
|
133 + | /* BuilderGenerator.kt:275 */ pub(crate) super_: ::std::option::Option<bool>,
|
134 + | /* BuilderGenerator.kt:275 */ pub(crate) build_value: ::std::option::Option<::std::string::String>,
|
135 + | /* BuilderGenerator.kt:275 */ pub(crate) default_value: ::std::option::Option<::std::string::String>,
|
136 + | /* BuilderGenerator.kt:275 */ pub(crate) send_value: ::std::option::Option<::std::string::String>,
|
137 + | /* BuilderGenerator.kt:345 */
|
83 138 | }
|
139 + | /* BuilderGenerator.kt:355 */
|
84 140 | impl ReservedWordsAsMembersInputBuilder {
|
141 + | /* BuilderGenerator.kt:286 */
|
85 142 | #[allow(missing_docs)] // documentation missing in model
|
143 + | /* BuilderGenerator.kt:291 */
|
86 144 | pub fn r#as(mut self, input: i32) -> Self {
|
145 + | /* BuilderGenerator.kt:292 */
|
87 146 | self.r#as = ::std::option::Option::Some(input);
|
147 + | /* BuilderGenerator.kt:293 */
|
88 148 | self
|
149 + | /* BuilderGenerator.kt:291 */
|
89 150 | }
|
151 + | /* BuilderGenerator.kt:312 */
|
90 152 | #[allow(missing_docs)] // documentation missing in model
|
153 + | /* BuilderGenerator.kt:314 */
|
91 154 | pub fn set_as(mut self, input: ::std::option::Option<i32>) -> Self {
|
155 + | /* BuilderGenerator.kt:315 */
|
92 156 | self.r#as = input;
|
93 157 | self
|
158 + | /* BuilderGenerator.kt:314 */
|
94 159 | }
|
160 + | /* BuilderGenerator.kt:334 */
|
95 161 | #[allow(missing_docs)] // documentation missing in model
|
162 + | /* BuilderGenerator.kt:336 */
|
96 163 | pub fn get_as(&self) -> &::std::option::Option<i32> {
|
164 + | /* BuilderGenerator.kt:337 */
|
97 165 | &self.r#as
|
166 + | /* BuilderGenerator.kt:336 */
|
98 167 | }
|
168 + | /* BuilderGenerator.kt:286 */
|
99 169 | #[allow(missing_docs)] // documentation missing in model
|
170 + | /* BuilderGenerator.kt:291 */
|
100 171 | pub fn r#async(mut self, input: bool) -> Self {
|
172 + | /* BuilderGenerator.kt:292 */
|
101 173 | self.r#async = ::std::option::Option::Some(input);
|
174 + | /* BuilderGenerator.kt:293 */
|
102 175 | self
|
176 + | /* BuilderGenerator.kt:291 */
|
103 177 | }
|
178 + | /* BuilderGenerator.kt:312 */
|
104 179 | #[allow(missing_docs)] // documentation missing in model
|
180 + | /* BuilderGenerator.kt:314 */
|
105 181 | pub fn set_async(mut self, input: ::std::option::Option<bool>) -> Self {
|
182 + | /* BuilderGenerator.kt:315 */
|
106 183 | self.r#async = input;
|
107 184 | self
|
185 + | /* BuilderGenerator.kt:314 */
|
108 186 | }
|
187 + | /* BuilderGenerator.kt:334 */
|
109 188 | #[allow(missing_docs)] // documentation missing in model
|
189 + | /* BuilderGenerator.kt:336 */
|
110 190 | pub fn get_async(&self) -> &::std::option::Option<bool> {
|
191 + | /* BuilderGenerator.kt:337 */
|
111 192 | &self.r#async
|
193 + | /* BuilderGenerator.kt:336 */
|
112 194 | }
|
195 + | /* BuilderGenerator.kt:286 */
|
113 196 | #[allow(missing_docs)] // documentation missing in model
|
197 + | /* BuilderGenerator.kt:291 */
|
114 198 | pub fn r#enum(mut self, input: crate::types::UnknownVariantCollidingEnum) -> Self {
|
199 + | /* BuilderGenerator.kt:292 */
|
115 200 | self.r#enum = ::std::option::Option::Some(input);
|
201 + | /* BuilderGenerator.kt:293 */
|
116 202 | self
|
203 + | /* BuilderGenerator.kt:291 */
|
117 204 | }
|
205 + | /* BuilderGenerator.kt:312 */
|
118 206 | #[allow(missing_docs)] // documentation missing in model
|
207 + | /* BuilderGenerator.kt:314 */
|
119 208 | pub fn set_enum(mut self, input: ::std::option::Option<crate::types::UnknownVariantCollidingEnum>) -> Self {
|
209 + | /* BuilderGenerator.kt:315 */
|
120 210 | self.r#enum = input;
|
121 211 | self
|
212 + | /* BuilderGenerator.kt:314 */
|
122 213 | }
|
214 + | /* BuilderGenerator.kt:334 */
|
123 215 | #[allow(missing_docs)] // documentation missing in model
|
216 + | /* BuilderGenerator.kt:336 */
|
124 217 | pub fn get_enum(&self) -> &::std::option::Option<crate::types::UnknownVariantCollidingEnum> {
|
218 + | /* BuilderGenerator.kt:337 */
|
125 219 | &self.r#enum
|
220 + | /* BuilderGenerator.kt:336 */
|
126 221 | }
|
222 + | /* BuilderGenerator.kt:286 */
|
127 223 | #[allow(missing_docs)] // documentation missing in model
|
224 + | /* BuilderGenerator.kt:291 */
|
128 225 | pub fn self_(mut self, input: bool) -> Self {
|
226 + | /* BuilderGenerator.kt:292 */
|
129 227 | self.self_ = ::std::option::Option::Some(input);
|
228 + | /* BuilderGenerator.kt:293 */
|
130 229 | self
|
230 + | /* BuilderGenerator.kt:291 */
|
131 231 | }
|
232 + | /* BuilderGenerator.kt:312 */
|
132 233 | #[allow(missing_docs)] // documentation missing in model
|
234 + | /* BuilderGenerator.kt:314 */
|
133 235 | pub fn set_self(mut self, input: ::std::option::Option<bool>) -> Self {
|
236 + | /* BuilderGenerator.kt:315 */
|
134 237 | self.self_ = input;
|
135 238 | self
|
239 + | /* BuilderGenerator.kt:314 */
|
136 240 | }
|
241 + | /* BuilderGenerator.kt:334 */
|
137 242 | #[allow(missing_docs)] // documentation missing in model
|
243 + | /* BuilderGenerator.kt:336 */
|
138 244 | pub fn get_self(&self) -> &::std::option::Option<bool> {
|
245 + | /* BuilderGenerator.kt:337 */
|
139 246 | &self.self_
|
247 + | /* BuilderGenerator.kt:336 */
|
140 248 | }
|
249 + | /* BuilderGenerator.kt:286 */
|
141 250 | #[allow(missing_docs)] // documentation missing in model
|
251 + | /* BuilderGenerator.kt:291 */
|
142 252 | pub fn crate_(mut self, input: bool) -> Self {
|
253 + | /* BuilderGenerator.kt:292 */
|
143 254 | self.crate_ = ::std::option::Option::Some(input);
|
255 + | /* BuilderGenerator.kt:293 */
|
144 256 | self
|
257 + | /* BuilderGenerator.kt:291 */
|
145 258 | }
|
259 + | /* BuilderGenerator.kt:312 */
|
146 260 | #[allow(missing_docs)] // documentation missing in model
|
261 + | /* BuilderGenerator.kt:314 */
|
147 262 | pub fn set_crate(mut self, input: ::std::option::Option<bool>) -> Self {
|
263 + | /* BuilderGenerator.kt:315 */
|
148 264 | self.crate_ = input;
|
149 265 | self
|
266 + | /* BuilderGenerator.kt:314 */
|
150 267 | }
|
268 + | /* BuilderGenerator.kt:334 */
|
151 269 | #[allow(missing_docs)] // documentation missing in model
|
270 + | /* BuilderGenerator.kt:336 */
|
152 271 | pub fn get_crate(&self) -> &::std::option::Option<bool> {
|
272 + | /* BuilderGenerator.kt:337 */
|
153 273 | &self.crate_
|
274 + | /* BuilderGenerator.kt:336 */
|
154 275 | }
|
276 + | /* BuilderGenerator.kt:286 */
|
155 277 | #[allow(missing_docs)] // documentation missing in model
|
278 + | /* BuilderGenerator.kt:291 */
|
156 279 | pub fn super_(mut self, input: bool) -> Self {
|
280 + | /* BuilderGenerator.kt:292 */
|
157 281 | self.super_ = ::std::option::Option::Some(input);
|
282 + | /* BuilderGenerator.kt:293 */
|
158 283 | self
|
284 + | /* BuilderGenerator.kt:291 */
|
159 285 | }
|
286 + | /* BuilderGenerator.kt:312 */
|
160 287 | #[allow(missing_docs)] // documentation missing in model
|
288 + | /* BuilderGenerator.kt:314 */
|
161 289 | pub fn set_super(mut self, input: ::std::option::Option<bool>) -> Self {
|
290 + | /* BuilderGenerator.kt:315 */
|
162 291 | self.super_ = input;
|
163 292 | self
|
293 + | /* BuilderGenerator.kt:314 */
|
164 294 | }
|
295 + | /* BuilderGenerator.kt:334 */
|
165 296 | #[allow(missing_docs)] // documentation missing in model
|
297 + | /* BuilderGenerator.kt:336 */
|
166 298 | pub fn get_super(&self) -> &::std::option::Option<bool> {
|
299 + | /* BuilderGenerator.kt:337 */
|
167 300 | &self.super_
|
301 + | /* BuilderGenerator.kt:336 */
|
168 302 | }
|
303 + | /* BuilderGenerator.kt:286 */
|
169 304 | #[allow(missing_docs)] // documentation missing in model
|
305 + | /* BuilderGenerator.kt:291 */
|
170 306 | pub fn build_value(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
307 + | /* BuilderGenerator.kt:292 */
|
171 308 | self.build_value = ::std::option::Option::Some(input.into());
|
309 + | /* BuilderGenerator.kt:293 */
|
172 310 | self
|
311 + | /* BuilderGenerator.kt:291 */
|
173 312 | }
|
313 + | /* BuilderGenerator.kt:312 */
|
174 314 | #[allow(missing_docs)] // documentation missing in model
|
315 + | /* BuilderGenerator.kt:314 */
|
175 316 | pub fn set_build(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
317 + | /* BuilderGenerator.kt:315 */
|
176 318 | self.build_value = input;
|
177 319 | self
|
320 + | /* BuilderGenerator.kt:314 */
|
178 321 | }
|
322 + | /* BuilderGenerator.kt:334 */
|
179 323 | #[allow(missing_docs)] // documentation missing in model
|
324 + | /* BuilderGenerator.kt:336 */
|
180 325 | pub fn get_build(&self) -> &::std::option::Option<::std::string::String> {
|
326 + | /* BuilderGenerator.kt:337 */
|
181 327 | &self.build_value
|
328 + | /* BuilderGenerator.kt:336 */
|
182 329 | }
|
330 + | /* BuilderGenerator.kt:286 */
|
183 331 | #[allow(missing_docs)] // documentation missing in model
|
332 + | /* BuilderGenerator.kt:291 */
|
184 333 | pub fn default_value(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
334 + | /* BuilderGenerator.kt:292 */
|
185 335 | self.default_value = ::std::option::Option::Some(input.into());
|
336 + | /* BuilderGenerator.kt:293 */
|
186 337 | self
|
338 + | /* BuilderGenerator.kt:291 */
|
187 339 | }
|
340 + | /* BuilderGenerator.kt:312 */
|
188 341 | #[allow(missing_docs)] // documentation missing in model
|
342 + | /* BuilderGenerator.kt:314 */
|
189 343 | pub fn set_default(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
344 + | /* BuilderGenerator.kt:315 */
|
190 345 | self.default_value = input;
|
191 346 | self
|
347 + | /* BuilderGenerator.kt:314 */
|
192 348 | }
|
349 + | /* BuilderGenerator.kt:334 */
|
193 350 | #[allow(missing_docs)] // documentation missing in model
|
351 + | /* BuilderGenerator.kt:336 */
|
194 352 | pub fn get_default(&self) -> &::std::option::Option<::std::string::String> {
|
353 + | /* BuilderGenerator.kt:337 */
|
195 354 | &self.default_value
|
355 + | /* BuilderGenerator.kt:336 */
|
196 356 | }
|
357 + | /* BuilderGenerator.kt:286 */
|
197 358 | #[allow(missing_docs)] // documentation missing in model
|
359 + | /* BuilderGenerator.kt:291 */
|
198 360 | pub fn send_value(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
361 + | /* BuilderGenerator.kt:292 */
|
199 362 | self.send_value = ::std::option::Option::Some(input.into());
|
363 + | /* BuilderGenerator.kt:293 */
|
200 364 | self
|
365 + | /* BuilderGenerator.kt:291 */
|
201 366 | }
|
367 + | /* BuilderGenerator.kt:312 */
|
202 368 | #[allow(missing_docs)] // documentation missing in model
|
369 + | /* BuilderGenerator.kt:314 */
|
203 370 | pub fn set_send(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
371 + | /* BuilderGenerator.kt:315 */
|
204 372 | self.send_value = input;
|
205 373 | self
|
374 + | /* BuilderGenerator.kt:314 */
|
206 375 | }
|
376 + | /* BuilderGenerator.kt:334 */
|
207 377 | #[allow(missing_docs)] // documentation missing in model
|
378 + | /* BuilderGenerator.kt:336 */
|
208 379 | pub fn get_send(&self) -> &::std::option::Option<::std::string::String> {
|
380 + | /* BuilderGenerator.kt:337 */
|
209 381 | &self.send_value
|
382 + | /* BuilderGenerator.kt:336 */
|
210 383 | }
|
211 - | /// Consumes the builder and constructs a [`ReservedWordsAsMembersInput`](crate::operation::reserved_words_as_members::ReservedWordsAsMembersInput).
|
384 + | /// /* BuilderGenerator.kt:240 */Consumes the builder and constructs a [`ReservedWordsAsMembersInput`](crate::operation::reserved_words_as_members::ReservedWordsAsMembersInput).
|
385 + | /* BuilderGenerator.kt:253 */
|
212 386 | pub fn build(
|
213 387 | self,
|
214 388 | ) -> ::std::result::Result<
|
215 389 | crate::operation::reserved_words_as_members::ReservedWordsAsMembersInput,
|
216 390 | ::aws_smithy_types::error::operation::BuildError,
|
217 391 | > {
|
218 - | ::std::result::Result::Ok(crate::operation::reserved_words_as_members::ReservedWordsAsMembersInput {
|
219 - | r#as: self.r#as,
|
392 + | /* BuilderGenerator.kt:254 */
|
393 + | ::std::result::Result::Ok(
|
394 + | /* BuilderGenerator.kt:477 */
|
395 + | crate::operation::reserved_words_as_members::ReservedWordsAsMembersInput {
|
396 + | /* BuilderGenerator.kt:481 */ r#as: self.r#as,
|
397 + | /* BuilderGenerator.kt:481 */
|
220 398 | r#async: self.r#async,
|
399 + | /* BuilderGenerator.kt:481 */
|
221 400 | r#enum: self.r#enum,
|
401 + | /* BuilderGenerator.kt:481 */
|
222 402 | self_: self.self_,
|
403 + | /* BuilderGenerator.kt:481 */
|
223 404 | crate_: self.crate_,
|
405 + | /* BuilderGenerator.kt:481 */
|
224 406 | super_: self.super_,
|
407 + | /* BuilderGenerator.kt:481 */
|
225 408 | build_value: self.build_value,
|
409 + | /* BuilderGenerator.kt:481 */
|
226 410 | default_value: self.default_value,
|
411 + | /* BuilderGenerator.kt:481 */
|
227 412 | send_value: self.send_value,
|
228 - | })
|
413 + | /* BuilderGenerator.kt:477 */
|
414 + | }, /* BuilderGenerator.kt:254 */
|
415 + | )
|
416 + | /* BuilderGenerator.kt:253 */
|
229 417 | }
|
418 + | /* BuilderGenerator.kt:355 */
|
230 419 | }
|