@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileSystemFailureDetails extends Object implements Serializable, Cloneable, StructuredPojo
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()
Message describing the failures that occurred during file system creation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMessage(String message)
Message describing the failures that occurred during file system creation.
|
String |
toString()
Returns a string representation of this object.
|
FileSystemFailureDetails |
withMessage(String message)
Message describing the failures that occurred during file system creation.
|
public void setMessage(String message)
Message describing the failures that occurred during file system creation.
message - Message describing the failures that occurred during file system creation.public String getMessage()
Message describing the failures that occurred during file system creation.
public FileSystemFailureDetails withMessage(String message)
Message describing the failures that occurred during file system creation.
message - Message describing the 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.