@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileSystemFailureDetails extends Object implements Serializable, Cloneable, StructuredPojo
A structure providing details of any failures that occur when creating the file system has failed.
Constructor and Description |
---|
FileSystemFailureDetails() |
Modifier and Type | Method and Description |
---|---|
FileSystemFailureDetails |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A message describing any failures that occurred during file system creation.
|
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 during file system creation.
|
String |
toString()
Returns a string representation of this object.
|
FileSystemFailureDetails |
withMessage(String message)
A message describing any failures that occurred during file system creation.
|
public void setMessage(String message)
A message describing any failures that occurred during file system creation.
message
- A message describing any failures that occurred during file system creation.public String getMessage()
A message describing any failures that occurred during file system creation.
public FileSystemFailureDetails withMessage(String message)
A message describing any failures that occurred during file system creation.
message
- A message describing any failures that occurred during file system creation.public String toString()
toString
in class Object
Object.toString()
public FileSystemFailureDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.