Struct aws_sdk_resiliencehub::operation::add_draft_app_version_resource_mappings::builders::AddDraftAppVersionResourceMappingsInputBuilder
source · #[non_exhaustive]pub struct AddDraftAppVersionResourceMappingsInputBuilder { /* private fields */ }Expand description
A builder for AddDraftAppVersionResourceMappingsInput.
Implementations§
source§impl AddDraftAppVersionResourceMappingsInputBuilder
impl AddDraftAppVersionResourceMappingsInputBuilder
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 resource_mappings(self, input: ResourceMapping) -> Self
pub fn resource_mappings(self, input: ResourceMapping) -> Self
Appends an item to resource_mappings.
To override the contents of this collection use set_resource_mappings.
Mappings used to map logical resources from the template to physical resources. You can use the mapping type CFN_STACK if the application template uses a logical stack name. Or you can map individual resources by using the mapping type RESOURCE. We recommend using the mapping type CFN_STACK if the application is backed by a CloudFormation stack.
sourcepub fn set_resource_mappings(self, input: Option<Vec<ResourceMapping>>) -> Self
pub fn set_resource_mappings(self, input: Option<Vec<ResourceMapping>>) -> Self
Mappings used to map logical resources from the template to physical resources. You can use the mapping type CFN_STACK if the application template uses a logical stack name. Or you can map individual resources by using the mapping type RESOURCE. We recommend using the mapping type CFN_STACK if the application is backed by a CloudFormation stack.
sourcepub fn get_resource_mappings(&self) -> &Option<Vec<ResourceMapping>>
pub fn get_resource_mappings(&self) -> &Option<Vec<ResourceMapping>>
Mappings used to map logical resources from the template to physical resources. You can use the mapping type CFN_STACK if the application template uses a logical stack name. Or you can map individual resources by using the mapping type RESOURCE. We recommend using the mapping type CFN_STACK if the application is backed by a CloudFormation stack.
sourcepub fn build(
self
) -> Result<AddDraftAppVersionResourceMappingsInput, BuildError>
pub fn build( self ) -> Result<AddDraftAppVersionResourceMappingsInput, BuildError>
Consumes the builder and constructs a AddDraftAppVersionResourceMappingsInput.
source§impl AddDraftAppVersionResourceMappingsInputBuilder
impl AddDraftAppVersionResourceMappingsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<AddDraftAppVersionResourceMappingsOutput, SdkError<AddDraftAppVersionResourceMappingsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<AddDraftAppVersionResourceMappingsOutput, SdkError<AddDraftAppVersionResourceMappingsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for AddDraftAppVersionResourceMappingsInputBuilder
impl Clone for AddDraftAppVersionResourceMappingsInputBuilder
source§fn clone(&self) -> AddDraftAppVersionResourceMappingsInputBuilder
fn clone(&self) -> AddDraftAppVersionResourceMappingsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AddDraftAppVersionResourceMappingsInputBuilder
impl Default for AddDraftAppVersionResourceMappingsInputBuilder
source§fn default() -> AddDraftAppVersionResourceMappingsInputBuilder
fn default() -> AddDraftAppVersionResourceMappingsInputBuilder
source§impl PartialEq for AddDraftAppVersionResourceMappingsInputBuilder
impl PartialEq for AddDraftAppVersionResourceMappingsInputBuilder
source§fn eq(&self, other: &AddDraftAppVersionResourceMappingsInputBuilder) -> bool
fn eq(&self, other: &AddDraftAppVersionResourceMappingsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.