public class UpdateAssessmentResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAssessmentResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAssessmentResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
Confirmation details of the action performed.
|
int |
hashCode() |
void |
setMessage(String message)
Confirmation details of the action performed.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateAssessmentResult |
withMessage(String message)
Confirmation details of the action performed.
|
public void setMessage(String message)
Confirmation details of the action performed.
message
- Confirmation details of the action performed.public String getMessage()
Confirmation details of the action performed.
public UpdateAssessmentResult withMessage(String message)
Confirmation details of the action performed.
message
- Confirmation details of the action performed.public String toString()
toString
in class Object
Object.toString()
public UpdateAssessmentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.