Struct aws_sdk_resiliencehub::operation::update_app_version_resource::builders::UpdateAppVersionResourceOutputBuilder
source · #[non_exhaustive]pub struct UpdateAppVersionResourceOutputBuilder { /* private fields */ }Expand description
A builder for UpdateAppVersionResourceOutput.
Implementations§
source§impl UpdateAppVersionResourceOutputBuilder
impl UpdateAppVersionResourceOutputBuilder
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 physical_resource(self, input: PhysicalResource) -> Self
pub fn physical_resource(self, input: PhysicalResource) -> Self
Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.
sourcepub fn set_physical_resource(self, input: Option<PhysicalResource>) -> Self
pub fn set_physical_resource(self, input: Option<PhysicalResource>) -> Self
Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.
sourcepub fn get_physical_resource(&self) -> &Option<PhysicalResource>
pub fn get_physical_resource(&self) -> &Option<PhysicalResource>
Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.
sourcepub fn build(self) -> Result<UpdateAppVersionResourceOutput, BuildError>
pub fn build(self) -> Result<UpdateAppVersionResourceOutput, BuildError>
Consumes the builder and constructs a UpdateAppVersionResourceOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for UpdateAppVersionResourceOutputBuilder
impl Clone for UpdateAppVersionResourceOutputBuilder
source§fn clone(&self) -> UpdateAppVersionResourceOutputBuilder
fn clone(&self) -> UpdateAppVersionResourceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateAppVersionResourceOutputBuilder
impl Default for UpdateAppVersionResourceOutputBuilder
source§fn default() -> UpdateAppVersionResourceOutputBuilder
fn default() -> UpdateAppVersionResourceOutputBuilder
source§impl PartialEq for UpdateAppVersionResourceOutputBuilder
impl PartialEq for UpdateAppVersionResourceOutputBuilder
source§fn eq(&self, other: &UpdateAppVersionResourceOutputBuilder) -> bool
fn eq(&self, other: &UpdateAppVersionResourceOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.