@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFileSystemPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFileSystemPolicyResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFileSystemPolicyResult |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystemId()
Specifies the EFS file system to which the
FileSystemPolicy applies. |
String |
getPolicy()
The JSON formatted
FileSystemPolicy for the EFS file system. |
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
Specifies the EFS file system to which the
FileSystemPolicy applies. |
void |
setPolicy(String policy)
The JSON formatted
FileSystemPolicy for the EFS file system. |
String |
toString()
Returns a string representation of this object.
|
DescribeFileSystemPolicyResult |
withFileSystemId(String fileSystemId)
Specifies the EFS file system to which the
FileSystemPolicy applies. |
DescribeFileSystemPolicyResult |
withPolicy(String policy)
The JSON formatted
FileSystemPolicy for the EFS file system. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFileSystemId(String fileSystemId)
Specifies the EFS file system to which the FileSystemPolicy
applies.
fileSystemId
- Specifies the EFS file system to which the FileSystemPolicy
applies.public String getFileSystemId()
Specifies the EFS file system to which the FileSystemPolicy
applies.
FileSystemPolicy
applies.public DescribeFileSystemPolicyResult withFileSystemId(String fileSystemId)
Specifies the EFS file system to which the FileSystemPolicy
applies.
fileSystemId
- Specifies the EFS file system to which the FileSystemPolicy
applies.public void setPolicy(String policy)
The JSON formatted FileSystemPolicy
for the EFS file system.
policy
- The JSON formatted FileSystemPolicy
for the EFS file system.public String getPolicy()
The JSON formatted FileSystemPolicy
for the EFS file system.
FileSystemPolicy
for the EFS file system.public DescribeFileSystemPolicyResult withPolicy(String policy)
The JSON formatted FileSystemPolicy
for the EFS file system.
policy
- The JSON formatted FileSystemPolicy
for the EFS file system.public String toString()
toString
in class Object
Object.toString()
public DescribeFileSystemPolicyResult clone()