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 InputAndOutputWithHeadersInput {
|
8 + | pub /* StructureGenerator.kt:201 */ struct InputAndOutputWithHeadersInput {
|
9 + | /* StructureGenerator.kt:231 */
|
6 10 | #[allow(missing_docs)] // documentation missing in model
|
7 11 | pub header_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 header_byte: ::std::option::Option<i8>,
|
10 - | #[allow(missing_docs)] // documentation missing in model
|
14 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
11 15 | pub header_short: ::std::option::Option<i16>,
|
16 + | /* StructureGenerator.kt:231 */
|
12 17 | #[allow(missing_docs)] // documentation missing in model
|
13 18 | pub header_integer: ::std::option::Option<i32>,
|
14 - | #[allow(missing_docs)] // documentation missing in model
|
19 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
15 20 | pub header_long: ::std::option::Option<i64>,
|
16 - | #[allow(missing_docs)] // documentation missing in model
|
21 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
17 22 | pub header_float: ::std::option::Option<f32>,
|
18 - | #[allow(missing_docs)] // documentation missing in model
|
23 + | /* StructureGenerator.kt:231 */ #[allow(missing_docs)] // documentation missing in model
|
19 24 | pub header_double: ::std::option::Option<f64>,
|
25 + | /* StructureGenerator.kt:231 */
|
20 26 | #[allow(missing_docs)] // documentation missing in model
|
21 27 | pub header_true_bool: ::std::option::Option<bool>,
|
28 + | /* StructureGenerator.kt:231 */
|
22 29 | #[allow(missing_docs)] // documentation missing in model
|
23 30 | pub header_false_bool: ::std::option::Option<bool>,
|
31 + | /* StructureGenerator.kt:231 */
|
24 32 | #[allow(missing_docs)] // documentation missing in model
|
25 33 | pub header_string_list: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
34 + | /* StructureGenerator.kt:231 */
|
26 35 | #[allow(missing_docs)] // documentation missing in model
|
27 36 | pub header_string_set: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
37 + | /* StructureGenerator.kt:231 */
|
28 38 | #[allow(missing_docs)] // documentation missing in model
|
29 39 | pub header_integer_list: ::std::option::Option<::std::vec::Vec<i32>>,
|
40 + | /* StructureGenerator.kt:231 */
|
30 41 | #[allow(missing_docs)] // documentation missing in model
|
31 42 | pub header_boolean_list: ::std::option::Option<::std::vec::Vec<bool>>,
|
43 + | /* StructureGenerator.kt:231 */
|
32 44 | #[allow(missing_docs)] // documentation missing in model
|
33 45 | pub header_timestamp_list: ::std::option::Option<::std::vec::Vec<::aws_smithy_types::DateTime>>,
|
46 + | /* StructureGenerator.kt:231 */
|
34 47 | #[allow(missing_docs)] // documentation missing in model
|
35 48 | pub header_enum: ::std::option::Option<crate::types::FooEnum>,
|
49 + | /* StructureGenerator.kt:231 */
|
36 50 | #[allow(missing_docs)] // documentation missing in model
|
37 51 | pub header_enum_list: ::std::option::Option<::std::vec::Vec<crate::types::FooEnum>>,
|
52 + | /* StructureGenerator.kt:201 */
|
38 53 | }
|
54 + | /* StructureGenerator.kt:135 */
|
39 55 | impl InputAndOutputWithHeadersInput {
|
56 + | /* StructureGenerator.kt:231 */
|
40 57 | #[allow(missing_docs)] // documentation missing in model
|
58 + | /* StructureGenerator.kt:166 */
|
41 59 | pub fn header_string(&self) -> ::std::option::Option<&str> {
|
60 + | /* StructureGenerator.kt:169 */
|
42 61 | self.header_string.as_deref()
|
62 + | /* StructureGenerator.kt:166 */
|
43 63 | }
|
64 + | /* StructureGenerator.kt:231 */
|
44 65 | #[allow(missing_docs)] // documentation missing in model
|
66 + | /* StructureGenerator.kt:166 */
|
45 67 | pub fn header_byte(&self) -> ::std::option::Option<i8> {
|
68 + | /* StructureGenerator.kt:168 */
|
46 69 | self.header_byte
|
70 + | /* StructureGenerator.kt:166 */
|
47 71 | }
|
72 + | /* StructureGenerator.kt:231 */
|
48 73 | #[allow(missing_docs)] // documentation missing in model
|
74 + | /* StructureGenerator.kt:166 */
|
49 75 | pub fn header_short(&self) -> ::std::option::Option<i16> {
|
76 + | /* StructureGenerator.kt:168 */
|
50 77 | self.header_short
|
78 + | /* StructureGenerator.kt:166 */
|
51 79 | }
|
80 + | /* StructureGenerator.kt:231 */
|
52 81 | #[allow(missing_docs)] // documentation missing in model
|
82 + | /* StructureGenerator.kt:166 */
|
53 83 | pub fn header_integer(&self) -> ::std::option::Option<i32> {
|
84 + | /* StructureGenerator.kt:168 */
|
54 85 | self.header_integer
|
86 + | /* StructureGenerator.kt:166 */
|
55 87 | }
|
88 + | /* StructureGenerator.kt:231 */
|
56 89 | #[allow(missing_docs)] // documentation missing in model
|
90 + | /* StructureGenerator.kt:166 */
|
57 91 | pub fn header_long(&self) -> ::std::option::Option<i64> {
|
92 + | /* StructureGenerator.kt:168 */
|
58 93 | self.header_long
|
94 + | /* StructureGenerator.kt:166 */
|
59 95 | }
|
96 + | /* StructureGenerator.kt:231 */
|
60 97 | #[allow(missing_docs)] // documentation missing in model
|
98 + | /* StructureGenerator.kt:166 */
|
61 99 | pub fn header_float(&self) -> ::std::option::Option<f32> {
|
100 + | /* StructureGenerator.kt:168 */
|
62 101 | self.header_float
|
102 + | /* StructureGenerator.kt:166 */
|
63 103 | }
|
104 + | /* StructureGenerator.kt:231 */
|
64 105 | #[allow(missing_docs)] // documentation missing in model
|
106 + | /* StructureGenerator.kt:166 */
|
65 107 | pub fn header_double(&self) -> ::std::option::Option<f64> {
|
108 + | /* StructureGenerator.kt:168 */
|
66 109 | self.header_double
|
110 + | /* StructureGenerator.kt:166 */
|
67 111 | }
|
112 + | /* StructureGenerator.kt:231 */
|
68 113 | #[allow(missing_docs)] // documentation missing in model
|
114 + | /* StructureGenerator.kt:166 */
|
69 115 | pub fn header_true_bool(&self) -> ::std::option::Option<bool> {
|
116 + | /* StructureGenerator.kt:168 */
|
70 117 | self.header_true_bool
|
118 + | /* StructureGenerator.kt:166 */
|
71 119 | }
|
120 + | /* StructureGenerator.kt:231 */
|
72 121 | #[allow(missing_docs)] // documentation missing in model
|
122 + | /* StructureGenerator.kt:166 */
|
73 123 | pub fn header_false_bool(&self) -> ::std::option::Option<bool> {
|
124 + | /* StructureGenerator.kt:168 */
|
74 125 | self.header_false_bool
|
126 + | /* StructureGenerator.kt:166 */
|
75 127 | }
|
128 + | /* StructureGenerator.kt:231 */
|
76 129 | #[allow(missing_docs)] // documentation missing in model
|
77 - | ///
|
78 - | /// If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use `.header_string_list.is_none()`.
|
130 + | /// /* StructureGenerator.kt:162 */
|
131 + | /// /* 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 `.header_string_list.is_none()`.
|
132 + | /* StructureGenerator.kt:166 */
|
79 133 | pub fn header_string_list(&self) -> &[::std::string::String] {
|
80 - | self.header_string_list.as_deref().unwrap_or_default()
|
81 - | }
|
82 - | #[allow(missing_docs)] // documentation missing in model
|
83 - | ///
|
84 - | /// If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use `.header_string_set.is_none()`.
|
134 + | /* StructureGenerator.kt:169 */
|
135 + | self.header_string_list
|
136 + | .as_deref()
|
137 + | /* StructureGenerator.kt:175 */
|
138 + | .unwrap_or_default()
|
139 + | /* StructureGenerator.kt:166 */
|
140 + | }
|
141 + | /* StructureGenerator.kt:231 */
|
142 + | #[allow(missing_docs)] // documentation missing in model
|
143 + | /// /* StructureGenerator.kt:162 */
|
144 + | /// /* 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 `.header_string_set.is_none()`.
|
145 + | /* StructureGenerator.kt:166 */
|
85 146 | pub fn header_string_set(&self) -> &[::std::string::String] {
|
86 - | self.header_string_set.as_deref().unwrap_or_default()
|
87 - | }
|
88 - | #[allow(missing_docs)] // documentation missing in model
|
89 - | ///
|
90 - | /// If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use `.header_integer_list.is_none()`.
|
147 + | /* StructureGenerator.kt:169 */
|
148 + | self.header_string_set
|
149 + | .as_deref()
|
150 + | /* StructureGenerator.kt:175 */
|
151 + | .unwrap_or_default()
|
152 + | /* StructureGenerator.kt:166 */
|
153 + | }
|
154 + | /* StructureGenerator.kt:231 */
|
155 + | #[allow(missing_docs)] // documentation missing in model
|
156 + | /// /* StructureGenerator.kt:162 */
|
157 + | /// /* 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 `.header_integer_list.is_none()`.
|
158 + | /* StructureGenerator.kt:166 */
|
91 159 | pub fn header_integer_list(&self) -> &[i32] {
|
92 - | self.header_integer_list.as_deref().unwrap_or_default()
|
93 - | }
|
94 - | #[allow(missing_docs)] // documentation missing in model
|
95 - | ///
|
96 - | /// If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use `.header_boolean_list.is_none()`.
|
160 + | /* StructureGenerator.kt:169 */
|
161 + | self.header_integer_list
|
162 + | .as_deref()
|
163 + | /* StructureGenerator.kt:175 */
|
164 + | .unwrap_or_default()
|
165 + | /* StructureGenerator.kt:166 */
|
166 + | }
|
167 + | /* StructureGenerator.kt:231 */
|
168 + | #[allow(missing_docs)] // documentation missing in model
|
169 + | /// /* StructureGenerator.kt:162 */
|
170 + | /// /* 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 `.header_boolean_list.is_none()`.
|
171 + | /* StructureGenerator.kt:166 */
|
97 172 | pub fn header_boolean_list(&self) -> &[bool] {
|
98 - | self.header_boolean_list.as_deref().unwrap_or_default()
|
99 - | }
|
100 - | #[allow(missing_docs)] // documentation missing in model
|
101 - | ///
|
102 - | /// If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use `.header_timestamp_list.is_none()`.
|
173 + | /* StructureGenerator.kt:169 */
|
174 + | self.header_boolean_list
|
175 + | .as_deref()
|
176 + | /* StructureGenerator.kt:175 */
|
177 + | .unwrap_or_default()
|
178 + | /* StructureGenerator.kt:166 */
|
179 + | }
|
180 + | /* StructureGenerator.kt:231 */
|
181 + | #[allow(missing_docs)] // documentation missing in model
|
182 + | /// /* StructureGenerator.kt:162 */
|
183 + | /// /* 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 `.header_timestamp_list.is_none()`.
|
184 + | /* StructureGenerator.kt:166 */
|
103 185 | pub fn header_timestamp_list(&self) -> &[::aws_smithy_types::DateTime] {
|
104 - | self.header_timestamp_list.as_deref().unwrap_or_default()
|
186 + | /* StructureGenerator.kt:169 */
|
187 + | self.header_timestamp_list
|
188 + | .as_deref()
|
189 + | /* StructureGenerator.kt:175 */
|
190 + | .unwrap_or_default()
|
191 + | /* StructureGenerator.kt:166 */
|
105 192 | }
|
193 + | /* StructureGenerator.kt:231 */
|
106 194 | #[allow(missing_docs)] // documentation missing in model
|
195 + | /* StructureGenerator.kt:166 */
|
107 196 | pub fn header_enum(&self) -> ::std::option::Option<&crate::types::FooEnum> {
|
197 + | /* StructureGenerator.kt:170 */
|
108 198 | self.header_enum.as_ref()
|
199 + | /* StructureGenerator.kt:166 */
|
109 200 | }
|
201 + | /* StructureGenerator.kt:231 */
|
110 202 | #[allow(missing_docs)] // documentation missing in model
|
111 - | ///
|
112 - | /// If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use `.header_enum_list.is_none()`.
|
203 + | /// /* StructureGenerator.kt:162 */
|
204 + | /// /* 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 `.header_enum_list.is_none()`.
|
205 + | /* StructureGenerator.kt:166 */
|
113 206 | pub fn header_enum_list(&self) -> &[crate::types::FooEnum] {
|
114 - | self.header_enum_list.as_deref().unwrap_or_default()
|
115 - | }
|
207 + | /* StructureGenerator.kt:169 */
|
208 + | self.header_enum_list
|
209 + | .as_deref()
|
210 + | /* StructureGenerator.kt:175 */
|
211 + | .unwrap_or_default()
|
212 + | /* StructureGenerator.kt:166 */
|
213 + | }
|
214 + | /* StructureGenerator.kt:135 */
|
116 215 | }
|
216 + | /* ClientCodegenVisitor.kt:237 */
|
117 217 | impl InputAndOutputWithHeadersInput {
|
118 - | /// Creates a new builder-style object to manufacture [`InputAndOutputWithHeadersInput`](crate::operation::input_and_output_with_headers::InputAndOutputWithHeadersInput).
|
218 + | /// /* BuilderGenerator.kt:173 */Creates a new builder-style object to manufacture [`InputAndOutputWithHeadersInput`](crate::operation::input_and_output_with_headers::InputAndOutputWithHeadersInput).
|
219 + | /* BuilderGenerator.kt:175 */
|
119 220 | pub fn builder() -> crate::operation::input_and_output_with_headers::builders::InputAndOutputWithHeadersInputBuilder {
|
221 + | /* BuilderGenerator.kt:176 */
|
120 222 | crate::operation::input_and_output_with_headers::builders::InputAndOutputWithHeadersInputBuilder::default()
|
223 + | /* BuilderGenerator.kt:175 */
|
121 224 | }
|
225 + | /* ClientCodegenVisitor.kt:237 */
|
122 226 | }
|
123 227 |
|
124 - | /// A builder for [`InputAndOutputWithHeadersInput`](crate::operation::input_and_output_with_headers::InputAndOutputWithHeadersInput).
|
228 + | /// /* BuilderGenerator.kt:342 */A builder for [`InputAndOutputWithHeadersInput`](crate::operation::input_and_output_with_headers::InputAndOutputWithHeadersInput).
|
229 + | /* RustType.kt:516 */
|
125 230 | #[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
|
231 + | /* RustType.kt:516 */
|
126 232 | #[non_exhaustive]
|
233 + | /* BuilderGenerator.kt:345 */
|
127 234 | pub struct InputAndOutputWithHeadersInputBuilder {
|
128 - | pub(crate) header_string: ::std::option::Option<::std::string::String>,
|
129 - | pub(crate) header_byte: ::std::option::Option<i8>,
|
130 - | pub(crate) header_short: ::std::option::Option<i16>,
|
131 - | pub(crate) header_integer: ::std::option::Option<i32>,
|
132 - | pub(crate) header_long: ::std::option::Option<i64>,
|
133 - | pub(crate) header_float: ::std::option::Option<f32>,
|
134 - | pub(crate) header_double: ::std::option::Option<f64>,
|
135 - | pub(crate) header_true_bool: ::std::option::Option<bool>,
|
136 - | pub(crate) header_false_bool: ::std::option::Option<bool>,
|
137 - | pub(crate) header_string_list: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
138 - | pub(crate) header_string_set: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
139 - | pub(crate) header_integer_list: ::std::option::Option<::std::vec::Vec<i32>>,
|
140 - | pub(crate) header_boolean_list: ::std::option::Option<::std::vec::Vec<bool>>,
|
141 - | pub(crate) header_timestamp_list: ::std::option::Option<::std::vec::Vec<::aws_smithy_types::DateTime>>,
|
142 - | pub(crate) header_enum: ::std::option::Option<crate::types::FooEnum>,
|
235 + | /* BuilderGenerator.kt:275 */ pub(crate) header_string: ::std::option::Option<::std::string::String>,
|
236 + | /* BuilderGenerator.kt:275 */ pub(crate) header_byte: ::std::option::Option<i8>,
|
237 + | /* BuilderGenerator.kt:275 */ pub(crate) header_short: ::std::option::Option<i16>,
|
238 + | /* BuilderGenerator.kt:275 */ pub(crate) header_integer: ::std::option::Option<i32>,
|
239 + | /* BuilderGenerator.kt:275 */ pub(crate) header_long: ::std::option::Option<i64>,
|
240 + | /* BuilderGenerator.kt:275 */ pub(crate) header_float: ::std::option::Option<f32>,
|
241 + | /* BuilderGenerator.kt:275 */ pub(crate) header_double: ::std::option::Option<f64>,
|
242 + | /* BuilderGenerator.kt:275 */ pub(crate) header_true_bool: ::std::option::Option<bool>,
|
243 + | /* BuilderGenerator.kt:275 */ pub(crate) header_false_bool: ::std::option::Option<bool>,
|
244 + | /* BuilderGenerator.kt:275 */ pub(crate) header_string_list: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
245 + | /* BuilderGenerator.kt:275 */ pub(crate) header_string_set: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
246 + | /* BuilderGenerator.kt:275 */ pub(crate) header_integer_list: ::std::option::Option<::std::vec::Vec<i32>>,
|
247 + | /* BuilderGenerator.kt:275 */ pub(crate) header_boolean_list: ::std::option::Option<::std::vec::Vec<bool>>,
|
248 + | /* BuilderGenerator.kt:275 */ pub(crate) header_timestamp_list: ::std::option::Option<::std::vec::Vec<::aws_smithy_types::DateTime>>,
|
249 + | /* BuilderGenerator.kt:275 */ pub(crate) header_enum: ::std::option::Option<crate::types::FooEnum>,
|
250 + | /* BuilderGenerator.kt:275 */
|
143 251 | pub(crate) header_enum_list: ::std::option::Option<::std::vec::Vec<crate::types::FooEnum>>,
|
252 + | /* BuilderGenerator.kt:345 */
|
144 253 | }
|
254 + | /* BuilderGenerator.kt:355 */
|
145 255 | impl InputAndOutputWithHeadersInputBuilder {
|
256 + | /* BuilderGenerator.kt:286 */
|
146 257 | #[allow(missing_docs)] // documentation missing in model
|
258 + | /* BuilderGenerator.kt:291 */
|
147 259 | pub fn header_string(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
260 + | /* BuilderGenerator.kt:292 */
|
148 261 | self.header_string = ::std::option::Option::Some(input.into());
|
262 + | /* BuilderGenerator.kt:293 */
|
149 263 | self
|
264 + | /* BuilderGenerator.kt:291 */
|
150 265 | }
|
266 + | /* BuilderGenerator.kt:312 */
|
151 267 | #[allow(missing_docs)] // documentation missing in model
|
268 + | /* BuilderGenerator.kt:314 */
|
152 269 | pub fn set_header_string(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
270 + | /* BuilderGenerator.kt:315 */
|
153 271 | self.header_string = input;
|
154 272 | self
|
273 + | /* BuilderGenerator.kt:314 */
|
155 274 | }
|
275 + | /* BuilderGenerator.kt:334 */
|
156 276 | #[allow(missing_docs)] // documentation missing in model
|
277 + | /* BuilderGenerator.kt:336 */
|
157 278 | pub fn get_header_string(&self) -> &::std::option::Option<::std::string::String> {
|
279 + | /* BuilderGenerator.kt:337 */
|
158 280 | &self.header_string
|
281 + | /* BuilderGenerator.kt:336 */
|
159 282 | }
|
283 + | /* BuilderGenerator.kt:286 */
|
160 284 | #[allow(missing_docs)] // documentation missing in model
|
285 + | /* BuilderGenerator.kt:291 */
|
161 286 | pub fn header_byte(mut self, input: i8) -> Self {
|
287 + | /* BuilderGenerator.kt:292 */
|
162 288 | self.header_byte = ::std::option::Option::Some(input);
|
289 + | /* BuilderGenerator.kt:293 */
|
163 290 | self
|
291 + | /* BuilderGenerator.kt:291 */
|
164 292 | }
|
293 + | /* BuilderGenerator.kt:312 */
|
165 294 | #[allow(missing_docs)] // documentation missing in model
|
295 + | /* BuilderGenerator.kt:314 */
|
166 296 | pub fn set_header_byte(mut self, input: ::std::option::Option<i8>) -> Self {
|
297 + | /* BuilderGenerator.kt:315 */
|
167 298 | self.header_byte = input;
|
168 299 | self
|
300 + | /* BuilderGenerator.kt:314 */
|
169 301 | }
|
302 + | /* BuilderGenerator.kt:334 */
|
170 303 | #[allow(missing_docs)] // documentation missing in model
|
304 + | /* BuilderGenerator.kt:336 */
|
171 305 | pub fn get_header_byte(&self) -> &::std::option::Option<i8> {
|
306 + | /* BuilderGenerator.kt:337 */
|
172 307 | &self.header_byte
|
308 + | /* BuilderGenerator.kt:336 */
|
173 309 | }
|
310 + | /* BuilderGenerator.kt:286 */
|
174 311 | #[allow(missing_docs)] // documentation missing in model
|
312 + | /* BuilderGenerator.kt:291 */
|
175 313 | pub fn header_short(mut self, input: i16) -> Self {
|
314 + | /* BuilderGenerator.kt:292 */
|
176 315 | self.header_short = ::std::option::Option::Some(input);
|
316 + | /* BuilderGenerator.kt:293 */
|
177 317 | self
|
318 + | /* BuilderGenerator.kt:291 */
|
178 319 | }
|
320 + | /* BuilderGenerator.kt:312 */
|
179 321 | #[allow(missing_docs)] // documentation missing in model
|
322 + | /* BuilderGenerator.kt:314 */
|
180 323 | pub fn set_header_short(mut self, input: ::std::option::Option<i16>) -> Self {
|
324 + | /* BuilderGenerator.kt:315 */
|
181 325 | self.header_short = input;
|
182 326 | self
|
327 + | /* BuilderGenerator.kt:314 */
|
183 328 | }
|
329 + | /* BuilderGenerator.kt:334 */
|
184 330 | #[allow(missing_docs)] // documentation missing in model
|
331 + | /* BuilderGenerator.kt:336 */
|
185 332 | pub fn get_header_short(&self) -> &::std::option::Option<i16> {
|
333 + | /* BuilderGenerator.kt:337 */
|
186 334 | &self.header_short
|
335 + | /* BuilderGenerator.kt:336 */
|
187 336 | }
|
337 + | /* BuilderGenerator.kt:286 */
|
188 338 | #[allow(missing_docs)] // documentation missing in model
|
339 + | /* BuilderGenerator.kt:291 */
|
189 340 | pub fn header_integer(mut self, input: i32) -> Self {
|
341 + | /* BuilderGenerator.kt:292 */
|
190 342 | self.header_integer = ::std::option::Option::Some(input);
|
343 + | /* BuilderGenerator.kt:293 */
|
191 344 | self
|
345 + | /* BuilderGenerator.kt:291 */
|
192 346 | }
|
347 + | /* BuilderGenerator.kt:312 */
|
193 348 | #[allow(missing_docs)] // documentation missing in model
|
349 + | /* BuilderGenerator.kt:314 */
|
194 350 | pub fn set_header_integer(mut self, input: ::std::option::Option<i32>) -> Self {
|
351 + | /* BuilderGenerator.kt:315 */
|
195 352 | self.header_integer = input;
|
196 353 | self
|
354 + | /* BuilderGenerator.kt:314 */
|
197 355 | }
|
356 + | /* BuilderGenerator.kt:334 */
|
198 357 | #[allow(missing_docs)] // documentation missing in model
|
358 + | /* BuilderGenerator.kt:336 */
|
199 359 | pub fn get_header_integer(&self) -> &::std::option::Option<i32> {
|
360 + | /* BuilderGenerator.kt:337 */
|
200 361 | &self.header_integer
|
362 + | /* BuilderGenerator.kt:336 */
|
201 363 | }
|
364 + | /* BuilderGenerator.kt:286 */
|
202 365 | #[allow(missing_docs)] // documentation missing in model
|
366 + | /* BuilderGenerator.kt:291 */
|
203 367 | pub fn header_long(mut self, input: i64) -> Self {
|
368 + | /* BuilderGenerator.kt:292 */
|
204 369 | self.header_long = ::std::option::Option::Some(input);
|
370 + | /* BuilderGenerator.kt:293 */
|
205 371 | self
|
372 + | /* BuilderGenerator.kt:291 */
|
206 373 | }
|
374 + | /* BuilderGenerator.kt:312 */
|
207 375 | #[allow(missing_docs)] // documentation missing in model
|
376 + | /* BuilderGenerator.kt:314 */
|
208 377 | pub fn set_header_long(mut self, input: ::std::option::Option<i64>) -> Self {
|
378 + | /* BuilderGenerator.kt:315 */
|
209 379 | self.header_long = input;
|
210 380 | self
|
381 + | /* BuilderGenerator.kt:314 */
|
211 382 | }
|
383 + | /* BuilderGenerator.kt:334 */
|
212 384 | #[allow(missing_docs)] // documentation missing in model
|
385 + | /* BuilderGenerator.kt:336 */
|
213 386 | pub fn get_header_long(&self) -> &::std::option::Option<i64> {
|
387 + | /* BuilderGenerator.kt:337 */
|
214 388 | &self.header_long
|
389 + | /* BuilderGenerator.kt:336 */
|
215 390 | }
|
391 + | /* BuilderGenerator.kt:286 */
|
216 392 | #[allow(missing_docs)] // documentation missing in model
|
393 + | /* BuilderGenerator.kt:291 */
|
217 394 | pub fn header_float(mut self, input: f32) -> Self {
|
395 + | /* BuilderGenerator.kt:292 */
|
218 396 | self.header_float = ::std::option::Option::Some(input);
|
397 + | /* BuilderGenerator.kt:293 */
|
219 398 | self
|
399 + | /* BuilderGenerator.kt:291 */
|
220 400 | }
|
401 + | /* BuilderGenerator.kt:312 */
|
221 402 | #[allow(missing_docs)] // documentation missing in model
|
403 + | /* BuilderGenerator.kt:314 */
|
222 404 | pub fn set_header_float(mut self, input: ::std::option::Option<f32>) -> Self {
|
405 + | /* BuilderGenerator.kt:315 */
|
223 406 | self.header_float = input;
|
224 407 | self
|
408 + | /* BuilderGenerator.kt:314 */
|
225 409 | }
|
410 + | /* BuilderGenerator.kt:334 */
|
226 411 | #[allow(missing_docs)] // documentation missing in model
|
412 + | /* BuilderGenerator.kt:336 */
|
227 413 | pub fn get_header_float(&self) -> &::std::option::Option<f32> {
|
414 + | /* BuilderGenerator.kt:337 */
|
228 415 | &self.header_float
|
416 + | /* BuilderGenerator.kt:336 */
|
229 417 | }
|
418 + | /* BuilderGenerator.kt:286 */
|
230 419 | #[allow(missing_docs)] // documentation missing in model
|
420 + | /* BuilderGenerator.kt:291 */
|
231 421 | pub fn header_double(mut self, input: f64) -> Self {
|
422 + | /* BuilderGenerator.kt:292 */
|
232 423 | self.header_double = ::std::option::Option::Some(input);
|
424 + | /* BuilderGenerator.kt:293 */
|
233 425 | self
|
426 + | /* BuilderGenerator.kt:291 */
|
234 427 | }
|
428 + | /* BuilderGenerator.kt:312 */
|
235 429 | #[allow(missing_docs)] // documentation missing in model
|
430 + | /* BuilderGenerator.kt:314 */
|
236 431 | pub fn set_header_double(mut self, input: ::std::option::Option<f64>) -> Self {
|
432 + | /* BuilderGenerator.kt:315 */
|
237 433 | self.header_double = input;
|
238 434 | self
|
435 + | /* BuilderGenerator.kt:314 */
|
239 436 | }
|
437 + | /* BuilderGenerator.kt:334 */
|
240 438 | #[allow(missing_docs)] // documentation missing in model
|
439 + | /* BuilderGenerator.kt:336 */
|
241 440 | pub fn get_header_double(&self) -> &::std::option::Option<f64> {
|
441 + | /* BuilderGenerator.kt:337 */
|
242 442 | &self.header_double
|
443 + | /* BuilderGenerator.kt:336 */
|
243 444 | }
|
445 + | /* BuilderGenerator.kt:286 */
|
244 446 | #[allow(missing_docs)] // documentation missing in model
|
447 + | /* BuilderGenerator.kt:291 */
|
245 448 | pub fn header_true_bool(mut self, input: bool) -> Self {
|
449 + | /* BuilderGenerator.kt:292 */
|
246 450 | self.header_true_bool = ::std::option::Option::Some(input);
|
451 + | /* BuilderGenerator.kt:293 */
|
247 452 | self
|
453 + | /* BuilderGenerator.kt:291 */
|
248 454 | }
|
455 + | /* BuilderGenerator.kt:312 */
|
249 456 | #[allow(missing_docs)] // documentation missing in model
|
457 + | /* BuilderGenerator.kt:314 */
|
250 458 | pub fn set_header_true_bool(mut self, input: ::std::option::Option<bool>) -> Self {
|
459 + | /* BuilderGenerator.kt:315 */
|
251 460 | self.header_true_bool = input;
|
252 461 | self
|
462 + | /* BuilderGenerator.kt:314 */
|
253 463 | }
|
464 + | /* BuilderGenerator.kt:334 */
|
254 465 | #[allow(missing_docs)] // documentation missing in model
|
466 + | /* BuilderGenerator.kt:336 */
|
255 467 | pub fn get_header_true_bool(&self) -> &::std::option::Option<bool> {
|
468 + | /* BuilderGenerator.kt:337 */
|
256 469 | &self.header_true_bool
|
470 + | /* BuilderGenerator.kt:336 */
|
257 471 | }
|
472 + | /* BuilderGenerator.kt:286 */
|
258 473 | #[allow(missing_docs)] // documentation missing in model
|
474 + | /* BuilderGenerator.kt:291 */
|
259 475 | pub fn header_false_bool(mut self, input: bool) -> Self {
|
476 + | /* BuilderGenerator.kt:292 */
|
260 477 | self.header_false_bool = ::std::option::Option::Some(input);
|
478 + | /* BuilderGenerator.kt:293 */
|
261 479 | self
|
480 + | /* BuilderGenerator.kt:291 */
|
262 481 | }
|
482 + | /* BuilderGenerator.kt:312 */
|
263 483 | #[allow(missing_docs)] // documentation missing in model
|
484 + | /* BuilderGenerator.kt:314 */
|
264 485 | pub fn set_header_false_bool(mut self, input: ::std::option::Option<bool>) -> Self {
|
486 + | /* BuilderGenerator.kt:315 */
|
265 487 | self.header_false_bool = input;
|
266 488 | self
|
489 + | /* BuilderGenerator.kt:314 */
|
267 490 | }
|
491 + | /* BuilderGenerator.kt:334 */
|
268 492 | #[allow(missing_docs)] // documentation missing in model
|
493 + | /* BuilderGenerator.kt:336 */
|
269 494 | pub fn get_header_false_bool(&self) -> &::std::option::Option<bool> {
|
495 + | /* BuilderGenerator.kt:337 */
|
270 496 | &self.header_false_bool
|
497 + | /* BuilderGenerator.kt:336 */
|
271 498 | }
|
272 - | /// Appends an item to `header_string_list`.
|
499 + | /// /* BuilderGenerator.kt:410 */Appends an item to `header_string_list`.
|
500 + | /* BuilderGenerator.kt:411 */
|
273 501 | ///
|
274 - | /// To override the contents of this collection use [`set_header_string_list`](Self::set_header_string_list).
|
502 + | /// /* BuilderGenerator.kt:412 */To override the contents of this collection use [`set_header_string_list`](Self::set_header_string_list).
|
503 + | /* BuilderGenerator.kt:413 */
|
275 504 | ///
|
505 + | /* BuilderGenerator.kt:418 */
|
276 506 | pub fn header_string_list(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
507 + | /* BuilderGenerator.kt:419 */
|
277 508 | let mut v = self.header_string_list.unwrap_or_default();
|
278 509 | v.push(input.into());
|
279 510 | self.header_string_list = ::std::option::Option::Some(v);
|
280 511 | self
|
512 + | /* BuilderGenerator.kt:418 */
|
281 513 | }
|
514 + | /* BuilderGenerator.kt:312 */
|
282 515 | #[allow(missing_docs)] // documentation missing in model
|
516 + | /* BuilderGenerator.kt:314 */
|
283 517 | pub fn set_header_string_list(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
|
518 + | /* BuilderGenerator.kt:315 */
|
284 519 | self.header_string_list = input;
|
285 520 | self
|
521 + | /* BuilderGenerator.kt:314 */
|
286 522 | }
|
523 + | /* BuilderGenerator.kt:334 */
|
287 524 | #[allow(missing_docs)] // documentation missing in model
|
525 + | /* BuilderGenerator.kt:336 */
|
288 526 | pub fn get_header_string_list(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
|
527 + | /* BuilderGenerator.kt:337 */
|
289 528 | &self.header_string_list
|
529 + | /* BuilderGenerator.kt:336 */
|
290 530 | }
|
291 - | /// Appends an item to `header_string_set`.
|
531 + | /// /* BuilderGenerator.kt:410 */Appends an item to `header_string_set`.
|
532 + | /* BuilderGenerator.kt:411 */
|
292 533 | ///
|
293 - | /// To override the contents of this collection use [`set_header_string_set`](Self::set_header_string_set).
|
534 + | /// /* BuilderGenerator.kt:412 */To override the contents of this collection use [`set_header_string_set`](Self::set_header_string_set).
|
535 + | /* BuilderGenerator.kt:413 */
|
294 536 | ///
|
537 + | /* BuilderGenerator.kt:418 */
|
295 538 | pub fn header_string_set(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
539 + | /* BuilderGenerator.kt:419 */
|
296 540 | let mut v = self.header_string_set.unwrap_or_default();
|
297 541 | v.push(input.into());
|
298 542 | self.header_string_set = ::std::option::Option::Some(v);
|
299 543 | self
|
544 + | /* BuilderGenerator.kt:418 */
|
300 545 | }
|
546 + | /* BuilderGenerator.kt:312 */
|
301 547 | #[allow(missing_docs)] // documentation missing in model
|
548 + | /* BuilderGenerator.kt:314 */
|
302 549 | pub fn set_header_string_set(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
|
550 + | /* BuilderGenerator.kt:315 */
|
303 551 | self.header_string_set = input;
|
304 552 | self
|
553 + | /* BuilderGenerator.kt:314 */
|
305 554 | }
|
555 + | /* BuilderGenerator.kt:334 */
|
306 556 | #[allow(missing_docs)] // documentation missing in model
|
557 + | /* BuilderGenerator.kt:336 */
|
307 558 | pub fn get_header_string_set(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
|
559 + | /* BuilderGenerator.kt:337 */
|
308 560 | &self.header_string_set
|
561 + | /* BuilderGenerator.kt:336 */
|
309 562 | }
|
310 - | /// Appends an item to `header_integer_list`.
|
563 + | /// /* BuilderGenerator.kt:410 */Appends an item to `header_integer_list`.
|
564 + | /* BuilderGenerator.kt:411 */
|
311 565 | ///
|
312 - | /// To override the contents of this collection use [`set_header_integer_list`](Self::set_header_integer_list).
|
566 + | /// /* BuilderGenerator.kt:412 */To override the contents of this collection use [`set_header_integer_list`](Self::set_header_integer_list).
|
567 + | /* BuilderGenerator.kt:413 */
|
313 568 | ///
|
569 + | /* BuilderGenerator.kt:418 */
|
314 570 | pub fn header_integer_list(mut self, input: i32) -> Self {
|
571 + | /* BuilderGenerator.kt:419 */
|
315 572 | let mut v = self.header_integer_list.unwrap_or_default();
|
316 573 | v.push(input);
|
317 574 | self.header_integer_list = ::std::option::Option::Some(v);
|
318 575 | self
|
576 + | /* BuilderGenerator.kt:418 */
|
319 577 | }
|
578 + | /* BuilderGenerator.kt:312 */
|
320 579 | #[allow(missing_docs)] // documentation missing in model
|
580 + | /* BuilderGenerator.kt:314 */
|
321 581 | pub fn set_header_integer_list(mut self, input: ::std::option::Option<::std::vec::Vec<i32>>) -> Self {
|
582 + | /* BuilderGenerator.kt:315 */
|
322 583 | self.header_integer_list = input;
|
323 584 | self
|
585 + | /* BuilderGenerator.kt:314 */
|
324 586 | }
|
587 + | /* BuilderGenerator.kt:334 */
|
325 588 | #[allow(missing_docs)] // documentation missing in model
|
589 + | /* BuilderGenerator.kt:336 */
|
326 590 | pub fn get_header_integer_list(&self) -> &::std::option::Option<::std::vec::Vec<i32>> {
|
591 + | /* BuilderGenerator.kt:337 */
|
327 592 | &self.header_integer_list
|
593 + | /* BuilderGenerator.kt:336 */
|
328 594 | }
|
329 - | /// Appends an item to `header_boolean_list`.
|
595 + | /// /* BuilderGenerator.kt:410 */Appends an item to `header_boolean_list`.
|
596 + | /* BuilderGenerator.kt:411 */
|
330 597 | ///
|
331 - | /// To override the contents of this collection use [`set_header_boolean_list`](Self::set_header_boolean_list).
|
598 + | /// /* BuilderGenerator.kt:412 */To override the contents of this collection use [`set_header_boolean_list`](Self::set_header_boolean_list).
|
599 + | /* BuilderGenerator.kt:413 */
|
332 600 | ///
|
601 + | /* BuilderGenerator.kt:418 */
|
333 602 | pub fn header_boolean_list(mut self, input: bool) -> Self {
|
603 + | /* BuilderGenerator.kt:419 */
|
334 604 | let mut v = self.header_boolean_list.unwrap_or_default();
|
335 605 | v.push(input);
|
336 606 | self.header_boolean_list = ::std::option::Option::Some(v);
|
337 607 | self
|
608 + | /* BuilderGenerator.kt:418 */
|
338 609 | }
|
610 + | /* BuilderGenerator.kt:312 */
|
339 611 | #[allow(missing_docs)] // documentation missing in model
|
612 + | /* BuilderGenerator.kt:314 */
|
340 613 | pub fn set_header_boolean_list(mut self, input: ::std::option::Option<::std::vec::Vec<bool>>) -> Self {
|
614 + | /* BuilderGenerator.kt:315 */
|
341 615 | self.header_boolean_list = input;
|
342 616 | self
|
617 + | /* BuilderGenerator.kt:314 */
|
343 618 | }
|
619 + | /* BuilderGenerator.kt:334 */
|
344 620 | #[allow(missing_docs)] // documentation missing in model
|
621 + | /* BuilderGenerator.kt:336 */
|
345 622 | pub fn get_header_boolean_list(&self) -> &::std::option::Option<::std::vec::Vec<bool>> {
|
623 + | /* BuilderGenerator.kt:337 */
|
346 624 | &self.header_boolean_list
|
625 + | /* BuilderGenerator.kt:336 */
|
347 626 | }
|
348 - | /// Appends an item to `header_timestamp_list`.
|
627 + | /// /* BuilderGenerator.kt:410 */Appends an item to `header_timestamp_list`.
|
628 + | /* BuilderGenerator.kt:411 */
|
349 629 | ///
|
350 - | /// To override the contents of this collection use [`set_header_timestamp_list`](Self::set_header_timestamp_list).
|
630 + | /// /* BuilderGenerator.kt:412 */To override the contents of this collection use [`set_header_timestamp_list`](Self::set_header_timestamp_list).
|
631 + | /* BuilderGenerator.kt:413 */
|
351 632 | ///
|
633 + | /* BuilderGenerator.kt:418 */
|
352 634 | pub fn header_timestamp_list(mut self, input: ::aws_smithy_types::DateTime) -> Self {
|
635 + | /* BuilderGenerator.kt:419 */
|
353 636 | let mut v = self.header_timestamp_list.unwrap_or_default();
|
354 637 | v.push(input);
|
355 638 | self.header_timestamp_list = ::std::option::Option::Some(v);
|
356 639 | self
|
640 + | /* BuilderGenerator.kt:418 */
|
357 641 | }
|
642 + | /* BuilderGenerator.kt:312 */
|
358 643 | #[allow(missing_docs)] // documentation missing in model
|
644 + | /* BuilderGenerator.kt:314 */
|
359 645 | pub fn set_header_timestamp_list(mut self, input: ::std::option::Option<::std::vec::Vec<::aws_smithy_types::DateTime>>) -> Self {
|
646 + | /* BuilderGenerator.kt:315 */
|
360 647 | self.header_timestamp_list = input;
|
361 648 | self
|
649 + | /* BuilderGenerator.kt:314 */
|
362 650 | }
|
651 + | /* BuilderGenerator.kt:334 */
|
363 652 | #[allow(missing_docs)] // documentation missing in model
|
653 + | /* BuilderGenerator.kt:336 */
|
364 654 | pub fn get_header_timestamp_list(&self) -> &::std::option::Option<::std::vec::Vec<::aws_smithy_types::DateTime>> {
|
655 + | /* BuilderGenerator.kt:337 */
|
365 656 | &self.header_timestamp_list
|
657 + | /* BuilderGenerator.kt:336 */
|
366 658 | }
|
659 + | /* BuilderGenerator.kt:286 */
|
367 660 | #[allow(missing_docs)] // documentation missing in model
|
661 + | /* BuilderGenerator.kt:291 */
|
368 662 | pub fn header_enum(mut self, input: crate::types::FooEnum) -> Self {
|
663 + | /* BuilderGenerator.kt:292 */
|
369 664 | self.header_enum = ::std::option::Option::Some(input);
|
665 + | /* BuilderGenerator.kt:293 */
|
370 666 | self
|
667 + | /* BuilderGenerator.kt:291 */
|
371 668 | }
|
669 + | /* BuilderGenerator.kt:312 */
|
372 670 | #[allow(missing_docs)] // documentation missing in model
|
671 + | /* BuilderGenerator.kt:314 */
|
373 672 | pub fn set_header_enum(mut self, input: ::std::option::Option<crate::types::FooEnum>) -> Self {
|
673 + | /* BuilderGenerator.kt:315 */
|
374 674 | self.header_enum = input;
|
375 675 | self
|
676 + | /* BuilderGenerator.kt:314 */
|
376 677 | }
|
678 + | /* BuilderGenerator.kt:334 */
|
377 679 | #[allow(missing_docs)] // documentation missing in model
|
680 + | /* BuilderGenerator.kt:336 */
|
378 681 | pub fn get_header_enum(&self) -> &::std::option::Option<crate::types::FooEnum> {
|
682 + | /* BuilderGenerator.kt:337 */
|
379 683 | &self.header_enum
|
684 + | /* BuilderGenerator.kt:336 */
|
380 685 | }
|
381 - | /// Appends an item to `header_enum_list`.
|
686 + | /// /* BuilderGenerator.kt:410 */Appends an item to `header_enum_list`.
|
687 + | /* BuilderGenerator.kt:411 */
|
382 688 | ///
|
383 - | /// To override the contents of this collection use [`set_header_enum_list`](Self::set_header_enum_list).
|
689 + | /// /* BuilderGenerator.kt:412 */To override the contents of this collection use [`set_header_enum_list`](Self::set_header_enum_list).
|
690 + | /* BuilderGenerator.kt:413 */
|
384 691 | ///
|
692 + | /* BuilderGenerator.kt:418 */
|
385 693 | pub fn header_enum_list(mut self, input: crate::types::FooEnum) -> Self {
|
694 + | /* BuilderGenerator.kt:419 */
|
386 695 | let mut v = self.header_enum_list.unwrap_or_default();
|
387 696 | v.push(input);
|
388 697 | self.header_enum_list = ::std::option::Option::Some(v);
|
389 698 | self
|
699 + | /* BuilderGenerator.kt:418 */
|
390 700 | }
|
701 + | /* BuilderGenerator.kt:312 */
|
391 702 | #[allow(missing_docs)] // documentation missing in model
|
703 + | /* BuilderGenerator.kt:314 */
|
392 704 | pub fn set_header_enum_list(mut self, input: ::std::option::Option<::std::vec::Vec<crate::types::FooEnum>>) -> Self {
|
705 + | /* BuilderGenerator.kt:315 */
|
393 706 | self.header_enum_list = input;
|
394 707 | self
|
708 + | /* BuilderGenerator.kt:314 */
|
395 709 | }
|
710 + | /* BuilderGenerator.kt:334 */
|
396 711 | #[allow(missing_docs)] // documentation missing in model
|
712 + | /* BuilderGenerator.kt:336 */
|
397 713 | pub fn get_header_enum_list(&self) -> &::std::option::Option<::std::vec::Vec<crate::types::FooEnum>> {
|
714 + | /* BuilderGenerator.kt:337 */
|
398 715 | &self.header_enum_list
|
716 + | /* BuilderGenerator.kt:336 */
|
399 717 | }
|
400 - | /// Consumes the builder and constructs a [`InputAndOutputWithHeadersInput`](crate::operation::input_and_output_with_headers::InputAndOutputWithHeadersInput).
|
718 + | /// /* BuilderGenerator.kt:240 */Consumes the builder and constructs a [`InputAndOutputWithHeadersInput`](crate::operation::input_and_output_with_headers::InputAndOutputWithHeadersInput).
|
719 + | /* BuilderGenerator.kt:253 */
|
401 720 | pub fn build(
|
402 721 | self,
|
403 722 | ) -> ::std::result::Result<
|
404 723 | crate::operation::input_and_output_with_headers::InputAndOutputWithHeadersInput,
|
405 724 | ::aws_smithy_types::error::operation::BuildError,
|
406 725 | > {
|
407 - | ::std::result::Result::Ok(crate::operation::input_and_output_with_headers::InputAndOutputWithHeadersInput {
|
408 - | header_string: self.header_string,
|
409 - | header_byte: self.header_byte,
|
410 - | header_short: self.header_short,
|
411 - | header_integer: self.header_integer,
|
412 - | header_long: self.header_long,
|
413 - | header_float: self.header_float,
|
414 - | header_double: self.header_double,
|
415 - | header_true_bool: self.header_true_bool,
|
416 - | header_false_bool: self.header_false_bool,
|
417 - | header_string_list: self.header_string_list,
|
418 - | header_string_set: self.header_string_set,
|
419 - | header_integer_list: self.header_integer_list,
|
420 - | header_boolean_list: self.header_boolean_list,
|
421 - | header_timestamp_list: self.header_timestamp_list,
|
422 - | header_enum: self.header_enum,
|
423 - | header_enum_list: self.header_enum_list,
|
424 - | })
|
425 - | }
|
726 + | /* BuilderGenerator.kt:254 */
|
727 + | ::std::result::Result::Ok(
|
728 + | /* BuilderGenerator.kt:477 */
|
729 + | crate::operation::input_and_output_with_headers::InputAndOutputWithHeadersInput {
|
730 + | /* BuilderGenerator.kt:481 */ header_string: self.header_string,
|
731 + | /* BuilderGenerator.kt:481 */
|
732 + | header_byte: self.header_byte,
|
733 + | /* BuilderGenerator.kt:481 */
|
734 + | header_short: self.header_short,
|
735 + | /* BuilderGenerator.kt:481 */
|
736 + | header_integer: self.header_integer,
|
737 + | /* BuilderGenerator.kt:481 */
|
738 + | header_long: self.header_long,
|
739 + | /* BuilderGenerator.kt:481 */
|
740 + | header_float: self.header_float,
|
741 + | /* BuilderGenerator.kt:481 */
|
742 + | header_double: self.header_double,
|
743 + | /* BuilderGenerator.kt:481 */
|
744 + | header_true_bool: self.header_true_bool,
|
745 + | /* BuilderGenerator.kt:481 */
|
746 + | header_false_bool: self.header_false_bool,
|
747 + | /* BuilderGenerator.kt:481 */
|
748 + | header_string_list: self.header_string_list,
|
749 + | /* BuilderGenerator.kt:481 */
|
750 + | header_string_set: self.header_string_set,
|
751 + | /* BuilderGenerator.kt:481 */
|
752 + | header_integer_list: self.header_integer_list,
|
753 + | /* BuilderGenerator.kt:481 */
|
754 + | header_boolean_list: self.header_boolean_list,
|
755 + | /* BuilderGenerator.kt:481 */
|
756 + | header_timestamp_list: self.header_timestamp_list,
|
757 + | /* BuilderGenerator.kt:481 */
|
758 + | header_enum: self.header_enum,
|
759 + | /* BuilderGenerator.kt:481 */
|
760 + | header_enum_list: self.header_enum_list,
|
761 + | /* BuilderGenerator.kt:477 */
|
762 + | }, /* BuilderGenerator.kt:254 */
|
763 + | )
|
764 + | /* BuilderGenerator.kt:253 */
|
765 + | }
|
766 + | /* BuilderGenerator.kt:355 */
|
426 767 | }
|