41 41 | crate::client::customize::internal::SendResult<
|
42 42 | crate::operation::malformed_content_type_without_body_empty_input::MalformedContentTypeWithoutBodyEmptyInputOutput,
|
43 43 | crate::operation::malformed_content_type_without_body_empty_input::MalformedContentTypeWithoutBodyEmptyInputError,
|
44 44 | >,
|
45 45 | > {
|
46 46 | ::std::boxed::Box::pin(async move { self.config_override(config_override).send().await })
|
47 47 | }
|
48 48 | }
|
49 49 | impl MalformedContentTypeWithoutBodyEmptyInputFluentBuilder {
|
50 50 | /// Creates a new `MalformedContentTypeWithoutBodyEmptyInputFluentBuilder`.
|
51 51 | pub(crate) fn new(handle: ::std::sync::Arc<crate::client::Handle>) -> Self {
|
52 52 | Self {
|
53 53 | handle,
|
54 54 | inner: ::std::default::Default::default(),
|
55 55 | config_override: ::std::option::Option::None,
|
56 56 | }
|
57 57 | }
|
58 58 | /// Access the MalformedContentTypeWithoutBodyEmptyInput as a reference.
|
59 59 | pub fn as_input(
|
60 60 | &self,
|
61 61 | ) -> &crate::operation::malformed_content_type_without_body_empty_input::builders::MalformedContentTypeWithoutBodyEmptyInputInputBuilder {
|
62 62 | &self.inner
|
63 63 | }
|
64 64 | /// Sends the request and returns the response.
|
65 65 | ///
|
66 66 | /// If an error occurs, an `SdkError` will be returned with additional details that
|
67 67 | /// can be matched against.
|
68 68 | ///
|
69 69 | /// By default, any retryable failures will be retried twice. Retry behavior
|
70 70 | /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
|
71 - | /// set when configuring the client.
|
71 + | /// set when configuring the client. Note: retries are enabled by default when using
|
72 + | /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
|
72 73 | pub async fn send(
|
73 74 | self,
|
74 75 | ) -> ::std::result::Result<
|
75 76 | crate::operation::malformed_content_type_without_body_empty_input::MalformedContentTypeWithoutBodyEmptyInputOutput,
|
76 77 | ::aws_smithy_runtime_api::client::result::SdkError<
|
77 78 | crate::operation::malformed_content_type_without_body_empty_input::MalformedContentTypeWithoutBodyEmptyInputError,
|
78 79 | ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
|
79 80 | >,
|
80 81 | > {
|
81 82 | let input = self
|