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 [`HttpRequestWithLabels`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder) operation.
|
4 6 | ///
|
5 7 | /// - The fluent builder is configurable:
|
6 8 | /// - [`string(impl Into<String>)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::string) / [`set_string(Option<String>)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::set_string):<br>required: **true**<br>(undocumented)<br>
|
7 9 | /// - [`short(i16)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::short) / [`set_short(Option<i16>)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::set_short):<br>required: **true**<br>(undocumented)<br>
|
8 10 | /// - [`integer(i32)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::integer) / [`set_integer(Option<i32>)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::set_integer):<br>required: **true**<br>(undocumented)<br>
|
9 11 | /// - [`long(i64)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::long) / [`set_long(Option<i64>)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::set_long):<br>required: **true**<br>(undocumented)<br>
|
10 12 | /// - [`float(f32)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::float) / [`set_float(Option<f32>)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::set_float):<br>required: **true**<br>(undocumented)<br>
|
11 13 | /// - [`double(f64)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::double) / [`set_double(Option<f64>)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::set_double):<br>required: **true**<br>(undocumented)<br>
|
12 14 | /// - [`boolean(bool)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::boolean) / [`set_boolean(Option<bool>)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::set_boolean):<br>required: **true**<br>Serialized in the path as true or false.<br>
|
13 15 | /// - [`timestamp(DateTime)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::timestamp) / [`set_timestamp(Option<DateTime>)`](crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::set_timestamp):<br>required: **true**<br>Note that this member has no format, so it's serialized as an RFC 3399 date-time.<br>
|
14 16 | /// - On success, responds with [`HttpRequestWithLabelsOutput`](crate::operation::http_request_with_labels::HttpRequestWithLabelsOutput)
|
15 17 | /// - On failure, responds with [`SdkError<HttpRequestWithLabelsError>`](crate::operation::http_request_with_labels::HttpRequestWithLabelsError)
|
18 + | /* FluentClientGenerator.kt:234 */
|
16 19 | pub fn http_request_with_labels(&self) -> crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder {
|
17 20 | crate::operation::http_request_with_labels::builders::HttpRequestWithLabelsFluentBuilder::new(self.handle.clone())
|
18 21 | }
|
22 + | /* FluentClientGenerator.kt:187 */
|
19 23 | }
|