Struct aws_sdk_migrationhubstrategy::operation::get_application_component_strategies::builders::GetApplicationComponentStrategiesFluentBuilder
source · pub struct GetApplicationComponentStrategiesFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetApplicationComponentStrategies
.
Retrieves a list of all the recommended strategies and tools for an application component running on a server.
Implementations§
source§impl GetApplicationComponentStrategiesFluentBuilder
impl GetApplicationComponentStrategiesFluentBuilder
sourcepub fn as_input(&self) -> &GetApplicationComponentStrategiesInputBuilder
pub fn as_input(&self) -> &GetApplicationComponentStrategiesInputBuilder
Access the GetApplicationComponentStrategies as a reference.
sourcepub async fn send(
self
) -> Result<GetApplicationComponentStrategiesOutput, SdkError<GetApplicationComponentStrategiesError, HttpResponse>>
pub async fn send( self ) -> Result<GetApplicationComponentStrategiesOutput, SdkError<GetApplicationComponentStrategiesError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetApplicationComponentStrategiesOutput, GetApplicationComponentStrategiesError, Self>
pub fn customize( self ) -> CustomizableOperation<GetApplicationComponentStrategiesOutput, GetApplicationComponentStrategiesError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn application_component_id(self, input: impl Into<String>) -> Self
pub fn application_component_id(self, input: impl Into<String>) -> Self
The ID of the application component. The ID is unique within an AWS account.
sourcepub fn set_application_component_id(self, input: Option<String>) -> Self
pub fn set_application_component_id(self, input: Option<String>) -> Self
The ID of the application component. The ID is unique within an AWS account.
sourcepub fn get_application_component_id(&self) -> &Option<String>
pub fn get_application_component_id(&self) -> &Option<String>
The ID of the application component. The ID is unique within an AWS account.
Trait Implementations§
source§impl Clone for GetApplicationComponentStrategiesFluentBuilder
impl Clone for GetApplicationComponentStrategiesFluentBuilder
source§fn clone(&self) -> GetApplicationComponentStrategiesFluentBuilder
fn clone(&self) -> GetApplicationComponentStrategiesFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more