@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()
The 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)
The 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)
The 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, setSdkResponseMetadata
public void setAssessmentArn(String assessmentArn)
The 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 AWS General Reference.
assessmentArn
- The 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 AWS General Reference.public String getAssessmentArn()
The 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 AWS General Reference.
partition
:resiliencehub:region
:account
:app-assessment/app-id
. For more
information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference.public DeleteAppAssessmentResult withAssessmentArn(String assessmentArn)
The 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 AWS General Reference.
assessmentArn
- The 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 AWS General Reference.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.AssessmentStatus
public String getAssessmentStatus()
The current status of the assessment for the resiliency policy.
AssessmentStatus
public 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.AssessmentStatus
public 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.AssessmentStatus
public String toString()
toString
in class Object
Object.toString()
public DeleteAppAssessmentResult clone()