public class DetachAssessmentAndRulesPackageResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DetachAssessmentAndRulesPackageResult() |
Modifier and Type | Method and Description |
---|---|
DetachAssessmentAndRulesPackageResult |
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.
|
DetachAssessmentAndRulesPackageResult |
withMessage(String message)
Confirmation details of the action performed.
|
public DetachAssessmentAndRulesPackageResult()
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 DetachAssessmentAndRulesPackageResult 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 DetachAssessmentAndRulesPackageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.