@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAppAssessmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteAppAssessmentResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAppAssessmentResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentArn()
Amazon Resource Name (ARN) of the assessment.
|
String |
getAssessmentStatus()
The current status of the assessment for the resiliency policy.
|
int |
hashCode() |
void |
setAssessmentArn(String assessmentArn)
Amazon Resource Name (ARN) of the assessment.
|
void |
setAssessmentStatus(String assessmentStatus)
The current status of the assessment for the resiliency policy.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAppAssessmentResult |
withAssessmentArn(String assessmentArn)
Amazon Resource Name (ARN) of the assessment.
|
DeleteAppAssessmentResult |
withAssessmentStatus(AssessmentStatus assessmentStatus)
The current status of the assessment for the resiliency policy.
|
DeleteAppAssessmentResult |
withAssessmentStatus(String assessmentStatus)
The current status of the assessment for the resiliency policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssessmentArn(String assessmentArn)
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.
assessmentArn - 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.public String getAssessmentArn()
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.
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.public DeleteAppAssessmentResult withAssessmentArn(String assessmentArn)
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.
assessmentArn - 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.public void setAssessmentStatus(String assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.AssessmentStatuspublic String getAssessmentStatus()
The current status of the assessment for the resiliency policy.
AssessmentStatuspublic DeleteAppAssessmentResult withAssessmentStatus(String assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.AssessmentStatuspublic DeleteAppAssessmentResult withAssessmentStatus(AssessmentStatus assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.AssessmentStatuspublic String toString()
toString in class ObjectObject.toString()public DeleteAppAssessmentResult clone()