1 1 | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 + | /* FluentClientGenerator.kt:187 */
|
2 3 | impl super::Client {
|
4 + | /* FluentClientGenerator.kt:221 */
|
3 5 | /// Constructs a fluent builder for the [`FlattenedXmlMapWithXmlName`](crate::operation::flattened_xml_map_with_xml_name::builders::FlattenedXmlMapWithXmlNameFluentBuilder) operation.
|
4 6 | ///
|
5 7 | /// - The fluent builder is configurable:
|
6 8 | /// - [`my_map(impl Into<String>, impl Into<String>)`](crate::operation::flattened_xml_map_with_xml_name::builders::FlattenedXmlMapWithXmlNameFluentBuilder::my_map) / [`set_my_map(Option<HashMap::<String, String>>)`](crate::operation::flattened_xml_map_with_xml_name::builders::FlattenedXmlMapWithXmlNameFluentBuilder::set_my_map):<br>required: **false**<br>(undocumented)<br>
|
7 9 | /// - On success, responds with [`FlattenedXmlMapWithXmlNameOutput`](crate::operation::flattened_xml_map_with_xml_name::FlattenedXmlMapWithXmlNameOutput) with field(s):
|
8 10 | /// - [`my_map(Option<HashMap::<String, String>>)`](crate::operation::flattened_xml_map_with_xml_name::FlattenedXmlMapWithXmlNameOutput::my_map): (undocumented)
|
9 11 | /// - On failure, responds with [`SdkError<FlattenedXmlMapWithXmlNameError>`](crate::operation::flattened_xml_map_with_xml_name::FlattenedXmlMapWithXmlNameError)
|
12 + | /* FluentClientGenerator.kt:234 */
|
10 13 | pub fn flattened_xml_map_with_xml_name(
|
11 14 | &self,
|
12 15 | ) -> crate::operation::flattened_xml_map_with_xml_name::builders::FlattenedXmlMapWithXmlNameFluentBuilder {
|
13 16 | crate::operation::flattened_xml_map_with_xml_name::builders::FlattenedXmlMapWithXmlNameFluentBuilder::new(self.handle.clone())
|
14 17 | }
|
18 + | /* FluentClientGenerator.kt:187 */
|
15 19 | }
|