1 1 | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 + | /* CodegenDelegator.kt:255 */
|
2 3 | pub use crate::operation::xml_lists::_xml_lists_output::XmlListsOutputBuilder;
|
3 4 |
|
5 + | /* CodegenDelegator.kt:255 */
|
4 6 | pub use crate::operation::xml_lists::_xml_lists_input::XmlListsInputBuilder;
|
5 7 |
|
8 + | /* FluentBuilderGenerator.kt:408 */
|
6 9 | impl crate::operation::xml_lists::builders::XmlListsInputBuilder {
|
7 10 | /// Sends a request with this input using the given client.
|
8 11 | pub async fn send_with(
|
9 12 | self,
|
10 13 | client: &crate::Client,
|
11 14 | ) -> ::std::result::Result<
|
12 15 | crate::operation::xml_lists::XmlListsOutput,
|
13 16 | ::aws_smithy_runtime_api::client::result::SdkError<
|
14 17 | crate::operation::xml_lists::XmlListsError,
|
15 18 | ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
|
16 19 | >,
|
17 20 | > {
|
18 21 | let mut fluent_builder = client.xml_lists();
|
19 22 | fluent_builder.inner = self;
|
20 23 | fluent_builder.send().await
|
21 24 | }
|
22 25 | }
|
23 - | /// Fluent builder constructing a request to `XmlLists`.
|
26 + | /// /* FluentBuilderGenerator.kt:129 */Fluent builder constructing a request to `XmlLists`.
|
24 27 | ///
|
25 - | /// This test case serializes XML lists for the following cases for both input and output: 1. Normal XML lists. 2. Normal XML sets. 3. XML lists of lists. 4. XML lists with @xmlName on its members 5. Flattened XML lists. 6. Flattened XML lists with @xmlName. 7. Flattened XML lists with @xmlNamespace. 8. Lists of structures. 9. Flattened XML list of structures
|
28 + | /// /* FluentBuilderGenerator.kt:130 */This test case serializes XML lists for the following cases for both input and output: 1. Normal XML lists. 2. Normal XML sets. 3. XML lists of lists. 4. XML lists with @xmlName on its members 5. Flattened XML lists. 6. Flattened XML lists with @xmlName. 7. Flattened XML lists with @xmlNamespace. 8. Lists of structures. 9. Flattened XML list of structures
|
29 + | /* RustType.kt:516 */
|
26 30 | #[derive(::std::clone::Clone, ::std::fmt::Debug)]
|
31 + | /* FluentBuilderGenerator.kt:270 */
|
27 32 | pub struct XmlListsFluentBuilder {
|
28 33 | handle: ::std::sync::Arc<crate::client::Handle>,
|
29 34 | inner: crate::operation::xml_lists::builders::XmlListsInputBuilder,
|
30 35 | config_override: ::std::option::Option<crate::config::Builder>,
|
31 36 | }
|
37 + | /* FluentBuilderGenerator.kt:381 */
|
32 38 | impl crate::client::customize::internal::CustomizableSend<crate::operation::xml_lists::XmlListsOutput, crate::operation::xml_lists::XmlListsError>
|
33 39 | for XmlListsFluentBuilder
|
34 40 | {
|
35 41 | fn send(
|
36 42 | self,
|
37 43 | config_override: crate::config::Builder,
|
38 44 | ) -> crate::client::customize::internal::BoxFuture<
|
39 45 | crate::client::customize::internal::SendResult<crate::operation::xml_lists::XmlListsOutput, crate::operation::xml_lists::XmlListsError>,
|
40 46 | > {
|
41 47 | ::std::boxed::Box::pin(async move { self.config_override(config_override).send().await })
|
42 48 | }
|
43 49 | }
|
50 + | /* FluentBuilderGenerator.kt:282 */
|
44 51 | impl XmlListsFluentBuilder {
|
52 + | /* FluentBuilderGenerator.kt:288 */
|
45 53 | /// Creates a new `XmlListsFluentBuilder`.
|
46 54 | pub(crate) fn new(handle: ::std::sync::Arc<crate::client::Handle>) -> Self {
|
47 55 | Self {
|
48 56 | handle,
|
49 57 | inner: ::std::default::Default::default(),
|
50 58 | config_override: ::std::option::Option::None,
|
51 59 | }
|
52 60 | }
|
61 + | /* FluentBuilderGenerator.kt:301 */
|
53 62 | /// Access the XmlLists as a reference.
|
54 63 | pub fn as_input(&self) -> &crate::operation::xml_lists::builders::XmlListsInputBuilder {
|
55 64 | &self.inner
|
56 65 | }
|
66 + | /* FluentBuilderGenerator.kt:145 */
|
57 67 | /// Sends the request and returns the response.
|
58 68 | ///
|
59 69 | /// If an error occurs, an `SdkError` will be returned with additional details that
|
60 70 | /// can be matched against.
|
61 71 | ///
|
62 72 | /// By default, any retryable failures will be retried twice. Retry behavior
|
63 73 | /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
|
64 74 | /// set when configuring the client.
|
65 75 | pub async fn send(
|
66 76 | self,
|
67 77 | ) -> ::std::result::Result<
|
68 78 | crate::operation::xml_lists::XmlListsOutput,
|
69 79 | ::aws_smithy_runtime_api::client::result::SdkError<
|
70 80 | crate::operation::xml_lists::XmlListsError,
|
71 81 | ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
|
72 82 | >,
|
73 83 | > {
|
74 84 | let input = self
|
75 85 | .inner
|
76 86 | .build()
|
77 87 | .map_err(::aws_smithy_runtime_api::client::result::SdkError::construction_failure)?;
|
78 88 | let runtime_plugins = crate::operation::xml_lists::XmlLists::operation_runtime_plugins(
|
79 89 | self.handle.runtime_plugins.clone(),
|
80 90 | &self.handle.conf,
|
81 91 | self.config_override,
|
82 92 | );
|
83 93 | crate::operation::xml_lists::XmlLists::orchestrate(&runtime_plugins, input).await
|
84 94 | }
|
85 95 |
|
86 96 | /// Consumes this builder, creating a customizable operation that can be modified before being sent.
|
87 97 | pub fn customize(
|
88 98 | self,
|
89 99 | ) -> crate::client::customize::CustomizableOperation<crate::operation::xml_lists::XmlListsOutput, crate::operation::xml_lists::XmlListsError, Self>
|
90 100 | {
|
91 101 | crate::client::customize::CustomizableOperation::new(self)
|
92 102 | }
|
103 + | /* FluentBuilderGenerator.kt:315 */
|
93 104 | pub(crate) fn config_override(mut self, config_override: impl ::std::convert::Into<crate::config::Builder>) -> Self {
|
94 105 | self.set_config_override(::std::option::Option::Some(config_override.into()));
|
95 106 | self
|
96 107 | }
|
97 108 |
|
98 109 | pub(crate) fn set_config_override(&mut self, config_override: ::std::option::Option<crate::config::Builder>) -> &mut Self {
|
99 110 | self.config_override = config_override;
|
100 111 | self
|
101 112 | }
|
102 - | ///
|
113 + | /// /* FluentBuilderGenerator.kt:436 */
|
103 114 | /// Appends an item to `stringList`.
|
104 115 | ///
|
105 116 | /// To override the contents of this collection use [`set_string_list`](Self::set_string_list).
|
106 117 | ///
|
118 + | /* FluentBuilderGenerator.kt:443 */
|
107 119 | #[allow(missing_docs)] // documentation missing in model
|
120 + | /* FluentBuilderGenerator.kt:446 */
|
108 121 | pub fn string_list(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
109 122 | self.inner = self.inner.string_list(input.into());
|
110 123 | self
|
111 124 | }
|
125 + | /* FluentBuilderGenerator.kt:498 */
|
112 126 | #[allow(missing_docs)] // documentation missing in model
|
127 + | /* FluentBuilderGenerator.kt:500 */
|
113 128 | pub fn set_string_list(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
|
114 129 | self.inner = self.inner.set_string_list(input);
|
115 130 | self
|
116 131 | }
|
132 + | /* FluentBuilderGenerator.kt:518 */
|
117 133 | #[allow(missing_docs)] // documentation missing in model
|
134 + | /* FluentBuilderGenerator.kt:520 */
|
118 135 | pub fn get_string_list(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
|
119 136 | self.inner.get_string_list()
|
120 137 | }
|
121 - | ///
|
138 + | /// /* FluentBuilderGenerator.kt:436 */
|
122 139 | /// Appends an item to `stringSet`.
|
123 140 | ///
|
124 141 | /// To override the contents of this collection use [`set_string_set`](Self::set_string_set).
|
125 142 | ///
|
143 + | /* FluentBuilderGenerator.kt:443 */
|
126 144 | #[allow(missing_docs)] // documentation missing in model
|
145 + | /* FluentBuilderGenerator.kt:446 */
|
127 146 | pub fn string_set(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
128 147 | self.inner = self.inner.string_set(input.into());
|
129 148 | self
|
130 149 | }
|
150 + | /* FluentBuilderGenerator.kt:498 */
|
131 151 | #[allow(missing_docs)] // documentation missing in model
|
152 + | /* FluentBuilderGenerator.kt:500 */
|
132 153 | pub fn set_string_set(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
|
133 154 | self.inner = self.inner.set_string_set(input);
|
134 155 | self
|
135 156 | }
|
157 + | /* FluentBuilderGenerator.kt:518 */
|
136 158 | #[allow(missing_docs)] // documentation missing in model
|
159 + | /* FluentBuilderGenerator.kt:520 */
|
137 160 | pub fn get_string_set(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
|
138 161 | self.inner.get_string_set()
|
139 162 | }
|
140 - | ///
|
163 + | /// /* FluentBuilderGenerator.kt:436 */
|
141 164 | /// Appends an item to `integerList`.
|
142 165 | ///
|
143 166 | /// To override the contents of this collection use [`set_integer_list`](Self::set_integer_list).
|
144 167 | ///
|
168 + | /* FluentBuilderGenerator.kt:443 */
|
145 169 | #[allow(missing_docs)] // documentation missing in model
|
170 + | /* FluentBuilderGenerator.kt:446 */
|
146 171 | pub fn integer_list(mut self, input: i32) -> Self {
|
147 172 | self.inner = self.inner.integer_list(input);
|
148 173 | self
|
149 174 | }
|
175 + | /* FluentBuilderGenerator.kt:498 */
|
150 176 | #[allow(missing_docs)] // documentation missing in model
|
177 + | /* FluentBuilderGenerator.kt:500 */
|
151 178 | pub fn set_integer_list(mut self, input: ::std::option::Option<::std::vec::Vec<i32>>) -> Self {
|
152 179 | self.inner = self.inner.set_integer_list(input);
|
153 180 | self
|
154 181 | }
|
182 + | /* FluentBuilderGenerator.kt:518 */
|
155 183 | #[allow(missing_docs)] // documentation missing in model
|
184 + | /* FluentBuilderGenerator.kt:520 */
|
156 185 | pub fn get_integer_list(&self) -> &::std::option::Option<::std::vec::Vec<i32>> {
|
157 186 | self.inner.get_integer_list()
|
158 187 | }
|
159 - | ///
|
188 + | /// /* FluentBuilderGenerator.kt:436 */
|
160 189 | /// Appends an item to `booleanList`.
|
161 190 | ///
|
162 191 | /// To override the contents of this collection use [`set_boolean_list`](Self::set_boolean_list).
|
163 192 | ///
|
193 + | /* FluentBuilderGenerator.kt:443 */
|
164 194 | #[allow(missing_docs)] // documentation missing in model
|
195 + | /* FluentBuilderGenerator.kt:446 */
|
165 196 | pub fn boolean_list(mut self, input: bool) -> Self {
|
166 197 | self.inner = self.inner.boolean_list(input);
|
167 198 | self
|
168 199 | }
|
200 + | /* FluentBuilderGenerator.kt:498 */
|
169 201 | #[allow(missing_docs)] // documentation missing in model
|
202 + | /* FluentBuilderGenerator.kt:500 */
|
170 203 | pub fn set_boolean_list(mut self, input: ::std::option::Option<::std::vec::Vec<bool>>) -> Self {
|
171 204 | self.inner = self.inner.set_boolean_list(input);
|
172 205 | self
|
173 206 | }
|
207 + | /* FluentBuilderGenerator.kt:518 */
|
174 208 | #[allow(missing_docs)] // documentation missing in model
|
209 + | /* FluentBuilderGenerator.kt:520 */
|
175 210 | pub fn get_boolean_list(&self) -> &::std::option::Option<::std::vec::Vec<bool>> {
|
176 211 | self.inner.get_boolean_list()
|
177 212 | }
|
178 - | ///
|
213 + | /// /* FluentBuilderGenerator.kt:436 */
|
179 214 | /// Appends an item to `timestampList`.
|
180 215 | ///
|
181 216 | /// To override the contents of this collection use [`set_timestamp_list`](Self::set_timestamp_list).
|
182 217 | ///
|
218 + | /* FluentBuilderGenerator.kt:443 */
|
183 219 | #[allow(missing_docs)] // documentation missing in model
|
220 + | /* FluentBuilderGenerator.kt:446 */
|
184 221 | pub fn timestamp_list(mut self, input: ::aws_smithy_types::DateTime) -> Self {
|
185 222 | self.inner = self.inner.timestamp_list(input);
|
186 223 | self
|
187 224 | }
|
225 + | /* FluentBuilderGenerator.kt:498 */
|
188 226 | #[allow(missing_docs)] // documentation missing in model
|
227 + | /* FluentBuilderGenerator.kt:500 */
|
189 228 | pub fn set_timestamp_list(mut self, input: ::std::option::Option<::std::vec::Vec<::aws_smithy_types::DateTime>>) -> Self {
|
190 229 | self.inner = self.inner.set_timestamp_list(input);
|
191 230 | self
|
192 231 | }
|
232 + | /* FluentBuilderGenerator.kt:518 */
|
193 233 | #[allow(missing_docs)] // documentation missing in model
|
234 + | /* FluentBuilderGenerator.kt:520 */
|
194 235 | pub fn get_timestamp_list(&self) -> &::std::option::Option<::std::vec::Vec<::aws_smithy_types::DateTime>> {
|
195 236 | self.inner.get_timestamp_list()
|
196 237 | }
|
197 - | ///
|
238 + | /// /* FluentBuilderGenerator.kt:436 */
|
198 239 | /// Appends an item to `enumList`.
|
199 240 | ///
|
200 241 | /// To override the contents of this collection use [`set_enum_list`](Self::set_enum_list).
|
201 242 | ///
|
243 + | /* FluentBuilderGenerator.kt:443 */
|
202 244 | #[allow(missing_docs)] // documentation missing in model
|
245 + | /* FluentBuilderGenerator.kt:446 */
|
203 246 | pub fn enum_list(mut self, input: crate::types::FooEnum) -> Self {
|
204 247 | self.inner = self.inner.enum_list(input);
|
205 248 | self
|
206 249 | }
|
250 + | /* FluentBuilderGenerator.kt:498 */
|
207 251 | #[allow(missing_docs)] // documentation missing in model
|
252 + | /* FluentBuilderGenerator.kt:500 */
|
208 253 | pub fn set_enum_list(mut self, input: ::std::option::Option<::std::vec::Vec<crate::types::FooEnum>>) -> Self {
|
209 254 | self.inner = self.inner.set_enum_list(input);
|
210 255 | self
|
211 256 | }
|
257 + | /* FluentBuilderGenerator.kt:518 */
|
212 258 | #[allow(missing_docs)] // documentation missing in model
|
259 + | /* FluentBuilderGenerator.kt:520 */
|
213 260 | pub fn get_enum_list(&self) -> &::std::option::Option<::std::vec::Vec<crate::types::FooEnum>> {
|
214 261 | self.inner.get_enum_list()
|
215 262 | }
|
216 - | ///
|
263 + | /// /* FluentBuilderGenerator.kt:436 */
|
217 264 | /// Appends an item to `intEnumList`.
|
218 265 | ///
|
219 266 | /// To override the contents of this collection use [`set_int_enum_list`](Self::set_int_enum_list).
|
220 267 | ///
|
268 + | /* FluentBuilderGenerator.kt:443 */
|
221 269 | #[allow(missing_docs)] // documentation missing in model
|
270 + | /* FluentBuilderGenerator.kt:446 */
|
222 271 | pub fn int_enum_list(mut self, input: i32) -> Self {
|
223 272 | self.inner = self.inner.int_enum_list(input);
|
224 273 | self
|
225 274 | }
|
275 + | /* FluentBuilderGenerator.kt:498 */
|
226 276 | #[allow(missing_docs)] // documentation missing in model
|
277 + | /* FluentBuilderGenerator.kt:500 */
|
227 278 | pub fn set_int_enum_list(mut self, input: ::std::option::Option<::std::vec::Vec<i32>>) -> Self {
|
228 279 | self.inner = self.inner.set_int_enum_list(input);
|
229 280 | self
|
230 281 | }
|
282 + | /* FluentBuilderGenerator.kt:518 */
|
231 283 | #[allow(missing_docs)] // documentation missing in model
|
284 + | /* FluentBuilderGenerator.kt:520 */
|
232 285 | pub fn get_int_enum_list(&self) -> &::std::option::Option<::std::vec::Vec<i32>> {
|
233 286 | self.inner.get_int_enum_list()
|
234 287 | }
|
235 - | ///
|
288 + | /// /* FluentBuilderGenerator.kt:436 */
|
236 289 | /// Appends an item to `nestedStringList`.
|
237 290 | ///
|
238 291 | /// To override the contents of this collection use [`set_nested_string_list`](Self::set_nested_string_list).
|
239 292 | ///
|
240 - | /// A list of lists of strings.
|
293 + | /// /* FluentBuilderGenerator.kt:443 */A list of lists of strings.
|
294 + | /* FluentBuilderGenerator.kt:446 */
|
241 295 | pub fn nested_string_list(mut self, input: ::std::vec::Vec<::std::string::String>) -> Self {
|
242 296 | self.inner = self.inner.nested_string_list(input);
|
243 297 | self
|
244 298 | }
|
245 - | /// A list of lists of strings.
|
299 + | /// /* FluentBuilderGenerator.kt:498 */A list of lists of strings.
|
300 + | /* FluentBuilderGenerator.kt:500 */
|
246 301 | pub fn set_nested_string_list(mut self, input: ::std::option::Option<::std::vec::Vec<::std::vec::Vec<::std::string::String>>>) -> Self {
|
247 302 | self.inner = self.inner.set_nested_string_list(input);
|
248 303 | self
|
249 304 | }
|
250 - | /// A list of lists of strings.
|
305 + | /// /* FluentBuilderGenerator.kt:518 */A list of lists of strings.
|
306 + | /* FluentBuilderGenerator.kt:520 */
|
251 307 | pub fn get_nested_string_list(&self) -> &::std::option::Option<::std::vec::Vec<::std::vec::Vec<::std::string::String>>> {
|
252 308 | self.inner.get_nested_string_list()
|
253 309 | }
|
254 - | ///
|
310 + | /// /* FluentBuilderGenerator.kt:436 */
|
255 311 | /// Appends an item to `renamedListMembers`.
|
256 312 | ///
|
257 313 | /// To override the contents of this collection use [`set_renamed_list_members`](Self::set_renamed_list_members).
|
258 314 | ///
|
315 + | /* FluentBuilderGenerator.kt:443 */
|
259 316 | #[allow(missing_docs)] // documentation missing in model
|
317 + | /* FluentBuilderGenerator.kt:446 */
|
260 318 | pub fn renamed_list_members(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
261 319 | self.inner = self.inner.renamed_list_members(input.into());
|
262 320 | self
|
263 321 | }
|
322 + | /* FluentBuilderGenerator.kt:498 */
|
264 323 | #[allow(missing_docs)] // documentation missing in model
|
324 + | /* FluentBuilderGenerator.kt:500 */
|
265 325 | pub fn set_renamed_list_members(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
|
266 326 | self.inner = self.inner.set_renamed_list_members(input);
|
267 327 | self
|
268 328 | }
|
329 + | /* FluentBuilderGenerator.kt:518 */
|
269 330 | #[allow(missing_docs)] // documentation missing in model
|
331 + | /* FluentBuilderGenerator.kt:520 */
|
270 332 | pub fn get_renamed_list_members(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
|
271 333 | self.inner.get_renamed_list_members()
|
272 334 | }
|
273 - | ///
|
335 + | /// /* FluentBuilderGenerator.kt:436 */
|
274 336 | /// Appends an item to `flattenedList`.
|
275 337 | ///
|
276 338 | /// To override the contents of this collection use [`set_flattened_list`](Self::set_flattened_list).
|
277 339 | ///
|
340 + | /* FluentBuilderGenerator.kt:443 */
|
278 341 | #[allow(missing_docs)] // documentation missing in model
|
342 + | /* FluentBuilderGenerator.kt:446 */
|
279 343 | pub fn flattened_list(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
280 344 | self.inner = self.inner.flattened_list(input.into());
|
281 345 | self
|
282 346 | }
|
347 + | /* FluentBuilderGenerator.kt:498 */
|
283 348 | #[allow(missing_docs)] // documentation missing in model
|
349 + | /* FluentBuilderGenerator.kt:500 */
|
284 350 | pub fn set_flattened_list(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
|
285 351 | self.inner = self.inner.set_flattened_list(input);
|
286 352 | self
|
287 353 | }
|
354 + | /* FluentBuilderGenerator.kt:518 */
|
288 355 | #[allow(missing_docs)] // documentation missing in model
|
356 + | /* FluentBuilderGenerator.kt:520 */
|
289 357 | pub fn get_flattened_list(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
|
290 358 | self.inner.get_flattened_list()
|
291 359 | }
|
292 - | ///
|
360 + | /// /* FluentBuilderGenerator.kt:436 */
|
293 361 | /// Appends an item to `flattenedList2`.
|
294 362 | ///
|
295 363 | /// To override the contents of this collection use [`set_flattened_list2`](Self::set_flattened_list2).
|
296 364 | ///
|
365 + | /* FluentBuilderGenerator.kt:443 */
|
297 366 | #[allow(missing_docs)] // documentation missing in model
|
367 + | /* FluentBuilderGenerator.kt:446 */
|
298 368 | pub fn flattened_list2(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
299 369 | self.inner = self.inner.flattened_list2(input.into());
|
300 370 | self
|
301 371 | }
|
372 + | /* FluentBuilderGenerator.kt:498 */
|
302 373 | #[allow(missing_docs)] // documentation missing in model
|
374 + | /* FluentBuilderGenerator.kt:500 */
|
303 375 | pub fn set_flattened_list2(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
|
304 376 | self.inner = self.inner.set_flattened_list2(input);
|
305 377 | self
|
306 378 | }
|
379 + | /* FluentBuilderGenerator.kt:518 */
|
307 380 | #[allow(missing_docs)] // documentation missing in model
|
381 + | /* FluentBuilderGenerator.kt:520 */
|
308 382 | pub fn get_flattened_list2(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
|
309 383 | self.inner.get_flattened_list2()
|
310 384 | }
|
311 - | ///
|
385 + | /// /* FluentBuilderGenerator.kt:436 */
|
312 386 | /// Appends an item to `flattenedListWithMemberNamespace`.
|
313 387 | ///
|
314 388 | /// To override the contents of this collection use [`set_flattened_list_with_member_namespace`](Self::set_flattened_list_with_member_namespace).
|
315 389 | ///
|
390 + | /* FluentBuilderGenerator.kt:443 */
|
316 391 | #[allow(missing_docs)] // documentation missing in model
|
392 + | /* FluentBuilderGenerator.kt:446 */
|
317 393 | pub fn flattened_list_with_member_namespace(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
318 394 | self.inner = self.inner.flattened_list_with_member_namespace(input.into());
|
319 395 | self
|
320 396 | }
|
397 + | /* FluentBuilderGenerator.kt:498 */
|
321 398 | #[allow(missing_docs)] // documentation missing in model
|
399 + | /* FluentBuilderGenerator.kt:500 */
|
322 400 | pub fn set_flattened_list_with_member_namespace(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
|
323 401 | self.inner = self.inner.set_flattened_list_with_member_namespace(input);
|
324 402 | self
|
325 403 | }
|
404 + | /* FluentBuilderGenerator.kt:518 */
|
326 405 | #[allow(missing_docs)] // documentation missing in model
|
406 + | /* FluentBuilderGenerator.kt:520 */
|
327 407 | pub fn get_flattened_list_with_member_namespace(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
|
328 408 | self.inner.get_flattened_list_with_member_namespace()
|
329 409 | }
|
330 - | ///
|
410 + | /// /* FluentBuilderGenerator.kt:436 */
|
331 411 | /// Appends an item to `flattenedListWithNamespace`.
|
332 412 | ///
|
333 413 | /// To override the contents of this collection use [`set_flattened_list_with_namespace`](Self::set_flattened_list_with_namespace).
|
334 414 | ///
|
415 + | /* FluentBuilderGenerator.kt:443 */
|
335 416 | #[allow(missing_docs)] // documentation missing in model
|
417 + | /* FluentBuilderGenerator.kt:446 */
|
336 418 | pub fn flattened_list_with_namespace(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
337 419 | self.inner = self.inner.flattened_list_with_namespace(input.into());
|
338 420 | self
|
339 421 | }
|
422 + | /* FluentBuilderGenerator.kt:498 */
|
340 423 | #[allow(missing_docs)] // documentation missing in model
|
424 + | /* FluentBuilderGenerator.kt:500 */
|
341 425 | pub fn set_flattened_list_with_namespace(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
|
342 426 | self.inner = self.inner.set_flattened_list_with_namespace(input);
|
343 427 | self
|
344 428 | }
|
429 + | /* FluentBuilderGenerator.kt:518 */
|
345 430 | #[allow(missing_docs)] // documentation missing in model
|
431 + | /* FluentBuilderGenerator.kt:520 */
|
346 432 | pub fn get_flattened_list_with_namespace(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
|
347 433 | self.inner.get_flattened_list_with_namespace()
|
348 434 | }
|
349 - | ///
|
435 + | /// /* FluentBuilderGenerator.kt:436 */
|
350 436 | /// Appends an item to `structureList`.
|
351 437 | ///
|
352 438 | /// To override the contents of this collection use [`set_structure_list`](Self::set_structure_list).
|
353 439 | ///
|
440 + | /* FluentBuilderGenerator.kt:443 */
|
354 441 | #[allow(missing_docs)] // documentation missing in model
|
442 + | /* FluentBuilderGenerator.kt:446 */
|
355 443 | pub fn structure_list(mut self, input: crate::types::StructureListMember) -> Self {
|
356 444 | self.inner = self.inner.structure_list(input);
|
357 445 | self
|
358 446 | }
|
447 + | /* FluentBuilderGenerator.kt:498 */
|
359 448 | #[allow(missing_docs)] // documentation missing in model
|
449 + | /* FluentBuilderGenerator.kt:500 */
|
360 450 | pub fn set_structure_list(mut self, input: ::std::option::Option<::std::vec::Vec<crate::types::StructureListMember>>) -> Self {
|
361 451 | self.inner = self.inner.set_structure_list(input);
|
362 452 | self
|
363 453 | }
|
454 + | /* FluentBuilderGenerator.kt:518 */
|
364 455 | #[allow(missing_docs)] // documentation missing in model
|
456 + | /* FluentBuilderGenerator.kt:520 */
|
365 457 | pub fn get_structure_list(&self) -> &::std::option::Option<::std::vec::Vec<crate::types::StructureListMember>> {
|
366 458 | self.inner.get_structure_list()
|
367 459 | }
|
368 - | ///
|
460 + | /// /* FluentBuilderGenerator.kt:436 */
|
369 461 | /// Appends an item to `flattenedStructureList`.
|
370 462 | ///
|
371 463 | /// To override the contents of this collection use [`set_flattened_structure_list`](Self::set_flattened_structure_list).
|
372 464 | ///
|
465 + | /* FluentBuilderGenerator.kt:443 */
|
373 466 | #[allow(missing_docs)] // documentation missing in model
|
467 + | /* FluentBuilderGenerator.kt:446 */
|
374 468 | pub fn flattened_structure_list(mut self, input: crate::types::StructureListMember) -> Self {
|
375 469 | self.inner = self.inner.flattened_structure_list(input);
|
376 470 | self
|
377 471 | }
|
472 + | /* FluentBuilderGenerator.kt:498 */
|
378 473 | #[allow(missing_docs)] // documentation missing in model
|
474 + | /* FluentBuilderGenerator.kt:500 */
|
379 475 | pub fn set_flattened_structure_list(mut self, input: ::std::option::Option<::std::vec::Vec<crate::types::StructureListMember>>) -> Self {
|
380 476 | self.inner = self.inner.set_flattened_structure_list(input);
|
381 477 | self
|
382 478 | }
|
479 + | /* FluentBuilderGenerator.kt:518 */
|
383 480 | #[allow(missing_docs)] // documentation missing in model
|
481 + | /* FluentBuilderGenerator.kt:520 */
|
384 482 | pub fn get_flattened_structure_list(&self) -> &::std::option::Option<::std::vec::Vec<crate::types::StructureListMember>> {
|
385 483 | self.inner.get_flattened_structure_list()
|
386 484 | }
|
485 + | /* FluentBuilderGenerator.kt:282 */
|
387 486 | }
|