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