@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileCacheFailureDetails extends Object implements Serializable, Cloneable, StructuredPojo
A structure providing details of any failures that occurred.
| Constructor and Description |
|---|
FileCacheFailureDetails() |
| Modifier and Type | Method and Description |
|---|---|
FileCacheFailureDetails |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A message describing any failures that occurred.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMessage(String message)
A message describing any failures that occurred.
|
String |
toString()
Returns a string representation of this object.
|
FileCacheFailureDetails |
withMessage(String message)
A message describing any failures that occurred.
|
public void setMessage(String message)
A message describing any failures that occurred.
message - A message describing any failures that occurred.public String getMessage()
A message describing any failures that occurred.
public FileCacheFailureDetails withMessage(String message)
A message describing any failures that occurred.
message - A message describing any failures that occurred.public String toString()
toString in class ObjectObject.toString()public FileCacheFailureDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.