@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataRepositoryTaskFailureDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about why a data repository task failed. Only populated when the task Lifecycle
is
set to FAILED
.
Constructor and Description |
---|
DataRepositoryTaskFailureDetails() |
Modifier and Type | Method and Description |
---|---|
DataRepositoryTaskFailureDetails |
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.
|
DataRepositoryTaskFailureDetails |
withMessage(String message) |
public void setMessage(String message)
message
- public String getMessage()
public DataRepositoryTaskFailureDetails withMessage(String message)
message
- public String toString()
toString
in class Object
Object.toString()
public DataRepositoryTaskFailureDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.