@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAssessmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateAssessmentResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAssessmentResult |
clone() |
boolean |
equals(Object obj) |
Assessment |
getAssessment()
The response object for the
UpdateAssessmentRequest API. |
int |
hashCode() |
void |
setAssessment(Assessment assessment)
The response object for the
UpdateAssessmentRequest API. |
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentResult |
withAssessment(Assessment assessment)
The response object for the
UpdateAssessmentRequest API. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssessment(Assessment assessment)
The response object for the UpdateAssessmentRequest API. This is the name of the updated assessment.
assessment - The response object for the UpdateAssessmentRequest API. This is the name of the updated
assessment.public Assessment getAssessment()
The response object for the UpdateAssessmentRequest API. This is the name of the updated assessment.
UpdateAssessmentRequest API. This is the name of the updated
assessment.public UpdateAssessmentResult withAssessment(Assessment assessment)
The response object for the UpdateAssessmentRequest API. This is the name of the updated assessment.
assessment - The response object for the UpdateAssessmentRequest API. This is the name of the updated
assessment.public String toString()
toString in class ObjectObject.toString()public UpdateAssessmentResult clone()
Copyright © 2022. All rights reserved.