public class DeleteAssessmentResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DeleteAssessmentResult() |
Modifier and Type | Method and Description |
---|---|
DeleteAssessmentResult |
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.
|
DeleteAssessmentResult |
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 DeleteAssessmentResult 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 DeleteAssessmentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.