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 | #[derive(
|
4 6 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
5 7 | )]
|
6 - | pub struct ContentTypeParametersOutput {}
|
8 + | pub /* StructureGenerator.kt:201 */ struct ContentTypeParametersOutput {/* StructureGenerator.kt:201 */}
|
9 + | /* ServerCodegenVisitor.kt:345 */
|
7 10 | impl ContentTypeParametersOutput {
|
8 - | /// Creates a new builder-style object to manufacture [`ContentTypeParametersOutput`](crate::output::ContentTypeParametersOutput).
|
11 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`ContentTypeParametersOutput`](crate::output::ContentTypeParametersOutput).
|
12 + | /* ServerBuilderGenerator.kt:295 */
|
9 13 | pub fn builder() -> crate::output::content_type_parameters_output::Builder {
|
14 + | /* ServerBuilderGenerator.kt:296 */
|
10 15 | crate::output::content_type_parameters_output::Builder::default()
|
16 + | /* ServerBuilderGenerator.kt:295 */
|
11 17 | }
|
18 + | /* ServerCodegenVisitor.kt:345 */
|
12 19 | }
|
13 20 |
|
21 + | /* StructureGenerator.kt:197 */
|
14 22 | #[allow(missing_docs)] // documentation missing in model
|
23 + | /* RustType.kt:516 */
|
15 24 | #[derive(
|
16 25 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
17 26 | )]
|
18 - | pub struct PutWithContentEncodingOutput {}
|
27 + | pub /* StructureGenerator.kt:201 */ struct PutWithContentEncodingOutput {/* StructureGenerator.kt:201 */}
|
28 + | /* ServerCodegenVisitor.kt:345 */
|
19 29 | impl PutWithContentEncodingOutput {
|
20 - | /// Creates a new builder-style object to manufacture [`PutWithContentEncodingOutput`](crate::output::PutWithContentEncodingOutput).
|
30 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`PutWithContentEncodingOutput`](crate::output::PutWithContentEncodingOutput).
|
31 + | /* ServerBuilderGenerator.kt:295 */
|
21 32 | pub fn builder() -> crate::output::put_with_content_encoding_output::Builder {
|
33 + | /* ServerBuilderGenerator.kt:296 */
|
22 34 | crate::output::put_with_content_encoding_output::Builder::default()
|
35 + | /* ServerBuilderGenerator.kt:295 */
|
23 36 | }
|
37 + | /* ServerCodegenVisitor.kt:345 */
|
24 38 | }
|
25 39 |
|
40 + | /* StructureGenerator.kt:197 */
|
26 41 | #[allow(missing_docs)] // documentation missing in model
|
42 + | /* RustType.kt:516 */
|
27 43 | #[derive(
|
28 44 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
29 45 | )]
|
30 - | pub struct FractionalSecondsOutput {
|
46 + | pub /* StructureGenerator.kt:201 */ struct FractionalSecondsOutput {
|
47 + | /* StructureGenerator.kt:231 */
|
31 48 | #[allow(missing_docs)] // documentation missing in model
|
32 49 | pub datetime: ::std::option::Option<::aws_smithy_types::DateTime>,
|
50 + | /* StructureGenerator.kt:201 */
|
33 51 | }
|
52 + | /* StructureGenerator.kt:135 */
|
34 53 | impl FractionalSecondsOutput {
|
54 + | /* StructureGenerator.kt:231 */
|
35 55 | #[allow(missing_docs)] // documentation missing in model
|
56 + | /* StructureGenerator.kt:166 */
|
36 57 | pub fn datetime(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
|
58 + | /* StructureGenerator.kt:170 */
|
37 59 | self.datetime.as_ref()
|
60 + | /* StructureGenerator.kt:166 */
|
38 61 | }
|
62 + | /* StructureGenerator.kt:135 */
|
39 63 | }
|
64 + | /* ServerCodegenVisitor.kt:345 */
|
40 65 | impl FractionalSecondsOutput {
|
41 - | /// Creates a new builder-style object to manufacture [`FractionalSecondsOutput`](crate::output::FractionalSecondsOutput).
|
66 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`FractionalSecondsOutput`](crate::output::FractionalSecondsOutput).
|
67 + | /* ServerBuilderGenerator.kt:295 */
|
42 68 | pub fn builder() -> crate::output::fractional_seconds_output::Builder {
|
69 + | /* ServerBuilderGenerator.kt:296 */
|
43 70 | crate::output::fractional_seconds_output::Builder::default()
|
71 + | /* ServerBuilderGenerator.kt:295 */
|
44 72 | }
|
73 + | /* ServerCodegenVisitor.kt:345 */
|
45 74 | }
|
46 75 |
|
76 + | /* StructureGenerator.kt:197 */
|
47 77 | #[allow(missing_docs)] // documentation missing in model
|
78 + | /* RustType.kt:516 */
|
48 79 | #[derive(
|
49 80 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
50 81 | )]
|
51 - | pub struct DatetimeOffsetsOutput {
|
82 + | pub /* StructureGenerator.kt:201 */ struct DatetimeOffsetsOutput {
|
83 + | /* StructureGenerator.kt:231 */
|
52 84 | #[allow(missing_docs)] // documentation missing in model
|
53 85 | pub datetime: ::std::option::Option<::aws_smithy_types::DateTime>,
|
86 + | /* StructureGenerator.kt:201 */
|
54 87 | }
|
88 + | /* StructureGenerator.kt:135 */
|
55 89 | impl DatetimeOffsetsOutput {
|
90 + | /* StructureGenerator.kt:231 */
|
56 91 | #[allow(missing_docs)] // documentation missing in model
|
92 + | /* StructureGenerator.kt:166 */
|
57 93 | pub fn datetime(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
|
94 + | /* StructureGenerator.kt:170 */
|
58 95 | self.datetime.as_ref()
|
96 + | /* StructureGenerator.kt:166 */
|
59 97 | }
|
98 + | /* StructureGenerator.kt:135 */
|
60 99 | }
|
100 + | /* ServerCodegenVisitor.kt:345 */
|
61 101 | impl DatetimeOffsetsOutput {
|
62 - | /// Creates a new builder-style object to manufacture [`DatetimeOffsetsOutput`](crate::output::DatetimeOffsetsOutput).
|
102 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`DatetimeOffsetsOutput`](crate::output::DatetimeOffsetsOutput).
|
103 + | /* ServerBuilderGenerator.kt:295 */
|
63 104 | pub fn builder() -> crate::output::datetime_offsets_output::Builder {
|
105 + | /* ServerBuilderGenerator.kt:296 */
|
64 106 | crate::output::datetime_offsets_output::Builder::default()
|
107 + | /* ServerBuilderGenerator.kt:295 */
|
65 108 | }
|
109 + | /* ServerCodegenVisitor.kt:345 */
|
66 110 | }
|
67 111 |
|
112 + | /* StructureGenerator.kt:197 */
|
68 113 | #[allow(missing_docs)] // documentation missing in model
|
114 + | /* RustType.kt:516 */
|
69 115 | #[derive(
|
70 116 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
71 117 | )]
|
72 - | pub struct HostWithPathOperationOutput {}
|
118 + | pub /* StructureGenerator.kt:201 */ struct HostWithPathOperationOutput {/* StructureGenerator.kt:201 */}
|
119 + | /* ServerCodegenVisitor.kt:345 */
|
73 120 | impl HostWithPathOperationOutput {
|
74 - | /// Creates a new builder-style object to manufacture [`HostWithPathOperationOutput`](crate::output::HostWithPathOperationOutput).
|
121 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`HostWithPathOperationOutput`](crate::output::HostWithPathOperationOutput).
|
122 + | /* ServerBuilderGenerator.kt:295 */
|
75 123 | pub fn builder() -> crate::output::host_with_path_operation_output::Builder {
|
124 + | /* ServerBuilderGenerator.kt:296 */
|
76 125 | crate::output::host_with_path_operation_output::Builder::default()
|
126 + | /* ServerBuilderGenerator.kt:295 */
|
77 127 | }
|
128 + | /* ServerCodegenVisitor.kt:345 */
|
78 129 | }
|
79 130 |
|
131 + | /* StructureGenerator.kt:197 */
|
80 132 | #[allow(missing_docs)] // documentation missing in model
|
133 + | /* RustType.kt:516 */
|
81 134 | #[derive(
|
82 135 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
83 136 | )]
|
84 - | pub struct EndpointWithHostLabelOperationOutput {}
|
137 + | pub /* StructureGenerator.kt:201 */ struct EndpointWithHostLabelOperationOutput {/* StructureGenerator.kt:201 */}
|
138 + | /* ServerCodegenVisitor.kt:345 */
|
85 139 | impl EndpointWithHostLabelOperationOutput {
|
86 - | /// Creates a new builder-style object to manufacture [`EndpointWithHostLabelOperationOutput`](crate::output::EndpointWithHostLabelOperationOutput).
|
140 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`EndpointWithHostLabelOperationOutput`](crate::output::EndpointWithHostLabelOperationOutput).
|
141 + | /* ServerBuilderGenerator.kt:295 */
|
87 142 | pub fn builder() -> crate::output::endpoint_with_host_label_operation_output::Builder {
|
143 + | /* ServerBuilderGenerator.kt:296 */
|
88 144 | crate::output::endpoint_with_host_label_operation_output::Builder::default()
|
145 + | /* ServerBuilderGenerator.kt:295 */
|
89 146 | }
|
147 + | /* ServerCodegenVisitor.kt:345 */
|
90 148 | }
|
91 149 |
|
150 + | /* StructureGenerator.kt:197 */
|
92 151 | #[allow(missing_docs)] // documentation missing in model
|
152 + | /* RustType.kt:516 */
|
93 153 | #[derive(
|
94 154 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
95 155 | )]
|
96 - | pub struct EndpointOperationOutput {}
|
156 + | pub /* StructureGenerator.kt:201 */ struct EndpointOperationOutput {/* StructureGenerator.kt:201 */}
|
157 + | /* ServerCodegenVisitor.kt:345 */
|
97 158 | impl EndpointOperationOutput {
|
98 - | /// Creates a new builder-style object to manufacture [`EndpointOperationOutput`](crate::output::EndpointOperationOutput).
|
159 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`EndpointOperationOutput`](crate::output::EndpointOperationOutput).
|
160 + | /* ServerBuilderGenerator.kt:295 */
|
99 161 | pub fn builder() -> crate::output::endpoint_operation_output::Builder {
|
162 + | /* ServerBuilderGenerator.kt:296 */
|
100 163 | crate::output::endpoint_operation_output::Builder::default()
|
164 + | /* ServerBuilderGenerator.kt:295 */
|
101 165 | }
|
166 + | /* ServerCodegenVisitor.kt:345 */
|
102 167 | }
|
103 168 |
|
104 - | /// A shared structure that contains a single union member.
|
169 + | /// /* StructureGenerator.kt:197 */A shared structure that contains a single union member.
|
170 + | /* RustType.kt:516 */
|
105 171 | #[derive(::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug)]
|
106 - | pub struct JsonUnionsOutput {
|
107 - | /// A union with a representative set of types for members.
|
172 + | pub /* StructureGenerator.kt:201 */ struct JsonUnionsOutput {
|
173 + | /// /* StructureGenerator.kt:231 */A union with a representative set of types for members.
|
108 174 | pub contents: ::std::option::Option<crate::model::MyUnion>,
|
175 + | /* StructureGenerator.kt:201 */
|
109 176 | }
|
177 + | /* StructureGenerator.kt:135 */
|
110 178 | impl JsonUnionsOutput {
|
111 - | /// A union with a representative set of types for members.
|
179 + | /// /* StructureGenerator.kt:231 */A union with a representative set of types for members.
|
180 + | /* StructureGenerator.kt:166 */
|
112 181 | pub fn contents(&self) -> ::std::option::Option<&crate::model::MyUnion> {
|
182 + | /* StructureGenerator.kt:170 */
|
113 183 | self.contents.as_ref()
|
184 + | /* StructureGenerator.kt:166 */
|
114 185 | }
|
186 + | /* StructureGenerator.kt:135 */
|
115 187 | }
|
188 + | /* ServerCodegenVisitor.kt:345 */
|
116 189 | impl JsonUnionsOutput {
|
117 - | /// Creates a new builder-style object to manufacture [`JsonUnionsOutput`](crate::output::JsonUnionsOutput).
|
190 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`JsonUnionsOutput`](crate::output::JsonUnionsOutput).
|
191 + | /* ServerBuilderGenerator.kt:295 */
|
118 192 | pub fn builder() -> crate::output::json_unions_output::Builder {
|
193 + | /* ServerBuilderGenerator.kt:296 */
|
119 194 | crate::output::json_unions_output::Builder::default()
|
195 + | /* ServerBuilderGenerator.kt:295 */
|
120 196 | }
|
197 + | /* ServerCodegenVisitor.kt:345 */
|
121 198 | }
|
122 199 |
|
200 + | /* StructureGenerator.kt:197 */
|
123 201 | #[allow(missing_docs)] // documentation missing in model
|
202 + | /* RustType.kt:516 */
|
124 203 | #[derive(
|
125 204 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
126 205 | )]
|
127 - | pub struct GreetingWithErrorsOutput {
|
206 + | pub /* StructureGenerator.kt:201 */ struct GreetingWithErrorsOutput {
|
207 + | /* StructureGenerator.kt:231 */
|
128 208 | #[allow(missing_docs)] // documentation missing in model
|
129 209 | pub greeting: ::std::option::Option<::std::string::String>,
|
210 + | /* StructureGenerator.kt:201 */
|
130 211 | }
|
212 + | /* StructureGenerator.kt:135 */
|
131 213 | impl GreetingWithErrorsOutput {
|
214 + | /* StructureGenerator.kt:231 */
|
132 215 | #[allow(missing_docs)] // documentation missing in model
|
216 + | /* StructureGenerator.kt:166 */
|
133 217 | pub fn greeting(&self) -> ::std::option::Option<&str> {
|
218 + | /* StructureGenerator.kt:169 */
|
134 219 | self.greeting.as_deref()
|
220 + | /* StructureGenerator.kt:166 */
|
135 221 | }
|
222 + | /* StructureGenerator.kt:135 */
|
136 223 | }
|
224 + | /* ServerCodegenVisitor.kt:345 */
|
137 225 | impl GreetingWithErrorsOutput {
|
138 - | /// Creates a new builder-style object to manufacture [`GreetingWithErrorsOutput`](crate::output::GreetingWithErrorsOutput).
|
226 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`GreetingWithErrorsOutput`](crate::output::GreetingWithErrorsOutput).
|
227 + | /* ServerBuilderGenerator.kt:295 */
|
139 228 | pub fn builder() -> crate::output::greeting_with_errors_output::Builder {
|
229 + | /* ServerBuilderGenerator.kt:296 */
|
140 230 | crate::output::greeting_with_errors_output::Builder::default()
|
231 + | /* ServerBuilderGenerator.kt:295 */
|
141 232 | }
|
233 + | /* ServerCodegenVisitor.kt:345 */
|
142 234 | }
|
143 235 |
|
236 + | /* StructureGenerator.kt:197 */
|
144 237 | #[allow(missing_docs)] // documentation missing in model
|
238 + | /* RustType.kt:516 */
|
145 239 | #[derive(::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug)]
|
146 - | pub struct SparseNullsOperationOutput {
|
240 + | pub /* StructureGenerator.kt:201 */ struct SparseNullsOperationOutput {
|
241 + | /* StructureGenerator.kt:231 */
|
147 242 | #[allow(missing_docs)] // documentation missing in model
|
148 243 | pub sparse_string_list:
|
149 244 | ::std::option::Option<::std::vec::Vec<::std::option::Option<::std::string::String>>>,
|
245 + | /* StructureGenerator.kt:231 */
|
150 246 | #[allow(missing_docs)] // documentation missing in model
|
151 247 | pub sparse_string_map: ::std::option::Option<
|
152 248 | ::std::collections::HashMap<
|
153 249 | ::std::string::String,
|
154 250 | ::std::option::Option<::std::string::String>,
|
155 251 | >,
|
156 252 | >,
|
253 + | /* StructureGenerator.kt:201 */
|
157 254 | }
|
255 + | /* StructureGenerator.kt:135 */
|
158 256 | impl SparseNullsOperationOutput {
|
257 + | /* StructureGenerator.kt:231 */
|
159 258 | #[allow(missing_docs)] // documentation missing in model
|
259 + | /* StructureGenerator.kt:166 */
|
160 260 | pub fn sparse_string_list(
|
161 261 | &self,
|
162 262 | ) -> ::std::option::Option<&[::std::option::Option<::std::string::String>]> {
|
263 + | /* StructureGenerator.kt:169 */
|
163 264 | self.sparse_string_list.as_deref()
|
265 + | /* StructureGenerator.kt:166 */
|
164 266 | }
|
267 + | /* StructureGenerator.kt:231 */
|
165 268 | #[allow(missing_docs)] // documentation missing in model
|
269 + | /* StructureGenerator.kt:166 */
|
166 270 | pub fn sparse_string_map(
|
167 271 | &self,
|
168 272 | ) -> ::std::option::Option<
|
169 273 | &::std::collections::HashMap<
|
170 274 | ::std::string::String,
|
171 275 | ::std::option::Option<::std::string::String>,
|
172 276 | >,
|
173 277 | > {
|
278 + | /* StructureGenerator.kt:170 */
|
174 279 | self.sparse_string_map.as_ref()
|
280 + | /* StructureGenerator.kt:166 */
|
175 281 | }
|
282 + | /* StructureGenerator.kt:135 */
|
176 283 | }
|
284 + | /* ServerCodegenVisitor.kt:345 */
|
177 285 | impl SparseNullsOperationOutput {
|
178 - | /// Creates a new builder-style object to manufacture [`SparseNullsOperationOutput`](crate::output::SparseNullsOperationOutput).
|
286 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`SparseNullsOperationOutput`](crate::output::SparseNullsOperationOutput).
|
287 + | /* ServerBuilderGenerator.kt:295 */
|
179 288 | pub fn builder() -> crate::output::sparse_nulls_operation_output::Builder {
|
289 + | /* ServerBuilderGenerator.kt:296 */
|
180 290 | crate::output::sparse_nulls_operation_output::Builder::default()
|
291 + | /* ServerBuilderGenerator.kt:295 */
|
181 292 | }
|
293 + | /* ServerCodegenVisitor.kt:345 */
|
182 294 | }
|
183 295 |
|
296 + | /* StructureGenerator.kt:197 */
|
184 297 | #[allow(missing_docs)] // documentation missing in model
|
298 + | /* RustType.kt:516 */
|
185 299 | #[derive(
|
186 300 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
187 301 | )]
|
188 - | pub struct NullOperationOutput {
|
302 + | pub /* StructureGenerator.kt:201 */ struct NullOperationOutput {
|
303 + | /* StructureGenerator.kt:231 */
|
189 304 | #[allow(missing_docs)] // documentation missing in model
|
190 305 | pub string: ::std::option::Option<::std::string::String>,
|
306 + | /* StructureGenerator.kt:201 */
|
191 307 | }
|
308 + | /* StructureGenerator.kt:135 */
|
192 309 | impl NullOperationOutput {
|
310 + | /* StructureGenerator.kt:231 */
|
193 311 | #[allow(missing_docs)] // documentation missing in model
|
312 + | /* StructureGenerator.kt:166 */
|
194 313 | pub fn string(&self) -> ::std::option::Option<&str> {
|
314 + | /* StructureGenerator.kt:169 */
|
195 315 | self.string.as_deref()
|
316 + | /* StructureGenerator.kt:166 */
|
196 317 | }
|
318 + | /* StructureGenerator.kt:135 */
|
197 319 | }
|
320 + | /* ServerCodegenVisitor.kt:345 */
|
198 321 | impl NullOperationOutput {
|
199 - | /// Creates a new builder-style object to manufacture [`NullOperationOutput`](crate::output::NullOperationOutput).
|
322 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`NullOperationOutput`](crate::output::NullOperationOutput).
|
323 + | /* ServerBuilderGenerator.kt:295 */
|
200 324 | pub fn builder() -> crate::output::null_operation_output::Builder {
|
325 + | /* ServerBuilderGenerator.kt:296 */
|
201 326 | crate::output::null_operation_output::Builder::default()
|
327 + | /* ServerBuilderGenerator.kt:295 */
|
202 328 | }
|
329 + | /* ServerCodegenVisitor.kt:345 */
|
203 330 | }
|
204 331 |
|
332 + | /* StructureGenerator.kt:197 */
|
205 333 | #[allow(missing_docs)] // documentation missing in model
|
334 + | /* RustType.kt:516 */
|
206 335 | #[derive(::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug)]
|
207 - | pub struct JsonEnumsOutput {
|
336 + | pub /* StructureGenerator.kt:201 */ struct JsonEnumsOutput {
|
337 + | /* StructureGenerator.kt:231 */
|
208 338 | #[allow(missing_docs)] // documentation missing in model
|
209 339 | pub foo_enum1: ::std::option::Option<crate::model::FooEnum>,
|
340 + | /* StructureGenerator.kt:231 */
|
210 341 | #[allow(missing_docs)] // documentation missing in model
|
211 342 | pub foo_enum2: ::std::option::Option<crate::model::FooEnum>,
|
343 + | /* StructureGenerator.kt:231 */
|
212 344 | #[allow(missing_docs)] // documentation missing in model
|
213 345 | pub foo_enum3: ::std::option::Option<crate::model::FooEnum>,
|
346 + | /* StructureGenerator.kt:231 */
|
214 347 | #[allow(missing_docs)] // documentation missing in model
|
215 348 | pub foo_enum_list: ::std::option::Option<::std::vec::Vec<crate::model::FooEnum>>,
|
349 + | /* StructureGenerator.kt:231 */
|
216 350 | #[allow(missing_docs)] // documentation missing in model
|
217 351 | pub foo_enum_set: ::std::option::Option<crate::model::FooEnumSet>,
|
352 + | /* StructureGenerator.kt:231 */
|
218 353 | #[allow(missing_docs)] // documentation missing in model
|
219 354 | pub foo_enum_map: ::std::option::Option<
|
220 355 | ::std::collections::HashMap<::std::string::String, crate::model::FooEnum>,
|
221 356 | >,
|
357 + | /* StructureGenerator.kt:201 */
|
222 358 | }
|
359 + | /* StructureGenerator.kt:135 */
|
223 360 | impl JsonEnumsOutput {
|
361 + | /* StructureGenerator.kt:231 */
|
224 362 | #[allow(missing_docs)] // documentation missing in model
|
363 + | /* StructureGenerator.kt:166 */
|
225 364 | pub fn foo_enum1(&self) -> ::std::option::Option<&crate::model::FooEnum> {
|
365 + | /* StructureGenerator.kt:170 */
|
226 366 | self.foo_enum1.as_ref()
|
367 + | /* StructureGenerator.kt:166 */
|
227 368 | }
|
369 + | /* StructureGenerator.kt:231 */
|
228 370 | #[allow(missing_docs)] // documentation missing in model
|
371 + | /* StructureGenerator.kt:166 */
|
229 372 | pub fn foo_enum2(&self) -> ::std::option::Option<&crate::model::FooEnum> {
|
373 + | /* StructureGenerator.kt:170 */
|
230 374 | self.foo_enum2.as_ref()
|
375 + | /* StructureGenerator.kt:166 */
|
231 376 | }
|
377 + | /* StructureGenerator.kt:231 */
|
232 378 | #[allow(missing_docs)] // documentation missing in model
|
379 + | /* StructureGenerator.kt:166 */
|
233 380 | pub fn foo_enum3(&self) -> ::std::option::Option<&crate::model::FooEnum> {
|
381 + | /* StructureGenerator.kt:170 */
|
234 382 | self.foo_enum3.as_ref()
|
383 + | /* StructureGenerator.kt:166 */
|
235 384 | }
|
385 + | /* StructureGenerator.kt:231 */
|
236 386 | #[allow(missing_docs)] // documentation missing in model
|
387 + | /* StructureGenerator.kt:166 */
|
237 388 | pub fn foo_enum_list(&self) -> ::std::option::Option<&[crate::model::FooEnum]> {
|
389 + | /* StructureGenerator.kt:169 */
|
238 390 | self.foo_enum_list.as_deref()
|
391 + | /* StructureGenerator.kt:166 */
|
239 392 | }
|
393 + | /* StructureGenerator.kt:231 */
|
240 394 | #[allow(missing_docs)] // documentation missing in model
|
395 + | /* StructureGenerator.kt:166 */
|
241 396 | pub fn foo_enum_set(&self) -> ::std::option::Option<&crate::model::FooEnumSet> {
|
397 + | /* StructureGenerator.kt:170 */
|
242 398 | self.foo_enum_set.as_ref()
|
399 + | /* StructureGenerator.kt:166 */
|
243 400 | }
|
401 + | /* StructureGenerator.kt:231 */
|
244 402 | #[allow(missing_docs)] // documentation missing in model
|
403 + | /* StructureGenerator.kt:166 */
|
245 404 | pub fn foo_enum_map(
|
246 405 | &self,
|
247 406 | ) -> ::std::option::Option<
|
248 407 | &::std::collections::HashMap<::std::string::String, crate::model::FooEnum>,
|
249 408 | > {
|
409 + | /* StructureGenerator.kt:170 */
|
250 410 | self.foo_enum_map.as_ref()
|
411 + | /* StructureGenerator.kt:166 */
|
251 412 | }
|
413 + | /* StructureGenerator.kt:135 */
|
252 414 | }
|
415 + | /* ServerCodegenVisitor.kt:345 */
|
253 416 | impl JsonEnumsOutput {
|
254 - | /// Creates a new builder-style object to manufacture [`JsonEnumsOutput`](crate::output::JsonEnumsOutput).
|
417 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`JsonEnumsOutput`](crate::output::JsonEnumsOutput).
|
418 + | /* ServerBuilderGenerator.kt:295 */
|
255 419 | pub fn builder() -> crate::output::json_enums_output::Builder {
|
420 + | /* ServerBuilderGenerator.kt:296 */
|
256 421 | crate::output::json_enums_output::Builder::default()
|
422 + | /* ServerBuilderGenerator.kt:295 */
|
257 423 | }
|
424 + | /* ServerCodegenVisitor.kt:345 */
|
258 425 | }
|
259 426 |
|
427 + | /* StructureGenerator.kt:197 */
|
260 428 | #[allow(missing_docs)] // documentation missing in model
|
429 + | /* RustType.kt:516 */
|
261 430 | #[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
|
262 - | pub struct PutAndGetInlineDocumentsOutput {
|
431 + | pub /* StructureGenerator.kt:201 */ struct PutAndGetInlineDocumentsOutput {
|
432 + | /* StructureGenerator.kt:231 */
|
263 433 | #[allow(missing_docs)] // documentation missing in model
|
264 434 | pub inline_document: ::std::option::Option<::aws_smithy_types::Document>,
|
435 + | /* StructureGenerator.kt:201 */
|
265 436 | }
|
437 + | /* StructureGenerator.kt:135 */
|
266 438 | impl PutAndGetInlineDocumentsOutput {
|
439 + | /* StructureGenerator.kt:231 */
|
267 440 | #[allow(missing_docs)] // documentation missing in model
|
441 + | /* StructureGenerator.kt:166 */
|
268 442 | pub fn inline_document(&self) -> ::std::option::Option<&::aws_smithy_types::Document> {
|
443 + | /* StructureGenerator.kt:170 */
|
269 444 | self.inline_document.as_ref()
|
445 + | /* StructureGenerator.kt:166 */
|
270 446 | }
|
447 + | /* StructureGenerator.kt:135 */
|
271 448 | }
|
449 + | /* ServerCodegenVisitor.kt:345 */
|
272 450 | impl PutAndGetInlineDocumentsOutput {
|
273 - | /// Creates a new builder-style object to manufacture [`PutAndGetInlineDocumentsOutput`](crate::output::PutAndGetInlineDocumentsOutput).
|
451 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`PutAndGetInlineDocumentsOutput`](crate::output::PutAndGetInlineDocumentsOutput).
|
452 + | /* ServerBuilderGenerator.kt:295 */
|
274 453 | pub fn builder() -> crate::output::put_and_get_inline_documents_output::Builder {
|
454 + | /* ServerBuilderGenerator.kt:296 */
|
275 455 | crate::output::put_and_get_inline_documents_output::Builder::default()
|
456 + | /* ServerBuilderGenerator.kt:295 */
|
276 457 | }
|
458 + | /* ServerCodegenVisitor.kt:345 */
|
277 459 | }
|
278 460 |
|
461 + | /* StructureGenerator.kt:197 */
|
279 462 | #[allow(missing_docs)] // documentation missing in model
|
463 + | /* RustType.kt:516 */
|
280 464 | #[derive(
|
281 465 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
282 466 | )]
|
283 - | pub struct OperationWithOptionalInputOutputOutput {
|
467 + | pub /* StructureGenerator.kt:201 */ struct OperationWithOptionalInputOutputOutput {
|
468 + | /* StructureGenerator.kt:231 */
|
284 469 | #[allow(missing_docs)] // documentation missing in model
|
285 470 | pub value: ::std::option::Option<::std::string::String>,
|
471 + | /* StructureGenerator.kt:201 */
|
286 472 | }
|
473 + | /* StructureGenerator.kt:135 */
|
287 474 | impl OperationWithOptionalInputOutputOutput {
|
475 + | /* StructureGenerator.kt:231 */
|
288 476 | #[allow(missing_docs)] // documentation missing in model
|
477 + | /* StructureGenerator.kt:166 */
|
289 478 | pub fn value(&self) -> ::std::option::Option<&str> {
|
479 + | /* StructureGenerator.kt:169 */
|
290 480 | self.value.as_deref()
|
481 + | /* StructureGenerator.kt:166 */
|
291 482 | }
|
483 + | /* StructureGenerator.kt:135 */
|
292 484 | }
|
485 + | /* ServerCodegenVisitor.kt:345 */
|
293 486 | impl OperationWithOptionalInputOutputOutput {
|
294 - | /// Creates a new builder-style object to manufacture [`OperationWithOptionalInputOutputOutput`](crate::output::OperationWithOptionalInputOutputOutput).
|
487 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`OperationWithOptionalInputOutputOutput`](crate::output::OperationWithOptionalInputOutputOutput).
|
488 + | /* ServerBuilderGenerator.kt:295 */
|
295 489 | pub fn builder() -> crate::output::operation_with_optional_input_output_output::Builder {
|
490 + | /* ServerBuilderGenerator.kt:296 */
|
296 491 | crate::output::operation_with_optional_input_output_output::Builder::default()
|
492 + | /* ServerBuilderGenerator.kt:295 */
|
297 493 | }
|
494 + | /* ServerCodegenVisitor.kt:345 */
|
298 495 | }
|
299 496 |
|
497 + | /* StructureGenerator.kt:197 */
|
300 498 | #[allow(missing_docs)] // documentation missing in model
|
499 + | /* RustType.kt:516 */
|
301 500 | #[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
|
302 - | pub struct SimpleScalarPropertiesOutput {
|
501 + | pub /* StructureGenerator.kt:201 */ struct SimpleScalarPropertiesOutput {
|
502 + | /* StructureGenerator.kt:231 */
|
303 503 | #[allow(missing_docs)] // documentation missing in model
|
304 504 | pub float_value: ::std::option::Option<f32>,
|
505 + | /* StructureGenerator.kt:231 */
|
305 506 | #[allow(missing_docs)] // documentation missing in model
|
306 507 | pub double_value: ::std::option::Option<f64>,
|
508 + | /* StructureGenerator.kt:201 */
|
307 509 | }
|
510 + | /* StructureGenerator.kt:135 */
|
308 511 | impl SimpleScalarPropertiesOutput {
|
512 + | /* StructureGenerator.kt:231 */
|
309 513 | #[allow(missing_docs)] // documentation missing in model
|
514 + | /* StructureGenerator.kt:166 */
|
310 515 | pub fn float_value(&self) -> ::std::option::Option<f32> {
|
516 + | /* StructureGenerator.kt:168 */
|
311 517 | self.float_value
|
518 + | /* StructureGenerator.kt:166 */
|
312 519 | }
|
520 + | /* StructureGenerator.kt:231 */
|
313 521 | #[allow(missing_docs)] // documentation missing in model
|
522 + | /* StructureGenerator.kt:166 */
|
314 523 | pub fn double_value(&self) -> ::std::option::Option<f64> {
|
524 + | /* StructureGenerator.kt:168 */
|
315 525 | self.double_value
|
526 + | /* StructureGenerator.kt:166 */
|
316 527 | }
|
528 + | /* StructureGenerator.kt:135 */
|
317 529 | }
|
530 + | /* ServerCodegenVisitor.kt:345 */
|
318 531 | impl SimpleScalarPropertiesOutput {
|
319 - | /// Creates a new builder-style object to manufacture [`SimpleScalarPropertiesOutput`](crate::output::SimpleScalarPropertiesOutput).
|
532 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`SimpleScalarPropertiesOutput`](crate::output::SimpleScalarPropertiesOutput).
|
533 + | /* ServerBuilderGenerator.kt:295 */
|
320 534 | pub fn builder() -> crate::output::simple_scalar_properties_output::Builder {
|
535 + | /* ServerBuilderGenerator.kt:296 */
|
321 536 | crate::output::simple_scalar_properties_output::Builder::default()
|
537 + | /* ServerBuilderGenerator.kt:295 */
|
322 538 | }
|
539 + | /* ServerCodegenVisitor.kt:345 */
|
323 540 | }
|
324 541 |
|
542 + | /* StructureGenerator.kt:197 */
|
325 543 | #[allow(missing_docs)] // documentation missing in model
|
544 + | /* RustType.kt:516 */
|
326 545 | #[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
|
327 - | pub struct KitchenSinkOperationOutput {
|
546 + | pub /* StructureGenerator.kt:201 */ struct KitchenSinkOperationOutput {
|
547 + | /* StructureGenerator.kt:231 */
|
328 548 | #[allow(missing_docs)] // documentation missing in model
|
329 549 | pub blob: ::std::option::Option<::aws_smithy_types::Blob>,
|
550 + | /* StructureGenerator.kt:231 */
|
330 551 | #[allow(missing_docs)] // documentation missing in model
|
331 552 | pub boolean: ::std::option::Option<bool>,
|
553 + | /* StructureGenerator.kt:231 */
|
332 554 | #[allow(missing_docs)] // documentation missing in model
|
333 555 | pub double: ::std::option::Option<f64>,
|
556 + | /* StructureGenerator.kt:231 */
|
334 557 | #[allow(missing_docs)] // documentation missing in model
|
335 558 | pub empty_struct: ::std::option::Option<crate::model::EmptyStruct>,
|
559 + | /* StructureGenerator.kt:231 */
|
336 560 | #[allow(missing_docs)] // documentation missing in model
|
337 561 | pub float: ::std::option::Option<f32>,
|
562 + | /* StructureGenerator.kt:231 */
|
338 563 | #[allow(missing_docs)] // documentation missing in model
|
339 564 | pub httpdate_timestamp: ::std::option::Option<::aws_smithy_types::DateTime>,
|
565 + | /* StructureGenerator.kt:231 */
|
340 566 | #[allow(missing_docs)] // documentation missing in model
|
341 567 | pub integer: ::std::option::Option<i32>,
|
568 + | /* StructureGenerator.kt:231 */
|
342 569 | #[allow(missing_docs)] // documentation missing in model
|
343 570 | pub iso8601_timestamp: ::std::option::Option<::aws_smithy_types::DateTime>,
|
571 + | /* StructureGenerator.kt:231 */
|
344 572 | #[allow(missing_docs)] // documentation missing in model
|
345 573 | pub json_value: ::std::option::Option<::std::string::String>,
|
574 + | /* StructureGenerator.kt:231 */
|
346 575 | #[allow(missing_docs)] // documentation missing in model
|
347 576 | pub list_of_lists:
|
348 577 | ::std::option::Option<::std::vec::Vec<::std::vec::Vec<::std::string::String>>>,
|
578 + | /* StructureGenerator.kt:231 */
|
349 579 | #[allow(missing_docs)] // documentation missing in model
|
350 580 | pub list_of_maps_of_strings: ::std::option::Option<
|
351 581 | ::std::vec::Vec<::std::collections::HashMap<::std::string::String, ::std::string::String>>,
|
352 582 | >,
|
583 + | /* StructureGenerator.kt:231 */
|
353 584 | #[allow(missing_docs)] // documentation missing in model
|
354 585 | pub list_of_strings: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
586 + | /* StructureGenerator.kt:231 */
|
355 587 | #[allow(missing_docs)] // documentation missing in model
|
356 588 | pub list_of_structs: ::std::option::Option<::std::vec::Vec<crate::model::SimpleStruct>>,
|
589 + | /* StructureGenerator.kt:231 */
|
357 590 | #[allow(missing_docs)] // documentation missing in model
|
358 591 | pub long: ::std::option::Option<i64>,
|
592 + | /* StructureGenerator.kt:231 */
|
359 593 | #[allow(missing_docs)] // documentation missing in model
|
360 594 | pub map_of_lists_of_strings: ::std::option::Option<
|
361 595 | ::std::collections::HashMap<::std::string::String, ::std::vec::Vec<::std::string::String>>,
|
362 596 | >,
|
597 + | /* StructureGenerator.kt:231 */
|
363 598 | #[allow(missing_docs)] // documentation missing in model
|
364 599 | pub map_of_maps: ::std::option::Option<
|
365 600 | ::std::collections::HashMap<
|
366 601 | ::std::string::String,
|
367 602 | ::std::collections::HashMap<::std::string::String, ::std::string::String>,
|
368 603 | >,
|
369 604 | >,
|
605 + | /* StructureGenerator.kt:231 */
|
370 606 | #[allow(missing_docs)] // documentation missing in model
|
371 607 | pub map_of_strings: ::std::option::Option<
|
372 608 | ::std::collections::HashMap<::std::string::String, ::std::string::String>,
|
373 609 | >,
|
610 + | /* StructureGenerator.kt:231 */
|
374 611 | #[allow(missing_docs)] // documentation missing in model
|
375 612 | pub map_of_structs: ::std::option::Option<
|
376 613 | ::std::collections::HashMap<::std::string::String, crate::model::SimpleStruct>,
|
377 614 | >,
|
615 + | /* StructureGenerator.kt:231 */
|
378 616 | #[allow(missing_docs)] // documentation missing in model
|
379 617 | pub recursive_list: ::std::option::Option<::std::vec::Vec<crate::model::KitchenSink>>,
|
618 + | /* StructureGenerator.kt:231 */
|
380 619 | #[allow(missing_docs)] // documentation missing in model
|
381 620 | pub recursive_map: ::std::option::Option<
|
382 621 | ::std::collections::HashMap<::std::string::String, crate::model::KitchenSink>,
|
383 622 | >,
|
623 + | /* StructureGenerator.kt:231 */
|
384 624 | #[allow(missing_docs)] // documentation missing in model
|
385 625 | pub recursive_struct: ::std::option::Option<::std::boxed::Box<crate::model::KitchenSink>>,
|
626 + | /* StructureGenerator.kt:231 */
|
386 627 | #[allow(missing_docs)] // documentation missing in model
|
387 628 | pub simple_struct: ::std::option::Option<crate::model::SimpleStruct>,
|
629 + | /* StructureGenerator.kt:231 */
|
388 630 | #[allow(missing_docs)] // documentation missing in model
|
389 631 | pub string: ::std::option::Option<::std::string::String>,
|
632 + | /* StructureGenerator.kt:231 */
|
390 633 | #[allow(missing_docs)] // documentation missing in model
|
391 634 | pub struct_with_json_name: ::std::option::Option<crate::model::StructWithJsonName>,
|
635 + | /* StructureGenerator.kt:231 */
|
392 636 | #[allow(missing_docs)] // documentation missing in model
|
393 637 | pub timestamp: ::std::option::Option<::aws_smithy_types::DateTime>,
|
638 + | /* StructureGenerator.kt:231 */
|
394 639 | #[allow(missing_docs)] // documentation missing in model
|
395 640 | pub unix_timestamp: ::std::option::Option<::aws_smithy_types::DateTime>,
|
641 + | /* StructureGenerator.kt:201 */
|
396 642 | }
|
643 + | /* StructureGenerator.kt:135 */
|
397 644 | impl KitchenSinkOperationOutput {
|
645 + | /* StructureGenerator.kt:231 */
|
398 646 | #[allow(missing_docs)] // documentation missing in model
|
647 + | /* StructureGenerator.kt:166 */
|
399 648 | pub fn blob(&self) -> ::std::option::Option<&::aws_smithy_types::Blob> {
|
649 + | /* StructureGenerator.kt:170 */
|
400 650 | self.blob.as_ref()
|
651 + | /* StructureGenerator.kt:166 */
|
401 652 | }
|
653 + | /* StructureGenerator.kt:231 */
|
402 654 | #[allow(missing_docs)] // documentation missing in model
|
655 + | /* StructureGenerator.kt:166 */
|
403 656 | pub fn boolean(&self) -> ::std::option::Option<bool> {
|
657 + | /* StructureGenerator.kt:168 */
|
404 658 | self.boolean
|
659 + | /* StructureGenerator.kt:166 */
|
405 660 | }
|
661 + | /* StructureGenerator.kt:231 */
|
406 662 | #[allow(missing_docs)] // documentation missing in model
|
663 + | /* StructureGenerator.kt:166 */
|
407 664 | pub fn double(&self) -> ::std::option::Option<f64> {
|
665 + | /* StructureGenerator.kt:168 */
|
408 666 | self.double
|
667 + | /* StructureGenerator.kt:166 */
|
409 668 | }
|
669 + | /* StructureGenerator.kt:231 */
|
410 670 | #[allow(missing_docs)] // documentation missing in model
|
671 + | /* StructureGenerator.kt:166 */
|
411 672 | pub fn empty_struct(&self) -> ::std::option::Option<&crate::model::EmptyStruct> {
|
673 + | /* StructureGenerator.kt:170 */
|
412 674 | self.empty_struct.as_ref()
|
675 + | /* StructureGenerator.kt:166 */
|
413 676 | }
|
677 + | /* StructureGenerator.kt:231 */
|
414 678 | #[allow(missing_docs)] // documentation missing in model
|
679 + | /* StructureGenerator.kt:166 */
|
415 680 | pub fn float(&self) -> ::std::option::Option<f32> {
|
681 + | /* StructureGenerator.kt:168 */
|
416 682 | self.float
|
683 + | /* StructureGenerator.kt:166 */
|
417 684 | }
|
685 + | /* StructureGenerator.kt:231 */
|
418 686 | #[allow(missing_docs)] // documentation missing in model
|
687 + | /* StructureGenerator.kt:166 */
|
419 688 | pub fn httpdate_timestamp(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
|
689 + | /* StructureGenerator.kt:170 */
|
420 690 | self.httpdate_timestamp.as_ref()
|
691 + | /* StructureGenerator.kt:166 */
|
421 692 | }
|
693 + | /* StructureGenerator.kt:231 */
|
422 694 | #[allow(missing_docs)] // documentation missing in model
|
695 + | /* StructureGenerator.kt:166 */
|
423 696 | pub fn integer(&self) -> ::std::option::Option<i32> {
|
697 + | /* StructureGenerator.kt:168 */
|
424 698 | self.integer
|
699 + | /* StructureGenerator.kt:166 */
|
425 700 | }
|
701 + | /* StructureGenerator.kt:231 */
|
426 702 | #[allow(missing_docs)] // documentation missing in model
|
703 + | /* StructureGenerator.kt:166 */
|
427 704 | pub fn iso8601_timestamp(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
|
705 + | /* StructureGenerator.kt:170 */
|
428 706 | self.iso8601_timestamp.as_ref()
|
707 + | /* StructureGenerator.kt:166 */
|
429 708 | }
|
709 + | /* StructureGenerator.kt:231 */
|
430 710 | #[allow(missing_docs)] // documentation missing in model
|
711 + | /* StructureGenerator.kt:166 */
|
431 712 | pub fn json_value(&self) -> ::std::option::Option<&str> {
|
713 + | /* StructureGenerator.kt:169 */
|
432 714 | self.json_value.as_deref()
|
715 + | /* StructureGenerator.kt:166 */
|
433 716 | }
|
717 + | /* StructureGenerator.kt:231 */
|
434 718 | #[allow(missing_docs)] // documentation missing in model
|
719 + | /* StructureGenerator.kt:166 */
|
435 720 | pub fn list_of_lists(
|
436 721 | &self,
|
437 722 | ) -> ::std::option::Option<&[::std::vec::Vec<::std::string::String>]> {
|
723 + | /* StructureGenerator.kt:169 */
|
438 724 | self.list_of_lists.as_deref()
|
725 + | /* StructureGenerator.kt:166 */
|
439 726 | }
|
727 + | /* StructureGenerator.kt:231 */
|
440 728 | #[allow(missing_docs)] // documentation missing in model
|
729 + | /* StructureGenerator.kt:166 */
|
441 730 | pub fn list_of_maps_of_strings(
|
442 731 | &self,
|
443 732 | ) -> ::std::option::Option<
|
444 733 | &[::std::collections::HashMap<::std::string::String, ::std::string::String>],
|
445 734 | > {
|
735 + | /* StructureGenerator.kt:169 */
|
446 736 | self.list_of_maps_of_strings.as_deref()
|
737 + | /* StructureGenerator.kt:166 */
|
447 738 | }
|
739 + | /* StructureGenerator.kt:231 */
|
448 740 | #[allow(missing_docs)] // documentation missing in model
|
741 + | /* StructureGenerator.kt:166 */
|
449 742 | pub fn list_of_strings(&self) -> ::std::option::Option<&[::std::string::String]> {
|
743 + | /* StructureGenerator.kt:169 */
|
450 744 | self.list_of_strings.as_deref()
|
745 + | /* StructureGenerator.kt:166 */
|
451 746 | }
|
747 + | /* StructureGenerator.kt:231 */
|
452 748 | #[allow(missing_docs)] // documentation missing in model
|
749 + | /* StructureGenerator.kt:166 */
|
453 750 | pub fn list_of_structs(&self) -> ::std::option::Option<&[crate::model::SimpleStruct]> {
|
751 + | /* StructureGenerator.kt:169 */
|
454 752 | self.list_of_structs.as_deref()
|
753 + | /* StructureGenerator.kt:166 */
|
455 754 | }
|
755 + | /* StructureGenerator.kt:231 */
|
456 756 | #[allow(missing_docs)] // documentation missing in model
|
757 + | /* StructureGenerator.kt:166 */
|
457 758 | pub fn long(&self) -> ::std::option::Option<i64> {
|
759 + | /* StructureGenerator.kt:168 */
|
458 760 | self.long
|
761 + | /* StructureGenerator.kt:166 */
|
459 762 | }
|
763 + | /* StructureGenerator.kt:231 */
|
460 764 | #[allow(missing_docs)] // documentation missing in model
|
765 + | /* StructureGenerator.kt:166 */
|
461 766 | pub fn map_of_lists_of_strings(
|
462 767 | &self,
|
463 768 | ) -> ::std::option::Option<
|
464 769 | &::std::collections::HashMap<::std::string::String, ::std::vec::Vec<::std::string::String>>,
|
465 770 | > {
|
771 + | /* StructureGenerator.kt:170 */
|
466 772 | self.map_of_lists_of_strings.as_ref()
|
773 + | /* StructureGenerator.kt:166 */
|
467 774 | }
|
775 + | /* StructureGenerator.kt:231 */
|
468 776 | #[allow(missing_docs)] // documentation missing in model
|
777 + | /* StructureGenerator.kt:166 */
|
469 778 | pub fn map_of_maps(
|
470 779 | &self,
|
471 780 | ) -> ::std::option::Option<
|
472 781 | &::std::collections::HashMap<
|
473 782 | ::std::string::String,
|
474 783 | ::std::collections::HashMap<::std::string::String, ::std::string::String>,
|
475 784 | >,
|
476 785 | > {
|
786 + | /* StructureGenerator.kt:170 */
|
477 787 | self.map_of_maps.as_ref()
|
788 + | /* StructureGenerator.kt:166 */
|
478 789 | }
|
790 + | /* StructureGenerator.kt:231 */
|
479 791 | #[allow(missing_docs)] // documentation missing in model
|
792 + | /* StructureGenerator.kt:166 */
|
480 793 | pub fn map_of_strings(
|
481 794 | &self,
|
482 795 | ) -> ::std::option::Option<
|
483 796 | &::std::collections::HashMap<::std::string::String, ::std::string::String>,
|
484 797 | > {
|
798 + | /* StructureGenerator.kt:170 */
|
485 799 | self.map_of_strings.as_ref()
|
800 + | /* StructureGenerator.kt:166 */
|
486 801 | }
|
802 + | /* StructureGenerator.kt:231 */
|
487 803 | #[allow(missing_docs)] // documentation missing in model
|
804 + | /* StructureGenerator.kt:166 */
|
488 805 | pub fn map_of_structs(
|
489 806 | &self,
|
490 807 | ) -> ::std::option::Option<
|
491 808 | &::std::collections::HashMap<::std::string::String, crate::model::SimpleStruct>,
|
492 809 | > {
|
810 + | /* StructureGenerator.kt:170 */
|
493 811 | self.map_of_structs.as_ref()
|
812 + | /* StructureGenerator.kt:166 */
|
494 813 | }
|
814 + | /* StructureGenerator.kt:231 */
|
495 815 | #[allow(missing_docs)] // documentation missing in model
|
816 + | /* StructureGenerator.kt:166 */
|
496 817 | pub fn recursive_list(&self) -> ::std::option::Option<&[crate::model::KitchenSink]> {
|
818 + | /* StructureGenerator.kt:169 */
|
497 819 | self.recursive_list.as_deref()
|
820 + | /* StructureGenerator.kt:166 */
|
498 821 | }
|
822 + | /* StructureGenerator.kt:231 */
|
499 823 | #[allow(missing_docs)] // documentation missing in model
|
824 + | /* StructureGenerator.kt:166 */
|
500 825 | pub fn recursive_map(
|
501 826 | &self,
|
502 827 | ) -> ::std::option::Option<
|
503 828 | &::std::collections::HashMap<::std::string::String, crate::model::KitchenSink>,
|
504 829 | > {
|
830 + | /* StructureGenerator.kt:170 */
|
505 831 | self.recursive_map.as_ref()
|
832 + | /* StructureGenerator.kt:166 */
|
506 833 | }
|
834 + | /* StructureGenerator.kt:231 */
|
507 835 | #[allow(missing_docs)] // documentation missing in model
|
836 + | /* StructureGenerator.kt:166 */
|
508 837 | pub fn recursive_struct(&self) -> ::std::option::Option<&crate::model::KitchenSink> {
|
838 + | /* StructureGenerator.kt:169 */
|
509 839 | self.recursive_struct.as_deref()
|
840 + | /* StructureGenerator.kt:166 */
|
510 841 | }
|
842 + | /* StructureGenerator.kt:231 */
|
511 843 | #[allow(missing_docs)] // documentation missing in model
|
844 + | /* StructureGenerator.kt:166 */
|
512 845 | pub fn simple_struct(&self) -> ::std::option::Option<&crate::model::SimpleStruct> {
|
846 + | /* StructureGenerator.kt:170 */
|
513 847 | self.simple_struct.as_ref()
|
848 + | /* StructureGenerator.kt:166 */
|
514 849 | }
|
850 + | /* StructureGenerator.kt:231 */
|
515 851 | #[allow(missing_docs)] // documentation missing in model
|
852 + | /* StructureGenerator.kt:166 */
|
516 853 | pub fn string(&self) -> ::std::option::Option<&str> {
|
854 + | /* StructureGenerator.kt:169 */
|
517 855 | self.string.as_deref()
|
856 + | /* StructureGenerator.kt:166 */
|
518 857 | }
|
858 + | /* StructureGenerator.kt:231 */
|
519 859 | #[allow(missing_docs)] // documentation missing in model
|
860 + | /* StructureGenerator.kt:166 */
|
520 861 | pub fn struct_with_json_name(
|
521 862 | &self,
|
522 863 | ) -> ::std::option::Option<&crate::model::StructWithJsonName> {
|
864 + | /* StructureGenerator.kt:170 */
|
523 865 | self.struct_with_json_name.as_ref()
|
866 + | /* StructureGenerator.kt:166 */
|
524 867 | }
|
868 + | /* StructureGenerator.kt:231 */
|
525 869 | #[allow(missing_docs)] // documentation missing in model
|
870 + | /* StructureGenerator.kt:166 */
|
526 871 | pub fn timestamp(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
|
872 + | /* StructureGenerator.kt:170 */
|
527 873 | self.timestamp.as_ref()
|
874 + | /* StructureGenerator.kt:166 */
|
528 875 | }
|
876 + | /* StructureGenerator.kt:231 */
|
529 877 | #[allow(missing_docs)] // documentation missing in model
|
878 + | /* StructureGenerator.kt:166 */
|
530 879 | pub fn unix_timestamp(&self) -> ::std::option::Option<&::aws_smithy_types::DateTime> {
|
880 + | /* StructureGenerator.kt:170 */
|
531 881 | self.unix_timestamp.as_ref()
|
882 + | /* StructureGenerator.kt:166 */
|
532 883 | }
|
884 + | /* StructureGenerator.kt:135 */
|
533 885 | }
|
886 + | /* ServerCodegenVisitor.kt:345 */
|
534 887 | impl KitchenSinkOperationOutput {
|
535 - | /// Creates a new builder-style object to manufacture [`KitchenSinkOperationOutput`](crate::output::KitchenSinkOperationOutput).
|
888 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`KitchenSinkOperationOutput`](crate::output::KitchenSinkOperationOutput).
|
889 + | /* ServerBuilderGenerator.kt:295 */
|
536 890 | pub fn builder() -> crate::output::kitchen_sink_operation_output::Builder {
|
891 + | /* ServerBuilderGenerator.kt:296 */
|
537 892 | crate::output::kitchen_sink_operation_output::Builder::default()
|
893 + | /* ServerBuilderGenerator.kt:295 */
|
538 894 | }
|
895 + | /* ServerCodegenVisitor.kt:345 */
|
539 896 | }
|
540 897 |
|
898 + | /* StructureGenerator.kt:197 */
|
541 899 | #[allow(missing_docs)] // documentation missing in model
|
900 + | /* RustType.kt:516 */
|
542 901 | #[derive(
|
543 902 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
544 903 | )]
|
545 - | pub struct EmptyOperationOutput {}
|
904 + | pub /* StructureGenerator.kt:201 */ struct EmptyOperationOutput {/* StructureGenerator.kt:201 */}
|
905 + | /* ServerCodegenVisitor.kt:345 */
|
546 906 | impl EmptyOperationOutput {
|
547 - | /// Creates a new builder-style object to manufacture [`EmptyOperationOutput`](crate::output::EmptyOperationOutput).
|
907 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`EmptyOperationOutput`](crate::output::EmptyOperationOutput).
|
908 + | /* ServerBuilderGenerator.kt:295 */
|
548 909 | pub fn builder() -> crate::output::empty_operation_output::Builder {
|
910 + | /* ServerBuilderGenerator.kt:296 */
|
549 911 | crate::output::empty_operation_output::Builder::default()
|
912 + | /* ServerBuilderGenerator.kt:295 */
|
550 913 | }
|
914 + | /* ServerCodegenVisitor.kt:345 */
|
551 915 | }
|
552 - | /// See [`ContentTypeParametersOutput`](crate::output::ContentTypeParametersOutput).
|
916 + | /// /* ServerBuilderGenerator.kt:171 */See [`ContentTypeParametersOutput`](crate::output::ContentTypeParametersOutput).
|
553 917 | pub mod content_type_parameters_output {
|
554 918 |
|
919 + | /* ServerBuilderGenerator.kt:461 */
|
555 920 | impl ::std::convert::From<Builder> for crate::output::ContentTypeParametersOutput {
|
556 921 | fn from(builder: Builder) -> Self {
|
557 922 | builder.build()
|
558 923 | }
|
559 924 | }
|
560 - | /// A builder for [`ContentTypeParametersOutput`](crate::output::ContentTypeParametersOutput).
|
925 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`ContentTypeParametersOutput`](crate::output::ContentTypeParametersOutput).
|
926 + | /* RustType.kt:516 */
|
561 927 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
562 - | pub struct Builder {}
|
928 + | /* ServerBuilderGenerator.kt:211 */
|
929 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
930 + | /* ServerBuilderGenerator.kt:215 */
|
563 931 | impl Builder {
|
564 - | /// Consumes the builder and constructs a [`ContentTypeParametersOutput`](crate::output::ContentTypeParametersOutput).
|
932 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`ContentTypeParametersOutput`](crate::output::ContentTypeParametersOutput).
|
933 + | /* ServerBuilderGenerator.kt:271 */
|
565 934 | pub fn build(self) -> crate::output::ContentTypeParametersOutput {
|
566 935 | self.build_enforcing_all_constraints()
|
567 936 | }
|
937 + | /* ServerBuilderGenerator.kt:283 */
|
568 938 | fn build_enforcing_all_constraints(self) -> crate::output::ContentTypeParametersOutput {
|
569 - | crate::output::ContentTypeParametersOutput {}
|
939 + | /* ServerBuilderGenerator.kt:542 */
|
940 + | crate::output::ContentTypeParametersOutput {
|
941 + | /* ServerBuilderGenerator.kt:542 */}
|
942 + | /* ServerBuilderGenerator.kt:283 */
|
570 943 | }
|
944 + | /* ServerBuilderGenerator.kt:215 */
|
571 945 | }
|
946 + |
|
947 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
572 948 | }
|
573 - | /// See [`PutWithContentEncodingOutput`](crate::output::PutWithContentEncodingOutput).
|
949 + | /// /* ServerBuilderGenerator.kt:171 */See [`PutWithContentEncodingOutput`](crate::output::PutWithContentEncodingOutput).
|
574 950 | pub mod put_with_content_encoding_output {
|
575 951 |
|
952 + | /* ServerBuilderGenerator.kt:461 */
|
576 953 | impl ::std::convert::From<Builder> for crate::output::PutWithContentEncodingOutput {
|
577 954 | fn from(builder: Builder) -> Self {
|
578 955 | builder.build()
|
579 956 | }
|
580 957 | }
|
581 - | /// A builder for [`PutWithContentEncodingOutput`](crate::output::PutWithContentEncodingOutput).
|
958 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`PutWithContentEncodingOutput`](crate::output::PutWithContentEncodingOutput).
|
959 + | /* RustType.kt:516 */
|
582 960 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
583 - | pub struct Builder {}
|
961 + | /* ServerBuilderGenerator.kt:211 */
|
962 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
963 + | /* ServerBuilderGenerator.kt:215 */
|
584 964 | impl Builder {
|
585 - | /// Consumes the builder and constructs a [`PutWithContentEncodingOutput`](crate::output::PutWithContentEncodingOutput).
|
965 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`PutWithContentEncodingOutput`](crate::output::PutWithContentEncodingOutput).
|
966 + | /* ServerBuilderGenerator.kt:271 */
|
586 967 | pub fn build(self) -> crate::output::PutWithContentEncodingOutput {
|
587 968 | self.build_enforcing_all_constraints()
|
588 969 | }
|
970 + | /* ServerBuilderGenerator.kt:283 */
|
589 971 | fn build_enforcing_all_constraints(self) -> crate::output::PutWithContentEncodingOutput {
|
590 - | crate::output::PutWithContentEncodingOutput {}
|
972 + | /* ServerBuilderGenerator.kt:542 */
|
973 + | crate::output::PutWithContentEncodingOutput {
|
974 + | /* ServerBuilderGenerator.kt:542 */}
|
975 + | /* ServerBuilderGenerator.kt:283 */
|
591 976 | }
|
977 + | /* ServerBuilderGenerator.kt:215 */
|
592 978 | }
|
979 + |
|
980 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
593 981 | }
|
594 - | /// See [`FractionalSecondsOutput`](crate::output::FractionalSecondsOutput).
|
982 + | /// /* ServerBuilderGenerator.kt:171 */See [`FractionalSecondsOutput`](crate::output::FractionalSecondsOutput).
|
595 983 | pub mod fractional_seconds_output {
|
596 984 |
|
985 + | /* ServerBuilderGenerator.kt:461 */
|
597 986 | impl ::std::convert::From<Builder> for crate::output::FractionalSecondsOutput {
|
598 987 | fn from(builder: Builder) -> Self {
|
599 988 | builder.build()
|
600 989 | }
|
601 990 | }
|
602 - | /// A builder for [`FractionalSecondsOutput`](crate::output::FractionalSecondsOutput).
|
991 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`FractionalSecondsOutput`](crate::output::FractionalSecondsOutput).
|
992 + | /* RustType.kt:516 */
|
603 993 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
994 + | /* ServerBuilderGenerator.kt:211 */
|
604 995 | pub struct Builder {
|
996 + | /* ServerBuilderGenerator.kt:308 */
|
605 997 | pub(crate) datetime: ::std::option::Option<::aws_smithy_types::DateTime>,
|
998 + | /* ServerBuilderGenerator.kt:211 */
|
606 999 | }
|
1000 + | /* ServerBuilderGenerator.kt:215 */
|
607 1001 | impl Builder {
|
1002 + | /* ServerBuilderGenerator.kt:331 */
|
608 1003 | #[allow(missing_docs)] // documentation missing in model
|
1004 + | /* ServerBuilderGenerator.kt:343 */
|
609 1005 | pub fn datetime(
|
610 1006 | mut self,
|
611 1007 | input: ::std::option::Option<::aws_smithy_types::DateTime>,
|
612 1008 | ) -> Self {
|
613 - | self.datetime = input;
|
1009 + | /* ServerBuilderGenerator.kt:344 */
|
1010 + | self.datetime =
|
1011 + | /* ServerBuilderGenerator.kt:376 */input
|
1012 + | /* ServerBuilderGenerator.kt:344 */;
|
614 1013 | self
|
1014 + | /* ServerBuilderGenerator.kt:343 */
|
615 1015 | }
|
616 - | /// Consumes the builder and constructs a [`FractionalSecondsOutput`](crate::output::FractionalSecondsOutput).
|
1016 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`FractionalSecondsOutput`](crate::output::FractionalSecondsOutput).
|
1017 + | /* ServerBuilderGenerator.kt:271 */
|
617 1018 | pub fn build(self) -> crate::output::FractionalSecondsOutput {
|
618 1019 | self.build_enforcing_all_constraints()
|
619 1020 | }
|
1021 + | /* ServerBuilderGenerator.kt:283 */
|
620 1022 | fn build_enforcing_all_constraints(self) -> crate::output::FractionalSecondsOutput {
|
1023 + | /* ServerBuilderGenerator.kt:542 */
|
621 1024 | crate::output::FractionalSecondsOutput {
|
1025 + | /* ServerBuilderGenerator.kt:546 */
|
622 1026 | datetime: self.datetime,
|
1027 + | /* ServerBuilderGenerator.kt:542 */
|
623 1028 | }
|
1029 + | /* ServerBuilderGenerator.kt:283 */
|
624 1030 | }
|
1031 + | /* ServerBuilderGenerator.kt:215 */
|
625 1032 | }
|
1033 + |
|
1034 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
626 1035 | }
|
627 - | /// See [`DatetimeOffsetsOutput`](crate::output::DatetimeOffsetsOutput).
|
1036 + | /// /* ServerBuilderGenerator.kt:171 */See [`DatetimeOffsetsOutput`](crate::output::DatetimeOffsetsOutput).
|
628 1037 | pub mod datetime_offsets_output {
|
629 1038 |
|
1039 + | /* ServerBuilderGenerator.kt:461 */
|
630 1040 | impl ::std::convert::From<Builder> for crate::output::DatetimeOffsetsOutput {
|
631 1041 | fn from(builder: Builder) -> Self {
|
632 1042 | builder.build()
|
633 1043 | }
|
634 1044 | }
|
635 - | /// A builder for [`DatetimeOffsetsOutput`](crate::output::DatetimeOffsetsOutput).
|
1045 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`DatetimeOffsetsOutput`](crate::output::DatetimeOffsetsOutput).
|
1046 + | /* RustType.kt:516 */
|
636 1047 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
1048 + | /* ServerBuilderGenerator.kt:211 */
|
637 1049 | pub struct Builder {
|
1050 + | /* ServerBuilderGenerator.kt:308 */
|
638 1051 | pub(crate) datetime: ::std::option::Option<::aws_smithy_types::DateTime>,
|
1052 + | /* ServerBuilderGenerator.kt:211 */
|
639 1053 | }
|
1054 + | /* ServerBuilderGenerator.kt:215 */
|
640 1055 | impl Builder {
|
1056 + | /* ServerBuilderGenerator.kt:331 */
|
641 1057 | #[allow(missing_docs)] // documentation missing in model
|
1058 + | /* ServerBuilderGenerator.kt:343 */
|
642 1059 | pub fn datetime(
|
643 1060 | mut self,
|
644 1061 | input: ::std::option::Option<::aws_smithy_types::DateTime>,
|
645 1062 | ) -> Self {
|
646 - | self.datetime = input;
|
1063 + | /* ServerBuilderGenerator.kt:344 */
|
1064 + | self.datetime =
|
1065 + | /* ServerBuilderGenerator.kt:376 */input
|
1066 + | /* ServerBuilderGenerator.kt:344 */;
|
647 1067 | self
|
1068 + | /* ServerBuilderGenerator.kt:343 */
|
648 1069 | }
|
649 - | /// Consumes the builder and constructs a [`DatetimeOffsetsOutput`](crate::output::DatetimeOffsetsOutput).
|
1070 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`DatetimeOffsetsOutput`](crate::output::DatetimeOffsetsOutput).
|
1071 + | /* ServerBuilderGenerator.kt:271 */
|
650 1072 | pub fn build(self) -> crate::output::DatetimeOffsetsOutput {
|
651 1073 | self.build_enforcing_all_constraints()
|
652 1074 | }
|
1075 + | /* ServerBuilderGenerator.kt:283 */
|
653 1076 | fn build_enforcing_all_constraints(self) -> crate::output::DatetimeOffsetsOutput {
|
1077 + | /* ServerBuilderGenerator.kt:542 */
|
654 1078 | crate::output::DatetimeOffsetsOutput {
|
1079 + | /* ServerBuilderGenerator.kt:546 */
|
655 1080 | datetime: self.datetime,
|
1081 + | /* ServerBuilderGenerator.kt:542 */
|
656 1082 | }
|
1083 + | /* ServerBuilderGenerator.kt:283 */
|
657 1084 | }
|
1085 + | /* ServerBuilderGenerator.kt:215 */
|
658 1086 | }
|
1087 + |
|
1088 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
659 1089 | }
|
660 - | /// See [`HostWithPathOperationOutput`](crate::output::HostWithPathOperationOutput).
|
1090 + | /// /* ServerBuilderGenerator.kt:171 */See [`HostWithPathOperationOutput`](crate::output::HostWithPathOperationOutput).
|
661 1091 | pub mod host_with_path_operation_output {
|
662 1092 |
|
1093 + | /* ServerBuilderGenerator.kt:461 */
|
663 1094 | impl ::std::convert::From<Builder> for crate::output::HostWithPathOperationOutput {
|
664 1095 | fn from(builder: Builder) -> Self {
|
665 1096 | builder.build()
|
666 1097 | }
|
667 1098 | }
|
668 - | /// A builder for [`HostWithPathOperationOutput`](crate::output::HostWithPathOperationOutput).
|
1099 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`HostWithPathOperationOutput`](crate::output::HostWithPathOperationOutput).
|
1100 + | /* RustType.kt:516 */
|
669 1101 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
670 - | pub struct Builder {}
|
1102 + | /* ServerBuilderGenerator.kt:211 */
|
1103 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
1104 + | /* ServerBuilderGenerator.kt:215 */
|
671 1105 | impl Builder {
|
672 - | /// Consumes the builder and constructs a [`HostWithPathOperationOutput`](crate::output::HostWithPathOperationOutput).
|
1106 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`HostWithPathOperationOutput`](crate::output::HostWithPathOperationOutput).
|
1107 + | /* ServerBuilderGenerator.kt:271 */
|
673 1108 | pub fn build(self) -> crate::output::HostWithPathOperationOutput {
|
674 1109 | self.build_enforcing_all_constraints()
|
675 1110 | }
|
1111 + | /* ServerBuilderGenerator.kt:283 */
|
676 1112 | fn build_enforcing_all_constraints(self) -> crate::output::HostWithPathOperationOutput {
|
677 - | crate::output::HostWithPathOperationOutput {}
|
1113 + | /* ServerBuilderGenerator.kt:542 */
|
1114 + | crate::output::HostWithPathOperationOutput {
|
1115 + | /* ServerBuilderGenerator.kt:542 */}
|
1116 + | /* ServerBuilderGenerator.kt:283 */
|
678 1117 | }
|
1118 + | /* ServerBuilderGenerator.kt:215 */
|
679 1119 | }
|
1120 + |
|
1121 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
680 1122 | }
|
681 - | /// See [`EndpointWithHostLabelOperationOutput`](crate::output::EndpointWithHostLabelOperationOutput).
|
1123 + | /// /* ServerBuilderGenerator.kt:171 */See [`EndpointWithHostLabelOperationOutput`](crate::output::EndpointWithHostLabelOperationOutput).
|
682 1124 | pub mod endpoint_with_host_label_operation_output {
|
683 1125 |
|
1126 + | /* ServerBuilderGenerator.kt:461 */
|
684 1127 | impl ::std::convert::From<Builder> for crate::output::EndpointWithHostLabelOperationOutput {
|
685 1128 | fn from(builder: Builder) -> Self {
|
686 1129 | builder.build()
|
687 1130 | }
|
688 1131 | }
|
689 - | /// A builder for [`EndpointWithHostLabelOperationOutput`](crate::output::EndpointWithHostLabelOperationOutput).
|
1132 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`EndpointWithHostLabelOperationOutput`](crate::output::EndpointWithHostLabelOperationOutput).
|
1133 + | /* RustType.kt:516 */
|
690 1134 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
691 - | pub struct Builder {}
|
1135 + | /* ServerBuilderGenerator.kt:211 */
|
1136 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
1137 + | /* ServerBuilderGenerator.kt:215 */
|
692 1138 | impl Builder {
|
693 - | /// Consumes the builder and constructs a [`EndpointWithHostLabelOperationOutput`](crate::output::EndpointWithHostLabelOperationOutput).
|
1139 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`EndpointWithHostLabelOperationOutput`](crate::output::EndpointWithHostLabelOperationOutput).
|
1140 + | /* ServerBuilderGenerator.kt:271 */
|
694 1141 | pub fn build(self) -> crate::output::EndpointWithHostLabelOperationOutput {
|
695 1142 | self.build_enforcing_all_constraints()
|
696 1143 | }
|
1144 + | /* ServerBuilderGenerator.kt:283 */
|
697 1145 | fn build_enforcing_all_constraints(
|
698 1146 | self,
|
699 1147 | ) -> crate::output::EndpointWithHostLabelOperationOutput {
|
700 - | crate::output::EndpointWithHostLabelOperationOutput {}
|
1148 + | /* ServerBuilderGenerator.kt:542 */
|
1149 + | crate::output::EndpointWithHostLabelOperationOutput {
|
1150 + | /* ServerBuilderGenerator.kt:542 */}
|
1151 + | /* ServerBuilderGenerator.kt:283 */
|
701 1152 | }
|
1153 + | /* ServerBuilderGenerator.kt:215 */
|
702 1154 | }
|
1155 + |
|
1156 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
703 1157 | }
|
704 - | /// See [`EndpointOperationOutput`](crate::output::EndpointOperationOutput).
|
1158 + | /// /* ServerBuilderGenerator.kt:171 */See [`EndpointOperationOutput`](crate::output::EndpointOperationOutput).
|
705 1159 | pub mod endpoint_operation_output {
|
706 1160 |
|
1161 + | /* ServerBuilderGenerator.kt:461 */
|
707 1162 | impl ::std::convert::From<Builder> for crate::output::EndpointOperationOutput {
|
708 1163 | fn from(builder: Builder) -> Self {
|
709 1164 | builder.build()
|
710 1165 | }
|
711 1166 | }
|
712 - | /// A builder for [`EndpointOperationOutput`](crate::output::EndpointOperationOutput).
|
1167 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`EndpointOperationOutput`](crate::output::EndpointOperationOutput).
|
1168 + | /* RustType.kt:516 */
|
713 1169 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
714 - | pub struct Builder {}
|
1170 + | /* ServerBuilderGenerator.kt:211 */
|
1171 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
1172 + | /* ServerBuilderGenerator.kt:215 */
|
715 1173 | impl Builder {
|
716 - | /// Consumes the builder and constructs a [`EndpointOperationOutput`](crate::output::EndpointOperationOutput).
|
1174 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`EndpointOperationOutput`](crate::output::EndpointOperationOutput).
|
1175 + | /* ServerBuilderGenerator.kt:271 */
|
717 1176 | pub fn build(self) -> crate::output::EndpointOperationOutput {
|
718 1177 | self.build_enforcing_all_constraints()
|
719 1178 | }
|
1179 + | /* ServerBuilderGenerator.kt:283 */
|
720 1180 | fn build_enforcing_all_constraints(self) -> crate::output::EndpointOperationOutput {
|
721 - | crate::output::EndpointOperationOutput {}
|
1181 + | /* ServerBuilderGenerator.kt:542 */
|
1182 + | crate::output::EndpointOperationOutput {
|
1183 + | /* ServerBuilderGenerator.kt:542 */}
|
1184 + | /* ServerBuilderGenerator.kt:283 */
|
722 1185 | }
|
1186 + | /* ServerBuilderGenerator.kt:215 */
|
723 1187 | }
|
1188 + |
|
1189 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
724 1190 | }
|
725 - | /// See [`JsonUnionsOutput`](crate::output::JsonUnionsOutput).
|
1191 + | /// /* ServerBuilderGenerator.kt:171 */See [`JsonUnionsOutput`](crate::output::JsonUnionsOutput).
|
726 1192 | pub mod json_unions_output {
|
727 1193 |
|
1194 + | /* ServerBuilderGenerator.kt:461 */
|
728 1195 | impl ::std::convert::From<Builder> for crate::output::JsonUnionsOutput {
|
729 1196 | fn from(builder: Builder) -> Self {
|
730 1197 | builder.build()
|
731 1198 | }
|
732 1199 | }
|
733 - | /// A builder for [`JsonUnionsOutput`](crate::output::JsonUnionsOutput).
|
1200 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`JsonUnionsOutput`](crate::output::JsonUnionsOutput).
|
1201 + | /* RustType.kt:516 */
|
734 1202 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
1203 + | /* ServerBuilderGenerator.kt:211 */
|
735 1204 | pub struct Builder {
|
1205 + | /* ServerBuilderGenerator.kt:308 */
|
736 1206 | pub(crate) contents: ::std::option::Option<crate::model::MyUnion>,
|
1207 + | /* ServerBuilderGenerator.kt:211 */
|
737 1208 | }
|
1209 + | /* ServerBuilderGenerator.kt:215 */
|
738 1210 | impl Builder {
|
739 - | /// A union with a representative set of types for members.
|
1211 + | /// /* ServerBuilderGenerator.kt:331 */A union with a representative set of types for members.
|
1212 + | /* ServerBuilderGenerator.kt:343 */
|
740 1213 | pub fn contents(mut self, input: ::std::option::Option<crate::model::MyUnion>) -> Self {
|
741 - | self.contents = input;
|
1214 + | /* ServerBuilderGenerator.kt:344 */
|
1215 + | self.contents =
|
1216 + | /* ServerBuilderGenerator.kt:376 */input
|
1217 + | /* ServerBuilderGenerator.kt:344 */;
|
742 1218 | self
|
1219 + | /* ServerBuilderGenerator.kt:343 */
|
743 1220 | }
|
744 - | /// Consumes the builder and constructs a [`JsonUnionsOutput`](crate::output::JsonUnionsOutput).
|
1221 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`JsonUnionsOutput`](crate::output::JsonUnionsOutput).
|
1222 + | /* ServerBuilderGenerator.kt:271 */
|
745 1223 | pub fn build(self) -> crate::output::JsonUnionsOutput {
|
746 1224 | self.build_enforcing_all_constraints()
|
747 1225 | }
|
1226 + | /* ServerBuilderGenerator.kt:283 */
|
748 1227 | fn build_enforcing_all_constraints(self) -> crate::output::JsonUnionsOutput {
|
1228 + | /* ServerBuilderGenerator.kt:542 */
|
749 1229 | crate::output::JsonUnionsOutput {
|
1230 + | /* ServerBuilderGenerator.kt:546 */
|
750 1231 | contents: self.contents,
|
1232 + | /* ServerBuilderGenerator.kt:542 */
|
751 1233 | }
|
1234 + | /* ServerBuilderGenerator.kt:283 */
|
752 1235 | }
|
1236 + | /* ServerBuilderGenerator.kt:215 */
|
753 1237 | }
|
1238 + |
|
1239 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
754 1240 | }
|
755 - | /// See [`GreetingWithErrorsOutput`](crate::output::GreetingWithErrorsOutput).
|
1241 + | /// /* ServerBuilderGenerator.kt:171 */See [`GreetingWithErrorsOutput`](crate::output::GreetingWithErrorsOutput).
|
756 1242 | pub mod greeting_with_errors_output {
|
757 1243 |
|
1244 + | /* ServerBuilderGenerator.kt:461 */
|
758 1245 | impl ::std::convert::From<Builder> for crate::output::GreetingWithErrorsOutput {
|
759 1246 | fn from(builder: Builder) -> Self {
|
760 1247 | builder.build()
|
761 1248 | }
|
762 1249 | }
|
763 - | /// A builder for [`GreetingWithErrorsOutput`](crate::output::GreetingWithErrorsOutput).
|
1250 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`GreetingWithErrorsOutput`](crate::output::GreetingWithErrorsOutput).
|
1251 + | /* RustType.kt:516 */
|
764 1252 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
1253 + | /* ServerBuilderGenerator.kt:211 */
|
765 1254 | pub struct Builder {
|
1255 + | /* ServerBuilderGenerator.kt:308 */
|
766 1256 | pub(crate) greeting: ::std::option::Option<::std::string::String>,
|
1257 + | /* ServerBuilderGenerator.kt:211 */
|
767 1258 | }
|
1259 + | /* ServerBuilderGenerator.kt:215 */
|
768 1260 | impl Builder {
|
1261 + | /* ServerBuilderGenerator.kt:331 */
|
769 1262 | #[allow(missing_docs)] // documentation missing in model
|
1263 + | /* ServerBuilderGenerator.kt:343 */
|
770 1264 | pub fn greeting(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
771 - | self.greeting = input;
|
1265 + | /* ServerBuilderGenerator.kt:344 */
|
1266 + | self.greeting =
|
1267 + | /* ServerBuilderGenerator.kt:376 */input
|
1268 + | /* ServerBuilderGenerator.kt:344 */;
|
772 1269 | self
|
1270 + | /* ServerBuilderGenerator.kt:343 */
|
773 1271 | }
|
774 - | /// Consumes the builder and constructs a [`GreetingWithErrorsOutput`](crate::output::GreetingWithErrorsOutput).
|
1272 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`GreetingWithErrorsOutput`](crate::output::GreetingWithErrorsOutput).
|
1273 + | /* ServerBuilderGenerator.kt:271 */
|
775 1274 | pub fn build(self) -> crate::output::GreetingWithErrorsOutput {
|
776 1275 | self.build_enforcing_all_constraints()
|
777 1276 | }
|
1277 + | /* ServerBuilderGenerator.kt:283 */
|
778 1278 | fn build_enforcing_all_constraints(self) -> crate::output::GreetingWithErrorsOutput {
|
1279 + | /* ServerBuilderGenerator.kt:542 */
|
779 1280 | crate::output::GreetingWithErrorsOutput {
|
1281 + | /* ServerBuilderGenerator.kt:546 */
|
780 1282 | greeting: self.greeting,
|
1283 + | /* ServerBuilderGenerator.kt:542 */
|
781 1284 | }
|
1285 + | /* ServerBuilderGenerator.kt:283 */
|
782 1286 | }
|
1287 + | /* ServerBuilderGenerator.kt:215 */
|
783 1288 | }
|
1289 + |
|
1290 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
784 1291 | }
|
785 - | /// See [`SparseNullsOperationOutput`](crate::output::SparseNullsOperationOutput).
|
1292 + | /// /* ServerBuilderGenerator.kt:171 */See [`SparseNullsOperationOutput`](crate::output::SparseNullsOperationOutput).
|
786 1293 | pub mod sparse_nulls_operation_output {
|
787 1294 |
|
1295 + | /* ServerBuilderGenerator.kt:461 */
|
788 1296 | impl ::std::convert::From<Builder> for crate::output::SparseNullsOperationOutput {
|
789 1297 | fn from(builder: Builder) -> Self {
|
790 1298 | builder.build()
|
791 1299 | }
|
792 1300 | }
|
793 - | /// A builder for [`SparseNullsOperationOutput`](crate::output::SparseNullsOperationOutput).
|
1301 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`SparseNullsOperationOutput`](crate::output::SparseNullsOperationOutput).
|
1302 + | /* RustType.kt:516 */
|
794 1303 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
1304 + | /* ServerBuilderGenerator.kt:211 */
|
795 1305 | pub struct Builder {
|
1306 + | /* ServerBuilderGenerator.kt:308 */
|
796 1307 | pub(crate) sparse_string_list:
|
797 1308 | ::std::option::Option<::std::vec::Vec<::std::option::Option<::std::string::String>>>,
|
1309 + | /* ServerBuilderGenerator.kt:308 */
|
798 1310 | pub(crate) sparse_string_map: ::std::option::Option<
|
799 1311 | ::std::collections::HashMap<
|
800 1312 | ::std::string::String,
|
801 1313 | ::std::option::Option<::std::string::String>,
|
802 1314 | >,
|
803 1315 | >,
|
1316 + | /* ServerBuilderGenerator.kt:211 */
|
804 1317 | }
|
1318 + | /* ServerBuilderGenerator.kt:215 */
|
805 1319 | impl Builder {
|
1320 + | /* ServerBuilderGenerator.kt:331 */
|
806 1321 | #[allow(missing_docs)] // documentation missing in model
|
1322 + | /* ServerBuilderGenerator.kt:343 */
|
807 1323 | pub fn sparse_string_list(
|
808 1324 | mut self,
|
809 1325 | input: ::std::option::Option<
|
810 1326 | ::std::vec::Vec<::std::option::Option<::std::string::String>>,
|
811 1327 | >,
|
812 1328 | ) -> Self {
|
813 - | self.sparse_string_list = input;
|
1329 + | /* ServerBuilderGenerator.kt:344 */
|
1330 + | self.sparse_string_list =
|
1331 + | /* ServerBuilderGenerator.kt:376 */input
|
1332 + | /* ServerBuilderGenerator.kt:344 */;
|
814 1333 | self
|
1334 + | /* ServerBuilderGenerator.kt:343 */
|
815 1335 | }
|
1336 + | /* ServerBuilderGenerator.kt:331 */
|
816 1337 | #[allow(missing_docs)] // documentation missing in model
|
1338 + | /* ServerBuilderGenerator.kt:343 */
|
817 1339 | pub fn sparse_string_map(
|
818 1340 | mut self,
|
819 1341 | input: ::std::option::Option<
|
820 1342 | ::std::collections::HashMap<
|
821 1343 | ::std::string::String,
|
822 1344 | ::std::option::Option<::std::string::String>,
|
823 1345 | >,
|
824 1346 | >,
|
825 1347 | ) -> Self {
|
826 - | self.sparse_string_map = input;
|
1348 + | /* ServerBuilderGenerator.kt:344 */
|
1349 + | self.sparse_string_map =
|
1350 + | /* ServerBuilderGenerator.kt:376 */input
|
1351 + | /* ServerBuilderGenerator.kt:344 */;
|
827 1352 | self
|
1353 + | /* ServerBuilderGenerator.kt:343 */
|
828 1354 | }
|
829 - | /// Consumes the builder and constructs a [`SparseNullsOperationOutput`](crate::output::SparseNullsOperationOutput).
|
1355 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`SparseNullsOperationOutput`](crate::output::SparseNullsOperationOutput).
|
1356 + | /* ServerBuilderGenerator.kt:271 */
|
830 1357 | pub fn build(self) -> crate::output::SparseNullsOperationOutput {
|
831 1358 | self.build_enforcing_all_constraints()
|
832 1359 | }
|
1360 + | /* ServerBuilderGenerator.kt:283 */
|
833 1361 | fn build_enforcing_all_constraints(self) -> crate::output::SparseNullsOperationOutput {
|
1362 + | /* ServerBuilderGenerator.kt:542 */
|
834 1363 | crate::output::SparseNullsOperationOutput {
|
1364 + | /* ServerBuilderGenerator.kt:546 */
|
835 1365 | sparse_string_list: self.sparse_string_list,
|
1366 + | /* ServerBuilderGenerator.kt:546 */
|
836 1367 | sparse_string_map: self.sparse_string_map,
|
1368 + | /* ServerBuilderGenerator.kt:542 */
|
837 1369 | }
|
1370 + | /* ServerBuilderGenerator.kt:283 */
|
838 1371 | }
|
1372 + | /* ServerBuilderGenerator.kt:215 */
|
839 1373 | }
|
1374 + |
|
1375 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
840 1376 | }
|
841 - | /// See [`NullOperationOutput`](crate::output::NullOperationOutput).
|
1377 + | /// /* ServerBuilderGenerator.kt:171 */See [`NullOperationOutput`](crate::output::NullOperationOutput).
|
842 1378 | pub mod null_operation_output {
|
843 1379 |
|
1380 + | /* ServerBuilderGenerator.kt:461 */
|
844 1381 | impl ::std::convert::From<Builder> for crate::output::NullOperationOutput {
|
845 1382 | fn from(builder: Builder) -> Self {
|
846 1383 | builder.build()
|
847 1384 | }
|
848 1385 | }
|
849 - | /// A builder for [`NullOperationOutput`](crate::output::NullOperationOutput).
|
1386 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`NullOperationOutput`](crate::output::NullOperationOutput).
|
1387 + | /* RustType.kt:516 */
|
850 1388 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
1389 + | /* ServerBuilderGenerator.kt:211 */
|
851 1390 | pub struct Builder {
|
1391 + | /* ServerBuilderGenerator.kt:308 */
|
852 1392 | pub(crate) string: ::std::option::Option<::std::string::String>,
|
1393 + | /* ServerBuilderGenerator.kt:211 */
|
853 1394 | }
|
1395 + | /* ServerBuilderGenerator.kt:215 */
|
854 1396 | impl Builder {
|
1397 + | /* ServerBuilderGenerator.kt:331 */
|
855 1398 | #[allow(missing_docs)] // documentation missing in model
|
1399 + | /* ServerBuilderGenerator.kt:343 */
|
856 1400 | pub fn string(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
857 - | self.string = input;
|
1401 + | /* ServerBuilderGenerator.kt:344 */
|
1402 + | self.string =
|
1403 + | /* ServerBuilderGenerator.kt:376 */input
|
1404 + | /* ServerBuilderGenerator.kt:344 */;
|
858 1405 | self
|
1406 + | /* ServerBuilderGenerator.kt:343 */
|
859 1407 | }
|
860 - | /// Consumes the builder and constructs a [`NullOperationOutput`](crate::output::NullOperationOutput).
|
1408 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`NullOperationOutput`](crate::output::NullOperationOutput).
|
1409 + | /* ServerBuilderGenerator.kt:271 */
|
861 1410 | pub fn build(self) -> crate::output::NullOperationOutput {
|
862 1411 | self.build_enforcing_all_constraints()
|
863 1412 | }
|
1413 + | /* ServerBuilderGenerator.kt:283 */
|
864 1414 | fn build_enforcing_all_constraints(self) -> crate::output::NullOperationOutput {
|
1415 + | /* ServerBuilderGenerator.kt:542 */
|
865 1416 | crate::output::NullOperationOutput {
|
1417 + | /* ServerBuilderGenerator.kt:546 */
|
866 1418 | string: self.string,
|
1419 + | /* ServerBuilderGenerator.kt:542 */
|
867 1420 | }
|
1421 + | /* ServerBuilderGenerator.kt:283 */
|
868 1422 | }
|
1423 + | /* ServerBuilderGenerator.kt:215 */
|
869 1424 | }
|
1425 + |
|
1426 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
870 1427 | }
|
871 - | /// See [`JsonEnumsOutput`](crate::output::JsonEnumsOutput).
|
1428 + | /// /* ServerBuilderGenerator.kt:171 */See [`JsonEnumsOutput`](crate::output::JsonEnumsOutput).
|
872 1429 | pub mod json_enums_output {
|
873 1430 |
|
1431 + | /* ServerBuilderGenerator.kt:461 */
|
874 1432 | impl ::std::convert::From<Builder> for crate::output::JsonEnumsOutput {
|
875 1433 | fn from(builder: Builder) -> Self {
|
876 1434 | builder.build()
|
877 1435 | }
|
878 1436 | }
|
879 - | /// A builder for [`JsonEnumsOutput`](crate::output::JsonEnumsOutput).
|
1437 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`JsonEnumsOutput`](crate::output::JsonEnumsOutput).
|
1438 + | /* RustType.kt:516 */
|
880 1439 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
1440 + | /* ServerBuilderGenerator.kt:211 */
|
881 1441 | pub struct Builder {
|
1442 + | /* ServerBuilderGenerator.kt:308 */
|
882 1443 | pub(crate) foo_enum1: ::std::option::Option<crate::model::FooEnum>,
|
1444 + | /* ServerBuilderGenerator.kt:308 */
|
883 1445 | pub(crate) foo_enum2: ::std::option::Option<crate::model::FooEnum>,
|
1446 + | /* ServerBuilderGenerator.kt:308 */
|
884 1447 | pub(crate) foo_enum3: ::std::option::Option<crate::model::FooEnum>,
|
1448 + | /* ServerBuilderGenerator.kt:308 */
|
885 1449 | pub(crate) foo_enum_list: ::std::option::Option<::std::vec::Vec<crate::model::FooEnum>>,
|
1450 + | /* ServerBuilderGenerator.kt:308 */
|
886 1451 | pub(crate) foo_enum_set: ::std::option::Option<crate::model::FooEnumSet>,
|
1452 + | /* ServerBuilderGenerator.kt:308 */
|
887 1453 | pub(crate) foo_enum_map: ::std::option::Option<
|
888 1454 | ::std::collections::HashMap<::std::string::String, crate::model::FooEnum>,
|
889 1455 | >,
|
1456 + | /* ServerBuilderGenerator.kt:211 */
|
890 1457 | }
|
1458 + | /* ServerBuilderGenerator.kt:215 */
|
891 1459 | impl Builder {
|
1460 + | /* ServerBuilderGenerator.kt:331 */
|
892 1461 | #[allow(missing_docs)] // documentation missing in model
|
1462 + | /* ServerBuilderGenerator.kt:343 */
|
893 1463 | pub fn foo_enum1(mut self, input: ::std::option::Option<crate::model::FooEnum>) -> Self {
|
894 - | self.foo_enum1 = input;
|
1464 + | /* ServerBuilderGenerator.kt:344 */
|
1465 + | self.foo_enum1 =
|
1466 + | /* ServerBuilderGenerator.kt:376 */input
|
1467 + | /* ServerBuilderGenerator.kt:344 */;
|
895 1468 | self
|
1469 + | /* ServerBuilderGenerator.kt:343 */
|
896 1470 | }
|
1471 + | /* ServerBuilderGenerator.kt:331 */
|
897 1472 | #[allow(missing_docs)] // documentation missing in model
|
1473 + | /* ServerBuilderGenerator.kt:343 */
|
898 1474 | pub fn foo_enum2(mut self, input: ::std::option::Option<crate::model::FooEnum>) -> Self {
|
899 - | self.foo_enum2 = input;
|
1475 + | /* ServerBuilderGenerator.kt:344 */
|
1476 + | self.foo_enum2 =
|
1477 + | /* ServerBuilderGenerator.kt:376 */input
|
1478 + | /* ServerBuilderGenerator.kt:344 */;
|
900 1479 | self
|
1480 + | /* ServerBuilderGenerator.kt:343 */
|
901 1481 | }
|
1482 + | /* ServerBuilderGenerator.kt:331 */
|
902 1483 | #[allow(missing_docs)] // documentation missing in model
|
1484 + | /* ServerBuilderGenerator.kt:343 */
|
903 1485 | pub fn foo_enum3(mut self, input: ::std::option::Option<crate::model::FooEnum>) -> Self {
|
904 - | self.foo_enum3 = input;
|
1486 + | /* ServerBuilderGenerator.kt:344 */
|
1487 + | self.foo_enum3 =
|
1488 + | /* ServerBuilderGenerator.kt:376 */input
|
1489 + | /* ServerBuilderGenerator.kt:344 */;
|
905 1490 | self
|
1491 + | /* ServerBuilderGenerator.kt:343 */
|
906 1492 | }
|
1493 + | /* ServerBuilderGenerator.kt:331 */
|
907 1494 | #[allow(missing_docs)] // documentation missing in model
|
1495 + | /* ServerBuilderGenerator.kt:343 */
|
908 1496 | pub fn foo_enum_list(
|
909 1497 | mut self,
|
910 1498 | input: ::std::option::Option<::std::vec::Vec<crate::model::FooEnum>>,
|
911 1499 | ) -> Self {
|
912 - | self.foo_enum_list = input;
|
1500 + | /* ServerBuilderGenerator.kt:344 */
|
1501 + | self.foo_enum_list =
|
1502 + | /* ServerBuilderGenerator.kt:376 */input
|
1503 + | /* ServerBuilderGenerator.kt:344 */;
|
913 1504 | self
|
1505 + | /* ServerBuilderGenerator.kt:343 */
|
914 1506 | }
|
1507 + | /* ServerBuilderGenerator.kt:331 */
|
915 1508 | #[allow(missing_docs)] // documentation missing in model
|
1509 + | /* ServerBuilderGenerator.kt:343 */
|
916 1510 | pub fn foo_enum_set(
|
917 1511 | mut self,
|
918 1512 | input: ::std::option::Option<crate::model::FooEnumSet>,
|
919 1513 | ) -> Self {
|
920 - | self.foo_enum_set = input;
|
1514 + | /* ServerBuilderGenerator.kt:344 */
|
1515 + | self.foo_enum_set =
|
1516 + | /* ServerBuilderGenerator.kt:376 */input
|
1517 + | /* ServerBuilderGenerator.kt:344 */;
|
921 1518 | self
|
1519 + | /* ServerBuilderGenerator.kt:343 */
|
922 1520 | }
|
1521 + | /* ServerBuilderGenerator.kt:331 */
|
923 1522 | #[allow(missing_docs)] // documentation missing in model
|
1523 + | /* ServerBuilderGenerator.kt:343 */
|
924 1524 | pub fn foo_enum_map(
|
925 1525 | mut self,
|
926 1526 | input: ::std::option::Option<
|
927 1527 | ::std::collections::HashMap<::std::string::String, crate::model::FooEnum>,
|
928 1528 | >,
|
929 1529 | ) -> Self {
|
930 - | self.foo_enum_map = input;
|
1530 + | /* ServerBuilderGenerator.kt:344 */
|
1531 + | self.foo_enum_map =
|
1532 + | /* ServerBuilderGenerator.kt:376 */input
|
1533 + | /* ServerBuilderGenerator.kt:344 */;
|
931 1534 | self
|
1535 + | /* ServerBuilderGenerator.kt:343 */
|
932 1536 | }
|
933 - | /// Consumes the builder and constructs a [`JsonEnumsOutput`](crate::output::JsonEnumsOutput).
|
1537 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`JsonEnumsOutput`](crate::output::JsonEnumsOutput).
|
1538 + | /* ServerBuilderGenerator.kt:271 */
|
934 1539 | pub fn build(self) -> crate::output::JsonEnumsOutput {
|
935 1540 | self.build_enforcing_all_constraints()
|
936 1541 | }
|
1542 + | /* ServerBuilderGenerator.kt:283 */
|
937 1543 | fn build_enforcing_all_constraints(self) -> crate::output::JsonEnumsOutput {
|
1544 + | /* ServerBuilderGenerator.kt:542 */
|
938 1545 | crate::output::JsonEnumsOutput {
|
1546 + | /* ServerBuilderGenerator.kt:546 */
|
939 1547 | foo_enum1: self.foo_enum1,
|
1548 + | /* ServerBuilderGenerator.kt:546 */
|
940 1549 | foo_enum2: self.foo_enum2,
|
1550 + | /* ServerBuilderGenerator.kt:546 */
|
941 1551 | foo_enum3: self.foo_enum3,
|
1552 + | /* ServerBuilderGenerator.kt:546 */
|
942 1553 | foo_enum_list: self.foo_enum_list,
|
1554 + | /* ServerBuilderGenerator.kt:546 */
|
943 1555 | foo_enum_set: self.foo_enum_set,
|
1556 + | /* ServerBuilderGenerator.kt:546 */
|
944 1557 | foo_enum_map: self.foo_enum_map,
|
1558 + | /* ServerBuilderGenerator.kt:542 */
|
945 1559 | }
|
1560 + | /* ServerBuilderGenerator.kt:283 */
|
946 1561 | }
|
1562 + | /* ServerBuilderGenerator.kt:215 */
|
947 1563 | }
|
1564 + |
|
1565 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
948 1566 | }
|
949 - | /// See [`PutAndGetInlineDocumentsOutput`](crate::output::PutAndGetInlineDocumentsOutput).
|
1567 + | /// /* ServerBuilderGenerator.kt:171 */See [`PutAndGetInlineDocumentsOutput`](crate::output::PutAndGetInlineDocumentsOutput).
|
950 1568 | pub mod put_and_get_inline_documents_output {
|
951 1569 |
|
1570 + | /* ServerBuilderGenerator.kt:461 */
|
952 1571 | impl ::std::convert::From<Builder> for crate::output::PutAndGetInlineDocumentsOutput {
|
953 1572 | fn from(builder: Builder) -> Self {
|
954 1573 | builder.build()
|
955 1574 | }
|
956 1575 | }
|
957 - | /// A builder for [`PutAndGetInlineDocumentsOutput`](crate::output::PutAndGetInlineDocumentsOutput).
|
1576 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`PutAndGetInlineDocumentsOutput`](crate::output::PutAndGetInlineDocumentsOutput).
|
1577 + | /* RustType.kt:516 */
|
958 1578 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
1579 + | /* ServerBuilderGenerator.kt:211 */
|
959 1580 | pub struct Builder {
|
1581 + | /* ServerBuilderGenerator.kt:308 */
|
960 1582 | pub(crate) inline_document: ::std::option::Option<::aws_smithy_types::Document>,
|
1583 + | /* ServerBuilderGenerator.kt:211 */
|
961 1584 | }
|
1585 + | /* ServerBuilderGenerator.kt:215 */
|
962 1586 | impl Builder {
|
1587 + | /* ServerBuilderGenerator.kt:331 */
|
963 1588 | #[allow(missing_docs)] // documentation missing in model
|
1589 + | /* ServerBuilderGenerator.kt:343 */
|
964 1590 | pub fn inline_document(
|
965 1591 | mut self,
|
966 1592 | input: ::std::option::Option<::aws_smithy_types::Document>,
|
967 1593 | ) -> Self {
|
968 - | self.inline_document = input;
|
1594 + | /* ServerBuilderGenerator.kt:344 */
|
1595 + | self.inline_document =
|
1596 + | /* ServerBuilderGenerator.kt:376 */input
|
1597 + | /* ServerBuilderGenerator.kt:344 */;
|
969 1598 | self
|
1599 + | /* ServerBuilderGenerator.kt:343 */
|
970 1600 | }
|
971 - | /// Consumes the builder and constructs a [`PutAndGetInlineDocumentsOutput`](crate::output::PutAndGetInlineDocumentsOutput).
|
1601 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`PutAndGetInlineDocumentsOutput`](crate::output::PutAndGetInlineDocumentsOutput).
|
1602 + | /* ServerBuilderGenerator.kt:271 */
|
972 1603 | pub fn build(self) -> crate::output::PutAndGetInlineDocumentsOutput {
|
973 1604 | self.build_enforcing_all_constraints()
|
974 1605 | }
|
1606 + | /* ServerBuilderGenerator.kt:283 */
|
975 1607 | fn build_enforcing_all_constraints(self) -> crate::output::PutAndGetInlineDocumentsOutput {
|
1608 + | /* ServerBuilderGenerator.kt:542 */
|
976 1609 | crate::output::PutAndGetInlineDocumentsOutput {
|
1610 + | /* ServerBuilderGenerator.kt:546 */
|
977 1611 | inline_document: self.inline_document,
|
1612 + | /* ServerBuilderGenerator.kt:542 */
|
978 1613 | }
|
1614 + | /* ServerBuilderGenerator.kt:283 */
|
979 1615 | }
|
1616 + | /* ServerBuilderGenerator.kt:215 */
|
980 1617 | }
|
1618 + |
|
1619 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
981 1620 | }
|
982 - | /// See [`OperationWithOptionalInputOutputOutput`](crate::output::OperationWithOptionalInputOutputOutput).
|
1621 + | /// /* ServerBuilderGenerator.kt:171 */See [`OperationWithOptionalInputOutputOutput`](crate::output::OperationWithOptionalInputOutputOutput).
|
983 1622 | pub mod operation_with_optional_input_output_output {
|
984 1623 |
|
1624 + | /* ServerBuilderGenerator.kt:461 */
|
985 1625 | impl ::std::convert::From<Builder> for crate::output::OperationWithOptionalInputOutputOutput {
|
986 1626 | fn from(builder: Builder) -> Self {
|
987 1627 | builder.build()
|
988 1628 | }
|
989 1629 | }
|
990 - | /// A builder for [`OperationWithOptionalInputOutputOutput`](crate::output::OperationWithOptionalInputOutputOutput).
|
1630 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`OperationWithOptionalInputOutputOutput`](crate::output::OperationWithOptionalInputOutputOutput).
|
1631 + | /* RustType.kt:516 */
|
991 1632 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
1633 + | /* ServerBuilderGenerator.kt:211 */
|
992 1634 | pub struct Builder {
|
1635 + | /* ServerBuilderGenerator.kt:308 */
|
993 1636 | pub(crate) value: ::std::option::Option<::std::string::String>,
|
1637 + | /* ServerBuilderGenerator.kt:211 */
|
994 1638 | }
|
1639 + | /* ServerBuilderGenerator.kt:215 */
|
995 1640 | impl Builder {
|
1641 + | /* ServerBuilderGenerator.kt:331 */
|
996 1642 | #[allow(missing_docs)] // documentation missing in model
|
1643 + | /* ServerBuilderGenerator.kt:343 */
|
997 1644 | pub fn value(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
998 - | self.value = input;
|
1645 + | /* ServerBuilderGenerator.kt:344 */
|
1646 + | self.value =
|
1647 + | /* ServerBuilderGenerator.kt:376 */input
|
1648 + | /* ServerBuilderGenerator.kt:344 */;
|
999 1649 | self
|
1650 + | /* ServerBuilderGenerator.kt:343 */
|
1000 1651 | }
|
1001 - | /// Consumes the builder and constructs a [`OperationWithOptionalInputOutputOutput`](crate::output::OperationWithOptionalInputOutputOutput).
|
1652 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`OperationWithOptionalInputOutputOutput`](crate::output::OperationWithOptionalInputOutputOutput).
|
1653 + | /* ServerBuilderGenerator.kt:271 */
|
1002 1654 | pub fn build(self) -> crate::output::OperationWithOptionalInputOutputOutput {
|
1003 1655 | self.build_enforcing_all_constraints()
|
1004 1656 | }
|
1657 + | /* ServerBuilderGenerator.kt:283 */
|
1005 1658 | fn build_enforcing_all_constraints(
|
1006 1659 | self,
|
1007 1660 | ) -> crate::output::OperationWithOptionalInputOutputOutput {
|
1008 - | crate::output::OperationWithOptionalInputOutputOutput { value: self.value }
|
1661 + | /* ServerBuilderGenerator.kt:542 */
|
1662 + | crate::output::OperationWithOptionalInputOutputOutput {
|
1663 + | /* ServerBuilderGenerator.kt:546 */
|
1664 + | value: self.value,
|
1665 + | /* ServerBuilderGenerator.kt:542 */
|
1666 + | }
|
1667 + | /* ServerBuilderGenerator.kt:283 */
|
1009 1668 | }
|
1669 + | /* ServerBuilderGenerator.kt:215 */
|
1010 1670 | }
|
1671 + |
|
1672 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
1011 1673 | }
|
1012 - | /// See [`SimpleScalarPropertiesOutput`](crate::output::SimpleScalarPropertiesOutput).
|
1674 + | /// /* ServerBuilderGenerator.kt:171 */See [`SimpleScalarPropertiesOutput`](crate::output::SimpleScalarPropertiesOutput).
|
1013 1675 | pub mod simple_scalar_properties_output {
|
1014 1676 |
|
1677 + | /* ServerBuilderGenerator.kt:461 */
|
1015 1678 | impl ::std::convert::From<Builder> for crate::output::SimpleScalarPropertiesOutput {
|
1016 1679 | fn from(builder: Builder) -> Self {
|
1017 1680 | builder.build()
|
1018 1681 | }
|
1019 1682 | }
|
1020 - | /// A builder for [`SimpleScalarPropertiesOutput`](crate::output::SimpleScalarPropertiesOutput).
|
1683 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`SimpleScalarPropertiesOutput`](crate::output::SimpleScalarPropertiesOutput).
|
1684 + | /* RustType.kt:516 */
|
1021 1685 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
1686 + | /* ServerBuilderGenerator.kt:211 */
|
1022 1687 | pub struct Builder {
|
1688 + | /* ServerBuilderGenerator.kt:308 */
|
1023 1689 | pub(crate) float_value: ::std::option::Option<f32>,
|
1690 + | /* ServerBuilderGenerator.kt:308 */
|
1024 1691 | pub(crate) double_value: ::std::option::Option<f64>,
|
1692 + | /* ServerBuilderGenerator.kt:211 */
|
1025 1693 | }
|
1694 + | /* ServerBuilderGenerator.kt:215 */
|
1026 1695 | impl Builder {
|
1696 + | /* ServerBuilderGenerator.kt:331 */
|
1027 1697 | #[allow(missing_docs)] // documentation missing in model
|
1698 + | /* ServerBuilderGenerator.kt:343 */
|
1028 1699 | pub fn float_value(mut self, input: ::std::option::Option<f32>) -> Self {
|
1029 - | self.float_value = input;
|
1700 + | /* ServerBuilderGenerator.kt:344 */
|
1701 + | self.float_value =
|
1702 + | /* ServerBuilderGenerator.kt:376 */input
|
1703 + | /* ServerBuilderGenerator.kt:344 */;
|
1030 1704 | self
|
1705 + | /* ServerBuilderGenerator.kt:343 */
|
1031 1706 | }
|
1707 + | /* ServerBuilderGenerator.kt:331 */
|
1032 1708 | #[allow(missing_docs)] // documentation missing in model
|
1709 + | /* ServerBuilderGenerator.kt:343 */
|
1033 1710 | pub fn double_value(mut self, input: ::std::option::Option<f64>) -> Self {
|
1034 - | self.double_value = input;
|
1711 + | /* ServerBuilderGenerator.kt:344 */
|
1712 + | self.double_value =
|
1713 + | /* ServerBuilderGenerator.kt:376 */input
|
1714 + | /* ServerBuilderGenerator.kt:344 */;
|
1035 1715 | self
|
1716 + | /* ServerBuilderGenerator.kt:343 */
|
1036 1717 | }
|
1037 - | /// Consumes the builder and constructs a [`SimpleScalarPropertiesOutput`](crate::output::SimpleScalarPropertiesOutput).
|
1718 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`SimpleScalarPropertiesOutput`](crate::output::SimpleScalarPropertiesOutput).
|
1719 + | /* ServerBuilderGenerator.kt:271 */
|
1038 1720 | pub fn build(self) -> crate::output::SimpleScalarPropertiesOutput {
|
1039 1721 | self.build_enforcing_all_constraints()
|
1040 1722 | }
|
1723 + | /* ServerBuilderGenerator.kt:283 */
|
1041 1724 | fn build_enforcing_all_constraints(self) -> crate::output::SimpleScalarPropertiesOutput {
|
1725 + | /* ServerBuilderGenerator.kt:542 */
|
1042 1726 | crate::output::SimpleScalarPropertiesOutput {
|
1727 + | /* ServerBuilderGenerator.kt:546 */
|
1043 1728 | float_value: self.float_value,
|
1729 + | /* ServerBuilderGenerator.kt:546 */
|
1044 1730 | double_value: self.double_value,
|
1731 + | /* ServerBuilderGenerator.kt:542 */
|
1045 1732 | }
|
1733 + | /* ServerBuilderGenerator.kt:283 */
|
1046 1734 | }
|
1735 + | /* ServerBuilderGenerator.kt:215 */
|
1047 1736 | }
|
1737 + |
|
1738 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
1048 1739 | }
|
1049 - | /// See [`KitchenSinkOperationOutput`](crate::output::KitchenSinkOperationOutput).
|
1740 + | /// /* ServerBuilderGenerator.kt:171 */See [`KitchenSinkOperationOutput`](crate::output::KitchenSinkOperationOutput).
|
1050 1741 | pub mod kitchen_sink_operation_output {
|
1051 1742 |
|
1743 + | /* ServerBuilderGenerator.kt:461 */
|
1052 1744 | impl ::std::convert::From<Builder> for crate::output::KitchenSinkOperationOutput {
|
1053 1745 | fn from(builder: Builder) -> Self {
|
1054 1746 | builder.build()
|
1055 1747 | }
|
1056 1748 | }
|
1057 - | /// A builder for [`KitchenSinkOperationOutput`](crate::output::KitchenSinkOperationOutput).
|
1749 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`KitchenSinkOperationOutput`](crate::output::KitchenSinkOperationOutput).
|
1750 + | /* RustType.kt:516 */
|
1058 1751 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
1752 + | /* ServerBuilderGenerator.kt:211 */
|
1059 1753 | pub struct Builder {
|
1754 + | /* ServerBuilderGenerator.kt:308 */
|
1060 1755 | pub(crate) blob: ::std::option::Option<::aws_smithy_types::Blob>,
|
1061 - | pub(crate) boolean: ::std::option::Option<bool>,
|
1062 - | pub(crate) double: ::std::option::Option<f64>,
|
1756 + | /* ServerBuilderGenerator.kt:308 */ pub(crate) boolean: ::std::option::Option<bool>,
|
1757 + | /* ServerBuilderGenerator.kt:308 */ pub(crate) double: ::std::option::Option<f64>,
|
1758 + | /* ServerBuilderGenerator.kt:308 */
|
1063 1759 | pub(crate) empty_struct: ::std::option::Option<crate::model::EmptyStruct>,
|
1064 - | pub(crate) float: ::std::option::Option<f32>,
|
1760 + | /* ServerBuilderGenerator.kt:308 */ pub(crate) float: ::std::option::Option<f32>,
|
1761 + | /* ServerBuilderGenerator.kt:308 */
|
1065 1762 | pub(crate) httpdate_timestamp: ::std::option::Option<::aws_smithy_types::DateTime>,
|
1066 - | pub(crate) integer: ::std::option::Option<i32>,
|
1763 + | /* ServerBuilderGenerator.kt:308 */ pub(crate) integer: ::std::option::Option<i32>,
|
1764 + | /* ServerBuilderGenerator.kt:308 */
|
1067 1765 | pub(crate) iso8601_timestamp: ::std::option::Option<::aws_smithy_types::DateTime>,
|
1766 + | /* ServerBuilderGenerator.kt:308 */
|
1068 1767 | pub(crate) json_value: ::std::option::Option<::std::string::String>,
|
1768 + | /* ServerBuilderGenerator.kt:308 */
|
1069 1769 | pub(crate) list_of_lists:
|
1070 1770 | ::std::option::Option<::std::vec::Vec<::std::vec::Vec<::std::string::String>>>,
|
1771 + | /* ServerBuilderGenerator.kt:308 */
|
1071 1772 | pub(crate) list_of_maps_of_strings: ::std::option::Option<
|
1072 1773 | ::std::vec::Vec<
|
1073 1774 | ::std::collections::HashMap<::std::string::String, ::std::string::String>,
|
1074 1775 | >,
|
1075 1776 | >,
|
1777 + | /* ServerBuilderGenerator.kt:308 */
|
1076 1778 | pub(crate) list_of_strings: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
1779 + | /* ServerBuilderGenerator.kt:308 */
|
1077 1780 | pub(crate) list_of_structs:
|
1078 1781 | ::std::option::Option<::std::vec::Vec<crate::model::SimpleStruct>>,
|
1079 - | pub(crate) long: ::std::option::Option<i64>,
|
1782 + | /* ServerBuilderGenerator.kt:308 */ pub(crate) long: ::std::option::Option<i64>,
|
1783 + | /* ServerBuilderGenerator.kt:308 */
|
1080 1784 | pub(crate) map_of_lists_of_strings: ::std::option::Option<
|
1081 1785 | ::std::collections::HashMap<
|
1082 1786 | ::std::string::String,
|
1083 1787 | ::std::vec::Vec<::std::string::String>,
|
1084 1788 | >,
|
1085 1789 | >,
|
1790 + | /* ServerBuilderGenerator.kt:308 */
|
1086 1791 | pub(crate) map_of_maps: ::std::option::Option<
|
1087 1792 | ::std::collections::HashMap<
|
1088 1793 | ::std::string::String,
|
1089 1794 | ::std::collections::HashMap<::std::string::String, ::std::string::String>,
|
1090 1795 | >,
|
1091 1796 | >,
|
1797 + | /* ServerBuilderGenerator.kt:308 */
|
1092 1798 | pub(crate) map_of_strings: ::std::option::Option<
|
1093 1799 | ::std::collections::HashMap<::std::string::String, ::std::string::String>,
|
1094 1800 | >,
|
1801 + | /* ServerBuilderGenerator.kt:308 */
|
1095 1802 | pub(crate) map_of_structs: ::std::option::Option<
|
1096 1803 | ::std::collections::HashMap<::std::string::String, crate::model::SimpleStruct>,
|
1097 1804 | >,
|
1805 + | /* ServerBuilderGenerator.kt:308 */
|
1098 1806 | pub(crate) recursive_list:
|
1099 1807 | ::std::option::Option<::std::vec::Vec<crate::model::KitchenSink>>,
|
1808 + | /* ServerBuilderGenerator.kt:308 */
|
1100 1809 | pub(crate) recursive_map: ::std::option::Option<
|
1101 1810 | ::std::collections::HashMap<::std::string::String, crate::model::KitchenSink>,
|
1102 1811 | >,
|
1812 + | /* ServerBuilderGenerator.kt:308 */
|
1103 1813 | pub(crate) recursive_struct:
|
1104 1814 | ::std::option::Option<::std::boxed::Box<crate::model::KitchenSink>>,
|
1815 + | /* ServerBuilderGenerator.kt:308 */
|
1105 1816 | pub(crate) simple_struct: ::std::option::Option<crate::model::SimpleStruct>,
|
1817 + | /* ServerBuilderGenerator.kt:308 */
|
1106 1818 | pub(crate) string: ::std::option::Option<::std::string::String>,
|
1819 + | /* ServerBuilderGenerator.kt:308 */
|
1107 1820 | pub(crate) struct_with_json_name: ::std::option::Option<crate::model::StructWithJsonName>,
|
1821 + | /* ServerBuilderGenerator.kt:308 */
|
1108 1822 | pub(crate) timestamp: ::std::option::Option<::aws_smithy_types::DateTime>,
|
1823 + | /* ServerBuilderGenerator.kt:308 */
|
1109 1824 | pub(crate) unix_timestamp: ::std::option::Option<::aws_smithy_types::DateTime>,
|
1825 + | /* ServerBuilderGenerator.kt:211 */
|
1110 1826 | }
|
1827 + | /* ServerBuilderGenerator.kt:215 */
|
1111 1828 | impl Builder {
|
1829 + | /* ServerBuilderGenerator.kt:331 */
|
1112 1830 | #[allow(missing_docs)] // documentation missing in model
|
1831 + | /* ServerBuilderGenerator.kt:343 */
|
1113 1832 | pub fn blob(mut self, input: ::std::option::Option<::aws_smithy_types::Blob>) -> Self {
|
1114 - | self.blob = input;
|
1833 + | /* ServerBuilderGenerator.kt:344 */
|
1834 + | self.blob =
|
1835 + | /* ServerBuilderGenerator.kt:376 */input
|
1836 + | /* ServerBuilderGenerator.kt:344 */;
|
1115 1837 | self
|
1838 + | /* ServerBuilderGenerator.kt:343 */
|
1116 1839 | }
|
1840 + | /* ServerBuilderGenerator.kt:331 */
|
1117 1841 | #[allow(missing_docs)] // documentation missing in model
|
1842 + | /* ServerBuilderGenerator.kt:343 */
|
1118 1843 | pub fn boolean(mut self, input: ::std::option::Option<bool>) -> Self {
|
1119 - | self.boolean = input;
|
1844 + | /* ServerBuilderGenerator.kt:344 */
|
1845 + | self.boolean =
|
1846 + | /* ServerBuilderGenerator.kt:376 */input
|
1847 + | /* ServerBuilderGenerator.kt:344 */;
|
1120 1848 | self
|
1849 + | /* ServerBuilderGenerator.kt:343 */
|
1121 1850 | }
|
1851 + | /* ServerBuilderGenerator.kt:331 */
|
1122 1852 | #[allow(missing_docs)] // documentation missing in model
|
1853 + | /* ServerBuilderGenerator.kt:343 */
|
1123 1854 | pub fn double(mut self, input: ::std::option::Option<f64>) -> Self {
|
1124 - | self.double = input;
|
1855 + | /* ServerBuilderGenerator.kt:344 */
|
1856 + | self.double =
|
1857 + | /* ServerBuilderGenerator.kt:376 */input
|
1858 + | /* ServerBuilderGenerator.kt:344 */;
|
1125 1859 | self
|
1860 + | /* ServerBuilderGenerator.kt:343 */
|
1126 1861 | }
|
1862 + | /* ServerBuilderGenerator.kt:331 */
|
1127 1863 | #[allow(missing_docs)] // documentation missing in model
|
1864 + | /* ServerBuilderGenerator.kt:343 */
|
1128 1865 | pub fn empty_struct(
|
1129 1866 | mut self,
|
1130 1867 | input: ::std::option::Option<crate::model::EmptyStruct>,
|
1131 1868 | ) -> Self {
|
1132 - | self.empty_struct = input;
|
1869 + | /* ServerBuilderGenerator.kt:344 */
|
1870 + | self.empty_struct =
|
1871 + | /* ServerBuilderGenerator.kt:376 */input
|
1872 + | /* ServerBuilderGenerator.kt:344 */;
|
1133 1873 | self
|
1874 + | /* ServerBuilderGenerator.kt:343 */
|
1134 1875 | }
|
1876 + | /* ServerBuilderGenerator.kt:331 */
|
1135 1877 | #[allow(missing_docs)] // documentation missing in model
|
1878 + | /* ServerBuilderGenerator.kt:343 */
|
1136 1879 | pub fn float(mut self, input: ::std::option::Option<f32>) -> Self {
|
1137 - | self.float = input;
|
1880 + | /* ServerBuilderGenerator.kt:344 */
|
1881 + | self.float =
|
1882 + | /* ServerBuilderGenerator.kt:376 */input
|
1883 + | /* ServerBuilderGenerator.kt:344 */;
|
1138 1884 | self
|
1885 + | /* ServerBuilderGenerator.kt:343 */
|
1139 1886 | }
|
1887 + | /* ServerBuilderGenerator.kt:331 */
|
1140 1888 | #[allow(missing_docs)] // documentation missing in model
|
1889 + | /* ServerBuilderGenerator.kt:343 */
|
1141 1890 | pub fn httpdate_timestamp(
|
1142 1891 | mut self,
|
1143 1892 | input: ::std::option::Option<::aws_smithy_types::DateTime>,
|
1144 1893 | ) -> Self {
|
1145 - | self.httpdate_timestamp = input;
|
1894 + | /* ServerBuilderGenerator.kt:344 */
|
1895 + | self.httpdate_timestamp =
|
1896 + | /* ServerBuilderGenerator.kt:376 */input
|
1897 + | /* ServerBuilderGenerator.kt:344 */;
|
1146 1898 | self
|
1899 + | /* ServerBuilderGenerator.kt:343 */
|
1147 1900 | }
|
1901 + | /* ServerBuilderGenerator.kt:331 */
|
1148 1902 | #[allow(missing_docs)] // documentation missing in model
|
1903 + | /* ServerBuilderGenerator.kt:343 */
|
1149 1904 | pub fn integer(mut self, input: ::std::option::Option<i32>) -> Self {
|
1150 - | self.integer = input;
|
1905 + | /* ServerBuilderGenerator.kt:344 */
|
1906 + | self.integer =
|
1907 + | /* ServerBuilderGenerator.kt:376 */input
|
1908 + | /* ServerBuilderGenerator.kt:344 */;
|
1151 1909 | self
|
1910 + | /* ServerBuilderGenerator.kt:343 */
|
1152 1911 | }
|
1912 + | /* ServerBuilderGenerator.kt:331 */
|
1153 1913 | #[allow(missing_docs)] // documentation missing in model
|
1914 + | /* ServerBuilderGenerator.kt:343 */
|
1154 1915 | pub fn iso8601_timestamp(
|
1155 1916 | mut self,
|
1156 1917 | input: ::std::option::Option<::aws_smithy_types::DateTime>,
|
1157 1918 | ) -> Self {
|
1158 - | self.iso8601_timestamp = input;
|
1919 + | /* ServerBuilderGenerator.kt:344 */
|
1920 + | self.iso8601_timestamp =
|
1921 + | /* ServerBuilderGenerator.kt:376 */input
|
1922 + | /* ServerBuilderGenerator.kt:344 */;
|
1159 1923 | self
|
1924 + | /* ServerBuilderGenerator.kt:343 */
|
1160 1925 | }
|
1926 + | /* ServerBuilderGenerator.kt:331 */
|
1161 1927 | #[allow(missing_docs)] // documentation missing in model
|
1928 + | /* ServerBuilderGenerator.kt:343 */
|
1162 1929 | pub fn json_value(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
1163 - | self.json_value = input;
|
1930 + | /* ServerBuilderGenerator.kt:344 */
|
1931 + | self.json_value =
|
1932 + | /* ServerBuilderGenerator.kt:376 */input
|
1933 + | /* ServerBuilderGenerator.kt:344 */;
|
1164 1934 | self
|
1935 + | /* ServerBuilderGenerator.kt:343 */
|
1165 1936 | }
|
1937 + | /* ServerBuilderGenerator.kt:331 */
|
1166 1938 | #[allow(missing_docs)] // documentation missing in model
|
1939 + | /* ServerBuilderGenerator.kt:343 */
|
1167 1940 | pub fn list_of_lists(
|
1168 1941 | mut self,
|
1169 1942 | input: ::std::option::Option<::std::vec::Vec<::std::vec::Vec<::std::string::String>>>,
|
1170 1943 | ) -> Self {
|
1171 - | self.list_of_lists = input;
|
1944 + | /* ServerBuilderGenerator.kt:344 */
|
1945 + | self.list_of_lists =
|
1946 + | /* ServerBuilderGenerator.kt:376 */input
|
1947 + | /* ServerBuilderGenerator.kt:344 */;
|
1172 1948 | self
|
1949 + | /* ServerBuilderGenerator.kt:343 */
|
1173 1950 | }
|
1951 + | /* ServerBuilderGenerator.kt:331 */
|
1174 1952 | #[allow(missing_docs)] // documentation missing in model
|
1953 + | /* ServerBuilderGenerator.kt:343 */
|
1175 1954 | pub fn list_of_maps_of_strings(
|
1176 1955 | mut self,
|
1177 1956 | input: ::std::option::Option<
|
1178 1957 | ::std::vec::Vec<
|
1179 1958 | ::std::collections::HashMap<::std::string::String, ::std::string::String>,
|
1180 1959 | >,
|
1181 1960 | >,
|
1182 1961 | ) -> Self {
|
1183 - | self.list_of_maps_of_strings = input;
|
1962 + | /* ServerBuilderGenerator.kt:344 */
|
1963 + | self.list_of_maps_of_strings =
|
1964 + | /* ServerBuilderGenerator.kt:376 */input
|
1965 + | /* ServerBuilderGenerator.kt:344 */;
|
1184 1966 | self
|
1967 + | /* ServerBuilderGenerator.kt:343 */
|
1185 1968 | }
|
1969 + | /* ServerBuilderGenerator.kt:331 */
|
1186 1970 | #[allow(missing_docs)] // documentation missing in model
|
1971 + | /* ServerBuilderGenerator.kt:343 */
|
1187 1972 | pub fn list_of_strings(
|
1188 1973 | mut self,
|
1189 1974 | input: ::std::option::Option<::std::vec::Vec<::std::string::String>>,
|
1190 1975 | ) -> Self {
|
1191 - | self.list_of_strings = input;
|
1976 + | /* ServerBuilderGenerator.kt:344 */
|
1977 + | self.list_of_strings =
|
1978 + | /* ServerBuilderGenerator.kt:376 */input
|
1979 + | /* ServerBuilderGenerator.kt:344 */;
|
1192 1980 | self
|
1981 + | /* ServerBuilderGenerator.kt:343 */
|
1193 1982 | }
|
1983 + | /* ServerBuilderGenerator.kt:331 */
|
1194 1984 | #[allow(missing_docs)] // documentation missing in model
|
1985 + | /* ServerBuilderGenerator.kt:343 */
|
1195 1986 | pub fn list_of_structs(
|
1196 1987 | mut self,
|
1197 1988 | input: ::std::option::Option<::std::vec::Vec<crate::model::SimpleStruct>>,
|
1198 1989 | ) -> Self {
|
1199 - | self.list_of_structs = input;
|
1990 + | /* ServerBuilderGenerator.kt:344 */
|
1991 + | self.list_of_structs =
|
1992 + | /* ServerBuilderGenerator.kt:376 */input
|
1993 + | /* ServerBuilderGenerator.kt:344 */;
|
1200 1994 | self
|
1995 + | /* ServerBuilderGenerator.kt:343 */
|
1201 1996 | }
|
1997 + | /* ServerBuilderGenerator.kt:331 */
|
1202 1998 | #[allow(missing_docs)] // documentation missing in model
|
1999 + | /* ServerBuilderGenerator.kt:343 */
|
1203 2000 | pub fn long(mut self, input: ::std::option::Option<i64>) -> Self {
|
1204 - | self.long = input;
|
2001 + | /* ServerBuilderGenerator.kt:344 */
|
2002 + | self.long =
|
2003 + | /* ServerBuilderGenerator.kt:376 */input
|
2004 + | /* ServerBuilderGenerator.kt:344 */;
|
1205 2005 | self
|
2006 + | /* ServerBuilderGenerator.kt:343 */
|
1206 2007 | }
|
2008 + | /* ServerBuilderGenerator.kt:331 */
|
1207 2009 | #[allow(missing_docs)] // documentation missing in model
|
2010 + | /* ServerBuilderGenerator.kt:343 */
|
1208 2011 | pub fn map_of_lists_of_strings(
|
1209 2012 | mut self,
|
1210 2013 | input: ::std::option::Option<
|
1211 2014 | ::std::collections::HashMap<
|
1212 2015 | ::std::string::String,
|
1213 2016 | ::std::vec::Vec<::std::string::String>,
|
1214 2017 | >,
|
1215 2018 | >,
|
1216 2019 | ) -> Self {
|
1217 - | self.map_of_lists_of_strings = input;
|
2020 + | /* ServerBuilderGenerator.kt:344 */
|
2021 + | self.map_of_lists_of_strings =
|
2022 + | /* ServerBuilderGenerator.kt:376 */input
|
2023 + | /* ServerBuilderGenerator.kt:344 */;
|
1218 2024 | self
|
2025 + | /* ServerBuilderGenerator.kt:343 */
|
1219 2026 | }
|
2027 + | /* ServerBuilderGenerator.kt:331 */
|
1220 2028 | #[allow(missing_docs)] // documentation missing in model
|
2029 + | /* ServerBuilderGenerator.kt:343 */
|
1221 2030 | pub fn map_of_maps(
|
1222 2031 | mut self,
|
1223 2032 | input: ::std::option::Option<
|
1224 2033 | ::std::collections::HashMap<
|
1225 2034 | ::std::string::String,
|
1226 2035 | ::std::collections::HashMap<::std::string::String, ::std::string::String>,
|
1227 2036 | >,
|
1228 2037 | >,
|
1229 2038 | ) -> Self {
|
1230 - | self.map_of_maps = input;
|
2039 + | /* ServerBuilderGenerator.kt:344 */
|
2040 + | self.map_of_maps =
|
2041 + | /* ServerBuilderGenerator.kt:376 */input
|
2042 + | /* ServerBuilderGenerator.kt:344 */;
|
1231 2043 | self
|
2044 + | /* ServerBuilderGenerator.kt:343 */
|
1232 2045 | }
|
2046 + | /* ServerBuilderGenerator.kt:331 */
|
1233 2047 | #[allow(missing_docs)] // documentation missing in model
|
2048 + | /* ServerBuilderGenerator.kt:343 */
|
1234 2049 | pub fn map_of_strings(
|
1235 2050 | mut self,
|
1236 2051 | input: ::std::option::Option<
|
1237 2052 | ::std::collections::HashMap<::std::string::String, ::std::string::String>,
|
1238 2053 | >,
|
1239 2054 | ) -> Self {
|
1240 - | self.map_of_strings = input;
|
2055 + | /* ServerBuilderGenerator.kt:344 */
|
2056 + | self.map_of_strings =
|
2057 + | /* ServerBuilderGenerator.kt:376 */input
|
2058 + | /* ServerBuilderGenerator.kt:344 */;
|
1241 2059 | self
|
2060 + | /* ServerBuilderGenerator.kt:343 */
|
1242 2061 | }
|
2062 + | /* ServerBuilderGenerator.kt:331 */
|
1243 2063 | #[allow(missing_docs)] // documentation missing in model
|
2064 + | /* ServerBuilderGenerator.kt:343 */
|
1244 2065 | pub fn map_of_structs(
|
1245 2066 | mut self,
|
1246 2067 | input: ::std::option::Option<
|
1247 2068 | ::std::collections::HashMap<::std::string::String, crate::model::SimpleStruct>,
|
1248 2069 | >,
|
1249 2070 | ) -> Self {
|
1250 - | self.map_of_structs = input;
|
2071 + | /* ServerBuilderGenerator.kt:344 */
|
2072 + | self.map_of_structs =
|
2073 + | /* ServerBuilderGenerator.kt:376 */input
|
2074 + | /* ServerBuilderGenerator.kt:344 */;
|
1251 2075 | self
|
2076 + | /* ServerBuilderGenerator.kt:343 */
|
1252 2077 | }
|
2078 + | /* ServerBuilderGenerator.kt:331 */
|
1253 2079 | #[allow(missing_docs)] // documentation missing in model
|
2080 + | /* ServerBuilderGenerator.kt:343 */
|
1254 2081 | pub fn recursive_list(
|
1255 2082 | mut self,
|
1256 2083 | input: ::std::option::Option<::std::vec::Vec<crate::model::KitchenSink>>,
|
1257 2084 | ) -> Self {
|
1258 - | self.recursive_list = input;
|
2085 + | /* ServerBuilderGenerator.kt:344 */
|
2086 + | self.recursive_list =
|
2087 + | /* ServerBuilderGenerator.kt:376 */input
|
2088 + | /* ServerBuilderGenerator.kt:344 */;
|
1259 2089 | self
|
2090 + | /* ServerBuilderGenerator.kt:343 */
|
1260 2091 | }
|
2092 + | /* ServerBuilderGenerator.kt:331 */
|
1261 2093 | #[allow(missing_docs)] // documentation missing in model
|
2094 + | /* ServerBuilderGenerator.kt:343 */
|
1262 2095 | pub fn recursive_map(
|
1263 2096 | mut self,
|
1264 2097 | input: ::std::option::Option<
|
1265 2098 | ::std::collections::HashMap<::std::string::String, crate::model::KitchenSink>,
|
1266 2099 | >,
|
1267 2100 | ) -> Self {
|
1268 - | self.recursive_map = input;
|
2101 + | /* ServerBuilderGenerator.kt:344 */
|
2102 + | self.recursive_map =
|
2103 + | /* ServerBuilderGenerator.kt:376 */input
|
2104 + | /* ServerBuilderGenerator.kt:344 */;
|
1269 2105 | self
|
2106 + | /* ServerBuilderGenerator.kt:343 */
|
1270 2107 | }
|
2108 + | /* ServerBuilderGenerator.kt:331 */
|
1271 2109 | #[allow(missing_docs)] // documentation missing in model
|
2110 + | /* ServerBuilderGenerator.kt:343 */
|
1272 2111 | pub fn recursive_struct(
|
1273 2112 | mut self,
|
1274 2113 | input: ::std::option::Option<::std::boxed::Box<crate::model::KitchenSink>>,
|
1275 2114 | ) -> Self {
|
1276 - | self.recursive_struct = input;
|
2115 + | /* ServerBuilderGenerator.kt:344 */
|
2116 + | self.recursive_struct =
|
2117 + | /* ServerBuilderGenerator.kt:376 */input
|
2118 + | /* ServerBuilderGenerator.kt:344 */;
|
1277 2119 | self
|
2120 + | /* ServerBuilderGenerator.kt:343 */
|
1278 2121 | }
|
2122 + | /* ServerBuilderGenerator.kt:331 */
|
1279 2123 | #[allow(missing_docs)] // documentation missing in model
|
2124 + | /* ServerBuilderGenerator.kt:343 */
|
1280 2125 | pub fn simple_struct(
|
1281 2126 | mut self,
|
1282 2127 | input: ::std::option::Option<crate::model::SimpleStruct>,
|
1283 2128 | ) -> Self {
|
1284 - | self.simple_struct = input;
|
2129 + | /* ServerBuilderGenerator.kt:344 */
|
2130 + | self.simple_struct =
|
2131 + | /* ServerBuilderGenerator.kt:376 */input
|
2132 + | /* ServerBuilderGenerator.kt:344 */;
|
1285 2133 | self
|
2134 + | /* ServerBuilderGenerator.kt:343 */
|
1286 2135 | }
|
2136 + | /* ServerBuilderGenerator.kt:331 */
|
1287 2137 | #[allow(missing_docs)] // documentation missing in model
|
2138 + | /* ServerBuilderGenerator.kt:343 */
|
1288 2139 | pub fn string(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
1289 - | self.string = input;
|
2140 + | /* ServerBuilderGenerator.kt:344 */
|
2141 + | self.string =
|
2142 + | /* ServerBuilderGenerator.kt:376 */input
|
2143 + | /* ServerBuilderGenerator.kt:344 */;
|
1290 2144 | self
|
2145 + | /* ServerBuilderGenerator.kt:343 */
|
1291 2146 | }
|
2147 + | /* ServerBuilderGenerator.kt:331 */
|
1292 2148 | #[allow(missing_docs)] // documentation missing in model
|
2149 + | /* ServerBuilderGenerator.kt:343 */
|
1293 2150 | pub fn struct_with_json_name(
|
1294 2151 | mut self,
|
1295 2152 | input: ::std::option::Option<crate::model::StructWithJsonName>,
|
1296 2153 | ) -> Self {
|
1297 - | self.struct_with_json_name = input;
|
2154 + | /* ServerBuilderGenerator.kt:344 */
|
2155 + | self.struct_with_json_name =
|
2156 + | /* ServerBuilderGenerator.kt:376 */input
|
2157 + | /* ServerBuilderGenerator.kt:344 */;
|
1298 2158 | self
|
2159 + | /* ServerBuilderGenerator.kt:343 */
|
1299 2160 | }
|
2161 + | /* ServerBuilderGenerator.kt:331 */
|
1300 2162 | #[allow(missing_docs)] // documentation missing in model
|
2163 + | /* ServerBuilderGenerator.kt:343 */
|
1301 2164 | pub fn timestamp(
|
1302 2165 | mut self,
|
1303 2166 | input: ::std::option::Option<::aws_smithy_types::DateTime>,
|
1304 2167 | ) -> Self {
|
1305 - | self.timestamp = input;
|
2168 + | /* ServerBuilderGenerator.kt:344 */
|
2169 + | self.timestamp =
|
2170 + | /* ServerBuilderGenerator.kt:376 */input
|
2171 + | /* ServerBuilderGenerator.kt:344 */;
|
1306 2172 | self
|
2173 + | /* ServerBuilderGenerator.kt:343 */
|
1307 2174 | }
|
2175 + | /* ServerBuilderGenerator.kt:331 */
|
1308 2176 | #[allow(missing_docs)] // documentation missing in model
|
2177 + | /* ServerBuilderGenerator.kt:343 */
|
1309 2178 | pub fn unix_timestamp(
|
1310 2179 | mut self,
|
1311 2180 | input: ::std::option::Option<::aws_smithy_types::DateTime>,
|
1312 2181 | ) -> Self {
|
1313 - | self.unix_timestamp = input;
|
2182 + | /* ServerBuilderGenerator.kt:344 */
|
2183 + | self.unix_timestamp =
|
2184 + | /* ServerBuilderGenerator.kt:376 */input
|
2185 + | /* ServerBuilderGenerator.kt:344 */;
|
1314 2186 | self
|
2187 + | /* ServerBuilderGenerator.kt:343 */
|
1315 2188 | }
|
1316 - | /// Consumes the builder and constructs a [`KitchenSinkOperationOutput`](crate::output::KitchenSinkOperationOutput).
|
2189 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`KitchenSinkOperationOutput`](crate::output::KitchenSinkOperationOutput).
|
2190 + | /* ServerBuilderGenerator.kt:271 */
|
1317 2191 | pub fn build(self) -> crate::output::KitchenSinkOperationOutput {
|
1318 2192 | self.build_enforcing_all_constraints()
|
1319 2193 | }
|
2194 + | /* ServerBuilderGenerator.kt:283 */
|
1320 2195 | fn build_enforcing_all_constraints(self) -> crate::output::KitchenSinkOperationOutput {
|
2196 + | /* ServerBuilderGenerator.kt:542 */
|
1321 2197 | crate::output::KitchenSinkOperationOutput {
|
2198 + | /* ServerBuilderGenerator.kt:546 */
|
1322 2199 | blob: self.blob,
|
2200 + | /* ServerBuilderGenerator.kt:546 */
|
1323 2201 | boolean: self.boolean,
|
2202 + | /* ServerBuilderGenerator.kt:546 */
|
1324 2203 | double: self.double,
|
2204 + | /* ServerBuilderGenerator.kt:546 */
|
1325 2205 | empty_struct: self.empty_struct,
|
2206 + | /* ServerBuilderGenerator.kt:546 */
|
1326 2207 | float: self.float,
|
2208 + | /* ServerBuilderGenerator.kt:546 */
|
1327 2209 | httpdate_timestamp: self.httpdate_timestamp,
|
2210 + | /* ServerBuilderGenerator.kt:546 */
|
1328 2211 | integer: self.integer,
|
2212 + | /* ServerBuilderGenerator.kt:546 */
|
1329 2213 | iso8601_timestamp: self.iso8601_timestamp,
|
2214 + | /* ServerBuilderGenerator.kt:546 */
|
1330 2215 | json_value: self.json_value,
|
2216 + | /* ServerBuilderGenerator.kt:546 */
|
1331 2217 | list_of_lists: self.list_of_lists,
|
2218 + | /* ServerBuilderGenerator.kt:546 */
|
1332 2219 | list_of_maps_of_strings: self.list_of_maps_of_strings,
|
2220 + | /* ServerBuilderGenerator.kt:546 */
|
1333 2221 | list_of_strings: self.list_of_strings,
|
2222 + | /* ServerBuilderGenerator.kt:546 */
|
1334 2223 | list_of_structs: self.list_of_structs,
|
2224 + | /* ServerBuilderGenerator.kt:546 */
|
1335 2225 | long: self.long,
|
2226 + | /* ServerBuilderGenerator.kt:546 */
|
1336 2227 | map_of_lists_of_strings: self.map_of_lists_of_strings,
|
2228 + | /* ServerBuilderGenerator.kt:546 */
|
1337 2229 | map_of_maps: self.map_of_maps,
|
2230 + | /* ServerBuilderGenerator.kt:546 */
|
1338 2231 | map_of_strings: self.map_of_strings,
|
2232 + | /* ServerBuilderGenerator.kt:546 */
|
1339 2233 | map_of_structs: self.map_of_structs,
|
2234 + | /* ServerBuilderGenerator.kt:546 */
|
1340 2235 | recursive_list: self.recursive_list,
|
2236 + | /* ServerBuilderGenerator.kt:546 */
|
1341 2237 | recursive_map: self.recursive_map,
|
2238 + | /* ServerBuilderGenerator.kt:546 */
|
1342 2239 | recursive_struct: self.recursive_struct,
|
2240 + | /* ServerBuilderGenerator.kt:546 */
|
1343 2241 | simple_struct: self.simple_struct,
|
2242 + | /* ServerBuilderGenerator.kt:546 */
|
1344 2243 | string: self.string,
|
2244 + | /* ServerBuilderGenerator.kt:546 */
|
1345 2245 | struct_with_json_name: self.struct_with_json_name,
|
2246 + | /* ServerBuilderGenerator.kt:546 */
|
1346 2247 | timestamp: self.timestamp,
|
2248 + | /* ServerBuilderGenerator.kt:546 */
|
1347 2249 | unix_timestamp: self.unix_timestamp,
|
2250 + | /* ServerBuilderGenerator.kt:542 */
|
1348 2251 | }
|
2252 + | /* ServerBuilderGenerator.kt:283 */
|
1349 2253 | }
|
2254 + | /* ServerBuilderGenerator.kt:215 */
|
1350 2255 | }
|
2256 + |
|
2257 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
1351 2258 | }
|
1352 - | /// See [`EmptyOperationOutput`](crate::output::EmptyOperationOutput).
|
2259 + | /// /* ServerBuilderGenerator.kt:171 */See [`EmptyOperationOutput`](crate::output::EmptyOperationOutput).
|
1353 2260 | pub mod empty_operation_output {
|
1354 2261 |
|
2262 + | /* ServerBuilderGenerator.kt:461 */
|
1355 2263 | impl ::std::convert::From<Builder> for crate::output::EmptyOperationOutput {
|
1356 2264 | fn from(builder: Builder) -> Self {
|
1357 2265 | builder.build()
|
1358 2266 | }
|
1359 2267 | }
|
1360 - | /// A builder for [`EmptyOperationOutput`](crate::output::EmptyOperationOutput).
|
2268 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`EmptyOperationOutput`](crate::output::EmptyOperationOutput).
|
2269 + | /* RustType.kt:516 */
|
1361 2270 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
1362 - | pub struct Builder {}
|
2271 + | /* ServerBuilderGenerator.kt:211 */
|
2272 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
2273 + | /* ServerBuilderGenerator.kt:215 */
|
1363 2274 | impl Builder {
|
1364 - | /// Consumes the builder and constructs a [`EmptyOperationOutput`](crate::output::EmptyOperationOutput).
|
2275 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`EmptyOperationOutput`](crate::output::EmptyOperationOutput).
|
2276 + | /* ServerBuilderGenerator.kt:271 */
|
1365 2277 | pub fn build(self) -> crate::output::EmptyOperationOutput {
|
1366 2278 | self.build_enforcing_all_constraints()
|
1367 2279 | }
|
2280 + | /* ServerBuilderGenerator.kt:283 */
|
1368 2281 | fn build_enforcing_all_constraints(self) -> crate::output::EmptyOperationOutput {
|
1369 - | crate::output::EmptyOperationOutput {}
|
2282 + | /* ServerBuilderGenerator.kt:542 */
|
2283 + | crate::output::EmptyOperationOutput {
|
2284 + | /* ServerBuilderGenerator.kt:542 */}
|
2285 + | /* ServerBuilderGenerator.kt:283 */
|
1370 2286 | }
|
2287 + | /* ServerBuilderGenerator.kt:215 */
|
1371 2288 | }
|
2289 + |
|
2290 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
1372 2291 | }
|