Struct aws_sdk_resiliencehub::operation::describe_app_version_app_component::builders::DescribeAppVersionAppComponentFluentBuilder
source · pub struct DescribeAppVersionAppComponentFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeAppVersionAppComponent.
Describes an Application Component in the Resilience Hub application.
Implementations§
source§impl DescribeAppVersionAppComponentFluentBuilder
impl DescribeAppVersionAppComponentFluentBuilder
sourcepub fn as_input(&self) -> &DescribeAppVersionAppComponentInputBuilder
pub fn as_input(&self) -> &DescribeAppVersionAppComponentInputBuilder
Access the DescribeAppVersionAppComponent as a reference.
sourcepub async fn send(
self
) -> Result<DescribeAppVersionAppComponentOutput, SdkError<DescribeAppVersionAppComponentError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeAppVersionAppComponentOutput, SdkError<DescribeAppVersionAppComponentError, 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<DescribeAppVersionAppComponentOutput, DescribeAppVersionAppComponentError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeAppVersionAppComponentOutput, DescribeAppVersionAppComponentError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn app_arn(self, input: impl Into<String>) -> Self
pub fn app_arn(self, input: impl Into<String>) -> Self
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
sourcepub fn set_app_arn(self, input: Option<String>) -> Self
pub fn set_app_arn(self, input: Option<String>) -> Self
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
sourcepub fn get_app_arn(&self) -> &Option<String>
pub fn get_app_arn(&self) -> &Option<String>
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
sourcepub fn app_version(self, input: impl Into<String>) -> Self
pub fn app_version(self, input: impl Into<String>) -> Self
Resilience Hub application version.
sourcepub fn set_app_version(self, input: Option<String>) -> Self
pub fn set_app_version(self, input: Option<String>) -> Self
Resilience Hub application version.
sourcepub fn get_app_version(&self) -> &Option<String>
pub fn get_app_version(&self) -> &Option<String>
Resilience Hub application version.
Trait Implementations§
source§impl Clone for DescribeAppVersionAppComponentFluentBuilder
impl Clone for DescribeAppVersionAppComponentFluentBuilder
source§fn clone(&self) -> DescribeAppVersionAppComponentFluentBuilder
fn clone(&self) -> DescribeAppVersionAppComponentFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more