@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public UpdateAssessmentResult clone()