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 [`QueryMaps`](crate::operation::query_maps::builders::QueryMapsFluentBuilder) operation.
|
4 6 | ///
|
5 7 | /// - The fluent builder is configurable:
|
6 8 | /// - [`map_arg(impl Into<String>, impl Into<String>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::map_arg) / [`set_map_arg(Option<HashMap::<String, String>>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::set_map_arg):<br>required: **false**<br>(undocumented)<br>
|
7 9 | /// - [`renamed_map_arg(impl Into<String>, impl Into<String>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::renamed_map_arg) / [`set_renamed_map_arg(Option<HashMap::<String, String>>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::set_renamed_map_arg):<br>required: **false**<br>(undocumented)<br>
|
8 10 | /// - [`complex_map_arg(impl Into<String>, GreetingStruct)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::complex_map_arg) / [`set_complex_map_arg(Option<HashMap::<String, GreetingStruct>>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::set_complex_map_arg):<br>required: **false**<br>(undocumented)<br>
|
9 11 | /// - [`map_with_xml_member_name(impl Into<String>, impl Into<String>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::map_with_xml_member_name) / [`set_map_with_xml_member_name(Option<HashMap::<String, String>>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::set_map_with_xml_member_name):<br>required: **false**<br>(undocumented)<br>
|
10 12 | /// - [`flattened_map(impl Into<String>, impl Into<String>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::flattened_map) / [`set_flattened_map(Option<HashMap::<String, String>>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::set_flattened_map):<br>required: **false**<br>(undocumented)<br>
|
11 13 | /// - [`flattened_map_with_xml_name(impl Into<String>, impl Into<String>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::flattened_map_with_xml_name) / [`set_flattened_map_with_xml_name(Option<HashMap::<String, String>>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::set_flattened_map_with_xml_name):<br>required: **false**<br>(undocumented)<br>
|
12 14 | /// - [`map_of_lists(impl Into<String>, Vec::<String>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::map_of_lists) / [`set_map_of_lists(Option<HashMap::<String, Vec::<String>>>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::set_map_of_lists):<br>required: **false**<br>(undocumented)<br>
|
13 15 | /// - [`nested_struct_with_map(NestedStructWithMap)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::nested_struct_with_map) / [`set_nested_struct_with_map(Option<NestedStructWithMap>)`](crate::operation::query_maps::builders::QueryMapsFluentBuilder::set_nested_struct_with_map):<br>required: **false**<br>(undocumented)<br>
|
14 16 | /// - On success, responds with [`QueryMapsOutput`](crate::operation::query_maps::QueryMapsOutput)
|
15 17 | /// - On failure, responds with [`SdkError<QueryMapsError>`](crate::operation::query_maps::QueryMapsError)
|
18 + | /* FluentClientGenerator.kt:234 */
|
16 19 | pub fn query_maps(&self) -> crate::operation::query_maps::builders::QueryMapsFluentBuilder {
|
17 20 | crate::operation::query_maps::builders::QueryMapsFluentBuilder::new(self.handle.clone())
|
18 21 | }
|
22 + | /* FluentClientGenerator.kt:187 */
|
19 23 | }
|