@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdministrativeActionFailureDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a failed administrative action.
| Constructor and Description |
|---|
AdministrativeActionFailureDetails() |
| Modifier and Type | Method and Description |
|---|---|
AdministrativeActionFailureDetails |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
Error message providing details about the failure.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMessage(String message)
Error message providing details about the failure.
|
String |
toString()
Returns a string representation of this object.
|
AdministrativeActionFailureDetails |
withMessage(String message)
Error message providing details about the failure.
|
public void setMessage(String message)
Error message providing details about the failure.
message - Error message providing details about the failure.public String getMessage()
Error message providing details about the failure.
public AdministrativeActionFailureDetails withMessage(String message)
Error message providing details about the failure.
message - Error message providing details about the failure.public String toString()
toString in class ObjectObject.toString()public AdministrativeActionFailureDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.