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