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 [`NullAndEmptyHeadersClient`](crate::operation::null_and_empty_headers_client::builders::NullAndEmptyHeadersClientFluentBuilder) operation.
|
4 6 | ///
|
5 7 | /// - The fluent builder is configurable:
|
6 8 | /// - [`a(impl Into<String>)`](crate::operation::null_and_empty_headers_client::builders::NullAndEmptyHeadersClientFluentBuilder::a) / [`set_a(Option<String>)`](crate::operation::null_and_empty_headers_client::builders::NullAndEmptyHeadersClientFluentBuilder::set_a):<br>required: **false**<br>(undocumented)<br>
|
7 9 | /// - [`b(impl Into<String>)`](crate::operation::null_and_empty_headers_client::builders::NullAndEmptyHeadersClientFluentBuilder::b) / [`set_b(Option<String>)`](crate::operation::null_and_empty_headers_client::builders::NullAndEmptyHeadersClientFluentBuilder::set_b):<br>required: **false**<br>(undocumented)<br>
|
8 10 | /// - [`c(impl Into<String>)`](crate::operation::null_and_empty_headers_client::builders::NullAndEmptyHeadersClientFluentBuilder::c) / [`set_c(Option<Vec::<String>>)`](crate::operation::null_and_empty_headers_client::builders::NullAndEmptyHeadersClientFluentBuilder::set_c):<br>required: **false**<br>(undocumented)<br>
|
9 11 | /// - On success, responds with [`NullAndEmptyHeadersClientOutput`](crate::operation::null_and_empty_headers_client::NullAndEmptyHeadersClientOutput) with field(s):
|
10 12 | /// - [`a(Option<String>)`](crate::operation::null_and_empty_headers_client::NullAndEmptyHeadersClientOutput::a): (undocumented)
|
11 13 | /// - [`b(Option<String>)`](crate::operation::null_and_empty_headers_client::NullAndEmptyHeadersClientOutput::b): (undocumented)
|
12 14 | /// - [`c(Option<Vec::<String>>)`](crate::operation::null_and_empty_headers_client::NullAndEmptyHeadersClientOutput::c): (undocumented)
|
13 15 | /// - On failure, responds with [`SdkError<NullAndEmptyHeadersClientError>`](crate::operation::null_and_empty_headers_client::NullAndEmptyHeadersClientError)
|
16 + | /* FluentClientGenerator.kt:234 */
|
14 17 | pub fn null_and_empty_headers_client(&self) -> crate::operation::null_and_empty_headers_client::builders::NullAndEmptyHeadersClientFluentBuilder {
|
15 18 | crate::operation::null_and_empty_headers_client::builders::NullAndEmptyHeadersClientFluentBuilder::new(self.handle.clone())
|
16 19 | }
|
20 + | /* FluentClientGenerator.kt:187 */
|
17 21 | }
|