Struct aws_sdk_resiliencehub::operation::update_app_version_app_component::builders::UpdateAppVersionAppComponentOutputBuilder
source · #[non_exhaustive]pub struct UpdateAppVersionAppComponentOutputBuilder { /* private fields */ }Expand description
A builder for UpdateAppVersionAppComponentOutput.
Implementations§
source§impl UpdateAppVersionAppComponentOutputBuilder
impl UpdateAppVersionAppComponentOutputBuilder
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 app_component(self, input: AppComponent) -> Self
pub fn app_component(self, input: AppComponent) -> Self
List of Application Components that belong to this resource.
sourcepub fn set_app_component(self, input: Option<AppComponent>) -> Self
pub fn set_app_component(self, input: Option<AppComponent>) -> Self
List of Application Components that belong to this resource.
sourcepub fn get_app_component(&self) -> &Option<AppComponent>
pub fn get_app_component(&self) -> &Option<AppComponent>
List of Application Components that belong to this resource.
sourcepub fn build(self) -> Result<UpdateAppVersionAppComponentOutput, BuildError>
pub fn build(self) -> Result<UpdateAppVersionAppComponentOutput, BuildError>
Consumes the builder and constructs a UpdateAppVersionAppComponentOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for UpdateAppVersionAppComponentOutputBuilder
impl Clone for UpdateAppVersionAppComponentOutputBuilder
source§fn clone(&self) -> UpdateAppVersionAppComponentOutputBuilder
fn clone(&self) -> UpdateAppVersionAppComponentOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateAppVersionAppComponentOutputBuilder
impl Default for UpdateAppVersionAppComponentOutputBuilder
source§fn default() -> UpdateAppVersionAppComponentOutputBuilder
fn default() -> UpdateAppVersionAppComponentOutputBuilder
source§impl PartialEq for UpdateAppVersionAppComponentOutputBuilder
impl PartialEq for UpdateAppVersionAppComponentOutputBuilder
source§fn eq(&self, other: &UpdateAppVersionAppComponentOutputBuilder) -> bool
fn eq(&self, other: &UpdateAppVersionAppComponentOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.