@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFileSystemPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFileSystemPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFileSystemPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileSystemId()
Specifies the EFS file system for which to delete the
FileSystemPolicy . |
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
Specifies the EFS file system for which to delete the
FileSystemPolicy . |
String |
toString()
Returns a string representation of this object.
|
DeleteFileSystemPolicyRequest |
withFileSystemId(String fileSystemId)
Specifies the EFS file system for which to delete the
FileSystemPolicy . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFileSystemId(String fileSystemId)
Specifies the EFS file system for which to delete the FileSystemPolicy
.
fileSystemId
- Specifies the EFS file system for which to delete the FileSystemPolicy
.public String getFileSystemId()
Specifies the EFS file system for which to delete the FileSystemPolicy
.
FileSystemPolicy
.public DeleteFileSystemPolicyRequest withFileSystemId(String fileSystemId)
Specifies the EFS file system for which to delete the FileSystemPolicy
.
fileSystemId
- Specifies the EFS file system for which to delete the FileSystemPolicy
.public String toString()
toString
in class Object
Object.toString()
public DeleteFileSystemPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()