@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) |
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 ObjectObject.toString()public FileSystemFailureDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.