Struct aws_sdk_resiliencehub::operation::delete_app_assessment::builders::DeleteAppAssessmentOutputBuilder
source · #[non_exhaustive]pub struct DeleteAppAssessmentOutputBuilder { /* private fields */ }Expand description
A builder for DeleteAppAssessmentOutput.
Implementations§
source§impl DeleteAppAssessmentOutputBuilder
impl DeleteAppAssessmentOutputBuilder
sourcepub fn assessment_arn(self, input: impl Into<String>) -> Self
pub fn assessment_arn(self, input: impl Into<String>) -> Self
Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
sourcepub fn set_assessment_arn(self, input: Option<String>) -> Self
pub fn set_assessment_arn(self, input: Option<String>) -> Self
Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
sourcepub fn get_assessment_arn(&self) -> &Option<String>
pub fn get_assessment_arn(&self) -> &Option<String>
Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
sourcepub fn assessment_status(self, input: AssessmentStatus) -> Self
pub fn assessment_status(self, input: AssessmentStatus) -> Self
The current status of the assessment for the resiliency policy.
This field is required.sourcepub fn set_assessment_status(self, input: Option<AssessmentStatus>) -> Self
pub fn set_assessment_status(self, input: Option<AssessmentStatus>) -> Self
The current status of the assessment for the resiliency policy.
sourcepub fn get_assessment_status(&self) -> &Option<AssessmentStatus>
pub fn get_assessment_status(&self) -> &Option<AssessmentStatus>
The current status of the assessment for the resiliency policy.
sourcepub fn build(self) -> Result<DeleteAppAssessmentOutput, BuildError>
pub fn build(self) -> Result<DeleteAppAssessmentOutput, BuildError>
Consumes the builder and constructs a DeleteAppAssessmentOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for DeleteAppAssessmentOutputBuilder
impl Clone for DeleteAppAssessmentOutputBuilder
source§fn clone(&self) -> DeleteAppAssessmentOutputBuilder
fn clone(&self) -> DeleteAppAssessmentOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteAppAssessmentOutputBuilder
impl Default for DeleteAppAssessmentOutputBuilder
source§fn default() -> DeleteAppAssessmentOutputBuilder
fn default() -> DeleteAppAssessmentOutputBuilder
source§impl PartialEq for DeleteAppAssessmentOutputBuilder
impl PartialEq for DeleteAppAssessmentOutputBuilder
source§fn eq(&self, other: &DeleteAppAssessmentOutputBuilder) -> bool
fn eq(&self, other: &DeleteAppAssessmentOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.