@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileSystemAssociationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Gets the summary returned by ListFileSystemAssociation
, which is a summary of a created file system
association.
Constructor and Description |
---|
FileSystemAssociationSummary() |
Modifier and Type | Method and Description |
---|---|
FileSystemAssociationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystemAssociationARN()
The Amazon Resource Name (ARN) of the file system association.
|
String |
getFileSystemAssociationId()
The ID of the file system association.
|
String |
getFileSystemAssociationStatus()
The status of the file share.
|
String |
getGatewayARN() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association.
|
void |
setFileSystemAssociationId(String fileSystemAssociationId)
The ID of the file system association.
|
void |
setFileSystemAssociationStatus(String fileSystemAssociationStatus)
The status of the file share.
|
void |
setGatewayARN(String gatewayARN) |
String |
toString()
Returns a string representation of this object.
|
FileSystemAssociationSummary |
withFileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association.
|
FileSystemAssociationSummary |
withFileSystemAssociationId(String fileSystemAssociationId)
The ID of the file system association.
|
FileSystemAssociationSummary |
withFileSystemAssociationStatus(String fileSystemAssociationStatus)
The status of the file share.
|
FileSystemAssociationSummary |
withGatewayARN(String gatewayARN) |
public void setFileSystemAssociationId(String fileSystemAssociationId)
The ID of the file system association.
fileSystemAssociationId
- The ID of the file system association.public String getFileSystemAssociationId()
The ID of the file system association.
public FileSystemAssociationSummary withFileSystemAssociationId(String fileSystemAssociationId)
The ID of the file system association.
fileSystemAssociationId
- The ID of the file system association.public void setFileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association.
fileSystemAssociationARN
- The Amazon Resource Name (ARN) of the file system association.public String getFileSystemAssociationARN()
The Amazon Resource Name (ARN) of the file system association.
public FileSystemAssociationSummary withFileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association.
fileSystemAssociationARN
- The Amazon Resource Name (ARN) of the file system association.public void setFileSystemAssociationStatus(String fileSystemAssociationStatus)
The status of the file share. Valid Values: AVAILABLE
| CREATING
|
DELETING
| FORCE_DELETING
| UPDATING
| ERROR
fileSystemAssociationStatus
- The status of the file share. Valid Values: AVAILABLE
| CREATING
|
DELETING
| FORCE_DELETING
| UPDATING
| ERROR
public String getFileSystemAssociationStatus()
The status of the file share. Valid Values: AVAILABLE
| CREATING
|
DELETING
| FORCE_DELETING
| UPDATING
| ERROR
AVAILABLE
| CREATING
|
DELETING
| FORCE_DELETING
| UPDATING
| ERROR
public FileSystemAssociationSummary withFileSystemAssociationStatus(String fileSystemAssociationStatus)
The status of the file share. Valid Values: AVAILABLE
| CREATING
|
DELETING
| FORCE_DELETING
| UPDATING
| ERROR
fileSystemAssociationStatus
- The status of the file share. Valid Values: AVAILABLE
| CREATING
|
DELETING
| FORCE_DELETING
| UPDATING
| ERROR
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public FileSystemAssociationSummary withGatewayARN(String gatewayARN)
gatewayARN
- public String toString()
toString
in class Object
Object.toString()
public FileSystemAssociationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.