@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataRepositoryFailureDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides detailed information about the data repository if its Lifecycle
is set to
MISCONFIGURED
or FAILED
.
Constructor and Description |
---|
DataRepositoryFailureDetails() |
Modifier and Type | Method and Description |
---|---|
DataRepositoryFailureDetails |
clone() |
boolean |
equals(Object obj) |
String |
getMessage() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessage(String message) |
String |
toString()
Returns a string representation of this object.
|
DataRepositoryFailureDetails |
withMessage(String message) |
public void setMessage(String message)
message
- public String getMessage()
public DataRepositoryFailureDetails withMessage(String message)
message
- public String toString()
toString
in class Object
Object.toString()
public DataRepositoryFailureDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.