@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 (name of the updated assessment) for the
UpdateAssessmentRequest API. |
int |
hashCode() |
void |
setAssessment(Assessment assessment)
The response object (name of the updated assessment) for the
UpdateAssessmentRequest API. |
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentResult |
withAssessment(Assessment assessment)
The response object (name of the updated assessment) for the
UpdateAssessmentRequest API. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssessment(Assessment assessment)
The response object (name of the updated assessment) for the UpdateAssessmentRequest API.
assessment - The response object (name of the updated assessment) for the UpdateAssessmentRequest API.public Assessment getAssessment()
The response object (name of the updated assessment) for the UpdateAssessmentRequest API.
UpdateAssessmentRequest API.public UpdateAssessmentResult withAssessment(Assessment assessment)
The response object (name of the updated assessment) for the UpdateAssessmentRequest API.
assessment - The response object (name of the updated assessment) for the UpdateAssessmentRequest API.public String toString()
toString in class ObjectObject.toString()public UpdateAssessmentResult clone()
Copyright © 2021. All rights reserved.