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