@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileSystemAssociationStatusDetail extends Object implements Serializable, Cloneable, StructuredPojo
Detailed information on file system association status.
Constructor and Description |
---|
FileSystemAssociationStatusDetail() |
Modifier and Type | Method and Description |
---|---|
FileSystemAssociationStatusDetail |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code for a given file system association status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCode(String errorCode)
The error code for a given file system association status.
|
String |
toString()
Returns a string representation of this object.
|
FileSystemAssociationStatusDetail |
withErrorCode(String errorCode)
The error code for a given file system association status.
|
public void setErrorCode(String errorCode)
The error code for a given file system association status.
errorCode
- The error code for a given file system association status.public String getErrorCode()
The error code for a given file system association status.
public FileSystemAssociationStatusDetail withErrorCode(String errorCode)
The error code for a given file system association status.
errorCode
- The error code for a given file system association status.public String toString()
toString
in class Object
Object.toString()
public FileSystemAssociationStatusDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.