Struct aws_sdk_resiliencehub::operation::add_draft_app_version_resource_mappings::builders::AddDraftAppVersionResourceMappingsOutputBuilder
source · #[non_exhaustive]pub struct AddDraftAppVersionResourceMappingsOutputBuilder { /* private fields */ }Expand description
A builder for AddDraftAppVersionResourceMappingsOutput.
Implementations§
source§impl AddDraftAppVersionResourceMappingsOutputBuilder
impl AddDraftAppVersionResourceMappingsOutputBuilder
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
The version of the application.
This field is required.sourcepub fn set_app_version(self, input: Option<String>) -> Self
pub fn set_app_version(self, input: Option<String>) -> Self
The version of the application.
sourcepub fn get_app_version(&self) -> &Option<String>
pub fn get_app_version(&self) -> &Option<String>
The version of the application.
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.
List of sources that are used to map a logical resource from the template to a physical resource. You can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon EKS.
sourcepub fn set_resource_mappings(self, input: Option<Vec<ResourceMapping>>) -> Self
pub fn set_resource_mappings(self, input: Option<Vec<ResourceMapping>>) -> Self
List of sources that are used to map a logical resource from the template to a physical resource. You can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon EKS.
sourcepub fn get_resource_mappings(&self) -> &Option<Vec<ResourceMapping>>
pub fn get_resource_mappings(&self) -> &Option<Vec<ResourceMapping>>
List of sources that are used to map a logical resource from the template to a physical resource. You can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon EKS.
sourcepub fn build(
self
) -> Result<AddDraftAppVersionResourceMappingsOutput, BuildError>
pub fn build( self ) -> Result<AddDraftAppVersionResourceMappingsOutput, BuildError>
Consumes the builder and constructs a AddDraftAppVersionResourceMappingsOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for AddDraftAppVersionResourceMappingsOutputBuilder
impl Clone for AddDraftAppVersionResourceMappingsOutputBuilder
source§fn clone(&self) -> AddDraftAppVersionResourceMappingsOutputBuilder
fn clone(&self) -> AddDraftAppVersionResourceMappingsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AddDraftAppVersionResourceMappingsOutputBuilder
impl Default for AddDraftAppVersionResourceMappingsOutputBuilder
source§fn default() -> AddDraftAppVersionResourceMappingsOutputBuilder
fn default() -> AddDraftAppVersionResourceMappingsOutputBuilder
source§impl PartialEq for AddDraftAppVersionResourceMappingsOutputBuilder
impl PartialEq for AddDraftAppVersionResourceMappingsOutputBuilder
source§fn eq(&self, other: &AddDraftAppVersionResourceMappingsOutputBuilder) -> bool
fn eq(&self, other: &AddDraftAppVersionResourceMappingsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.