Struct aws_sdk_resiliencehub::operation::describe_app_version_app_component::builders::DescribeAppVersionAppComponentInputBuilder
source · #[non_exhaustive]pub struct DescribeAppVersionAppComponentInputBuilder { /* private fields */ }Expand description
A builder for DescribeAppVersionAppComponentInput.
Implementations§
source§impl DescribeAppVersionAppComponentInputBuilder
impl DescribeAppVersionAppComponentInputBuilder
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.
This field is required.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.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
Identifier of the Application Component.
This field is required.sourcepub fn build(self) -> Result<DescribeAppVersionAppComponentInput, BuildError>
pub fn build(self) -> Result<DescribeAppVersionAppComponentInput, BuildError>
Consumes the builder and constructs a DescribeAppVersionAppComponentInput.
source§impl DescribeAppVersionAppComponentInputBuilder
impl DescribeAppVersionAppComponentInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeAppVersionAppComponentOutput, SdkError<DescribeAppVersionAppComponentError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeAppVersionAppComponentOutput, SdkError<DescribeAppVersionAppComponentError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeAppVersionAppComponentInputBuilder
impl Clone for DescribeAppVersionAppComponentInputBuilder
source§fn clone(&self) -> DescribeAppVersionAppComponentInputBuilder
fn clone(&self) -> DescribeAppVersionAppComponentInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeAppVersionAppComponentInputBuilder
impl Default for DescribeAppVersionAppComponentInputBuilder
source§fn default() -> DescribeAppVersionAppComponentInputBuilder
fn default() -> DescribeAppVersionAppComponentInputBuilder
source§impl PartialEq for DescribeAppVersionAppComponentInputBuilder
impl PartialEq for DescribeAppVersionAppComponentInputBuilder
source§fn eq(&self, other: &DescribeAppVersionAppComponentInputBuilder) -> bool
fn eq(&self, other: &DescribeAppVersionAppComponentInputBuilder) -> bool
self and other values to be equal, and is used
by ==.