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 [`MalformedInteger`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder) operation.
|
4 6 | ///
|
5 7 | /// - The fluent builder is configurable:
|
6 8 | /// - [`integer_in_body(i32)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::integer_in_body) / [`set_integer_in_body(Option<i32>)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::set_integer_in_body):<br>required: **false**<br>(undocumented)<br>
|
7 9 | /// - [`integer_in_path(i32)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::integer_in_path) / [`set_integer_in_path(Option<i32>)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::set_integer_in_path):<br>required: **true**<br>(undocumented)<br>
|
8 10 | /// - [`integer_in_query(i32)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::integer_in_query) / [`set_integer_in_query(Option<i32>)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::set_integer_in_query):<br>required: **false**<br>(undocumented)<br>
|
9 11 | /// - [`integer_in_header(i32)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::integer_in_header) / [`set_integer_in_header(Option<i32>)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::set_integer_in_header):<br>required: **false**<br>(undocumented)<br>
|
10 12 | /// - On success, responds with [`MalformedIntegerOutput`](crate::operation::malformed_integer::MalformedIntegerOutput)
|
11 13 | /// - On failure, responds with [`SdkError<MalformedIntegerError>`](crate::operation::malformed_integer::MalformedIntegerError)
|
14 + | /* FluentClientGenerator.kt:234 */
|
12 15 | pub fn malformed_integer(&self) -> crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder {
|
13 16 | crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::new(self.handle.clone())
|
14 17 | }
|
18 + | /* FluentClientGenerator.kt:187 */
|
15 19 | }
|