@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
UpdateAssessment API. |
int |
hashCode() |
void |
setAssessment(Assessment assessment)
The response object for the
UpdateAssessment API. |
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentResult |
withAssessment(Assessment assessment)
The response object for the
UpdateAssessment API. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssessment(Assessment assessment)
The response object for the UpdateAssessment
API. This is the name of the updated assessment.
assessment
- The response object for the UpdateAssessment
API. This is the name of the updated assessment.public Assessment getAssessment()
The response object for the UpdateAssessment
API. This is the name of the updated assessment.
UpdateAssessment
API. This is the name of the updated
assessment.public UpdateAssessmentResult withAssessment(Assessment assessment)
The response object for the UpdateAssessment
API. This is the name of the updated assessment.
assessment
- The response object for the UpdateAssessment
API. This is the name of the updated assessment.public String toString()
toString
in class Object
Object.toString()
public UpdateAssessmentResult clone()