Struct aws_sdk_resiliencehub::operation::describe_app_version_resource::builders::DescribeAppVersionResourceInputBuilder
source · #[non_exhaustive]pub struct DescribeAppVersionResourceInputBuilder { /* private fields */ }Expand description
A builder for DescribeAppVersionResourceInput.
Implementations§
source§impl DescribeAppVersionResourceInputBuilder
impl DescribeAppVersionResourceInputBuilder
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 resource_name(self, input: impl Into<String>) -> Self
pub fn resource_name(self, input: impl Into<String>) -> Self
Name of the resource.
sourcepub fn set_resource_name(self, input: Option<String>) -> Self
pub fn set_resource_name(self, input: Option<String>) -> Self
Name of the resource.
sourcepub fn get_resource_name(&self) -> &Option<String>
pub fn get_resource_name(&self) -> &Option<String>
Name of the resource.
sourcepub fn logical_resource_id(self, input: LogicalResourceId) -> Self
pub fn logical_resource_id(self, input: LogicalResourceId) -> Self
Logical identifier of the resource.
sourcepub fn set_logical_resource_id(self, input: Option<LogicalResourceId>) -> Self
pub fn set_logical_resource_id(self, input: Option<LogicalResourceId>) -> Self
Logical identifier of the resource.
sourcepub fn get_logical_resource_id(&self) -> &Option<LogicalResourceId>
pub fn get_logical_resource_id(&self) -> &Option<LogicalResourceId>
Logical identifier of the resource.
sourcepub fn physical_resource_id(self, input: impl Into<String>) -> Self
pub fn physical_resource_id(self, input: impl Into<String>) -> Self
Physical identifier of the resource.
sourcepub fn set_physical_resource_id(self, input: Option<String>) -> Self
pub fn set_physical_resource_id(self, input: Option<String>) -> Self
Physical identifier of the resource.
sourcepub fn get_physical_resource_id(&self) -> &Option<String>
pub fn get_physical_resource_id(&self) -> &Option<String>
Physical identifier of the resource.
sourcepub fn aws_region(self, input: impl Into<String>) -> Self
pub fn aws_region(self, input: impl Into<String>) -> Self
Amazon Web Services region that owns the physical resource.
sourcepub fn set_aws_region(self, input: Option<String>) -> Self
pub fn set_aws_region(self, input: Option<String>) -> Self
Amazon Web Services region that owns the physical resource.
sourcepub fn get_aws_region(&self) -> &Option<String>
pub fn get_aws_region(&self) -> &Option<String>
Amazon Web Services region that owns the physical resource.
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
Amazon Web Services account that owns the physical resource.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
Amazon Web Services account that owns the physical resource.
sourcepub fn get_aws_account_id(&self) -> &Option<String>
pub fn get_aws_account_id(&self) -> &Option<String>
Amazon Web Services account that owns the physical resource.
sourcepub fn build(self) -> Result<DescribeAppVersionResourceInput, BuildError>
pub fn build(self) -> Result<DescribeAppVersionResourceInput, BuildError>
Consumes the builder and constructs a DescribeAppVersionResourceInput.
source§impl DescribeAppVersionResourceInputBuilder
impl DescribeAppVersionResourceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeAppVersionResourceOutput, SdkError<DescribeAppVersionResourceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeAppVersionResourceOutput, SdkError<DescribeAppVersionResourceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeAppVersionResourceInputBuilder
impl Clone for DescribeAppVersionResourceInputBuilder
source§fn clone(&self) -> DescribeAppVersionResourceInputBuilder
fn clone(&self) -> DescribeAppVersionResourceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeAppVersionResourceInputBuilder
impl Default for DescribeAppVersionResourceInputBuilder
source§fn default() -> DescribeAppVersionResourceInputBuilder
fn default() -> DescribeAppVersionResourceInputBuilder
source§impl PartialEq for DescribeAppVersionResourceInputBuilder
impl PartialEq for DescribeAppVersionResourceInputBuilder
source§fn eq(&self, other: &DescribeAppVersionResourceInputBuilder) -> bool
fn eq(&self, other: &DescribeAppVersionResourceInputBuilder) -> bool
self and other values to be equal, and is used
by ==.