Struct aws_sdk_resiliencehub::operation::remove_draft_app_version_resource_mappings::builders::RemoveDraftAppVersionResourceMappingsOutputBuilder
source · #[non_exhaustive]pub struct RemoveDraftAppVersionResourceMappingsOutputBuilder { /* private fields */ }Expand description
A builder for RemoveDraftAppVersionResourceMappingsOutput.
Implementations§
source§impl RemoveDraftAppVersionResourceMappingsOutputBuilder
impl RemoveDraftAppVersionResourceMappingsOutputBuilder
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.
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 build(self) -> RemoveDraftAppVersionResourceMappingsOutput
pub fn build(self) -> RemoveDraftAppVersionResourceMappingsOutput
Consumes the builder and constructs a RemoveDraftAppVersionResourceMappingsOutput.
Trait Implementations§
source§impl Clone for RemoveDraftAppVersionResourceMappingsOutputBuilder
impl Clone for RemoveDraftAppVersionResourceMappingsOutputBuilder
source§fn clone(&self) -> RemoveDraftAppVersionResourceMappingsOutputBuilder
fn clone(&self) -> RemoveDraftAppVersionResourceMappingsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for RemoveDraftAppVersionResourceMappingsOutputBuilder
impl Default for RemoveDraftAppVersionResourceMappingsOutputBuilder
source§fn default() -> RemoveDraftAppVersionResourceMappingsOutputBuilder
fn default() -> RemoveDraftAppVersionResourceMappingsOutputBuilder
source§impl PartialEq for RemoveDraftAppVersionResourceMappingsOutputBuilder
impl PartialEq for RemoveDraftAppVersionResourceMappingsOutputBuilder
source§fn eq(&self, other: &RemoveDraftAppVersionResourceMappingsOutputBuilder) -> bool
fn eq(&self, other: &RemoveDraftAppVersionResourceMappingsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.