@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateFileSystemAssociationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFileSystemAssociationResult |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystemAssociationARN()
The ARN of the updated file system association.
|
int |
hashCode() |
void |
setFileSystemAssociationARN(String fileSystemAssociationARN)
The ARN of the updated file system association.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFileSystemAssociationResult |
withFileSystemAssociationARN(String fileSystemAssociationARN)
The ARN of the updated file system association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFileSystemAssociationARN(String fileSystemAssociationARN)
The ARN of the updated file system association.
fileSystemAssociationARN
- The ARN of the updated file system association.public String getFileSystemAssociationARN()
The ARN of the updated file system association.
public UpdateFileSystemAssociationResult withFileSystemAssociationARN(String fileSystemAssociationARN)
The ARN of the updated file system association.
fileSystemAssociationARN
- The ARN of the updated file system association.public String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemAssociationResult clone()