public class DescribeFileSystemsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeFileSystemsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeFileSystemsRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getCreationToken()
 (Optional) Restricts the list to the file system with this creation token
 (String). | 
| String | getFileSystemId()
 (Optional) ID of the file system whose description you want to retrieve
 (String). | 
| String | getMarker()
 (Optional) Opaque pagination token returned from a previous
  DescribeFileSystemsoperation (String). | 
| Integer | getMaxItems()
 (Optional) Specifies the maximum number of file systems to return in the
 response (integer). | 
| int | hashCode() | 
| void | setCreationToken(String creationToken)
 (Optional) Restricts the list to the file system with this creation token
 (String). | 
| void | setFileSystemId(String fileSystemId)
 (Optional) ID of the file system whose description you want to retrieve
 (String). | 
| void | setMarker(String marker)
 (Optional) Opaque pagination token returned from a previous
  DescribeFileSystemsoperation (String). | 
| void | setMaxItems(Integer maxItems)
 (Optional) Specifies the maximum number of file systems to return in the
 response (integer). | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DescribeFileSystemsRequest | withCreationToken(String creationToken)
 (Optional) Restricts the list to the file system with this creation token
 (String). | 
| DescribeFileSystemsRequest | withFileSystemId(String fileSystemId)
 (Optional) ID of the file system whose description you want to retrieve
 (String). | 
| DescribeFileSystemsRequest | withMarker(String marker)
 (Optional) Opaque pagination token returned from a previous
  DescribeFileSystemsoperation (String). | 
| DescribeFileSystemsRequest | withMaxItems(Integer maxItems)
 (Optional) Specifies the maximum number of file systems to return in the
 response (integer). | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMaxItems(Integer maxItems)
 (Optional) Specifies the maximum number of file systems to return in the
 response (integer). This parameter value must be greater than 0. The
 number of items that Amazon EFS returns is the minimum of the
 MaxItems parameter specified in the request and the
 service's internal maximum number of items per page.
 
maxItems - (Optional) Specifies the maximum number of file systems to return
        in the response (integer). This parameter value must be greater
        than 0. The number of items that Amazon EFS returns is the minimum
        of the MaxItems parameter specified in the request
        and the service's internal maximum number of items per page.public Integer getMaxItems()
 (Optional) Specifies the maximum number of file systems to return in the
 response (integer). This parameter value must be greater than 0. The
 number of items that Amazon EFS returns is the minimum of the
 MaxItems parameter specified in the request and the
 service's internal maximum number of items per page.
 
MaxItems parameter specified in the
         request and the service's internal maximum number of items per
         page.public DescribeFileSystemsRequest withMaxItems(Integer maxItems)
 (Optional) Specifies the maximum number of file systems to return in the
 response (integer). This parameter value must be greater than 0. The
 number of items that Amazon EFS returns is the minimum of the
 MaxItems parameter specified in the request and the
 service's internal maximum number of items per page.
 
maxItems - (Optional) Specifies the maximum number of file systems to return
        in the response (integer). This parameter value must be greater
        than 0. The number of items that Amazon EFS returns is the minimum
        of the MaxItems parameter specified in the request
        and the service's internal maximum number of items per page.public void setMarker(String marker)
 (Optional) Opaque pagination token returned from a previous
 DescribeFileSystems operation (String). If present,
 specifies to continue the list from where the returning call had left
 off.
 
marker - (Optional) Opaque pagination token returned from a previous
        DescribeFileSystems operation (String). If present,
        specifies to continue the list from where the returning call had
        left off.public String getMarker()
 (Optional) Opaque pagination token returned from a previous
 DescribeFileSystems operation (String). If present,
 specifies to continue the list from where the returning call had left
 off.
 
DescribeFileSystems operation (String). If present,
         specifies to continue the list from where the returning call had
         left off.public DescribeFileSystemsRequest withMarker(String marker)
 (Optional) Opaque pagination token returned from a previous
 DescribeFileSystems operation (String). If present,
 specifies to continue the list from where the returning call had left
 off.
 
marker - (Optional) Opaque pagination token returned from a previous
        DescribeFileSystems operation (String). If present,
        specifies to continue the list from where the returning call had
        left off.public void setCreationToken(String creationToken)
(Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.
creationToken - (Optional) Restricts the list to the file system with this
        creation token (String). You specify a creation token when you
        create an Amazon EFS file system.public String getCreationToken()
(Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.
public DescribeFileSystemsRequest withCreationToken(String creationToken)
(Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.
creationToken - (Optional) Restricts the list to the file system with this
        creation token (String). You specify a creation token when you
        create an Amazon EFS file system.public void setFileSystemId(String fileSystemId)
(Optional) ID of the file system whose description you want to retrieve (String).
fileSystemId - (Optional) ID of the file system whose description you want to
        retrieve (String).public String getFileSystemId()
(Optional) ID of the file system whose description you want to retrieve (String).
public DescribeFileSystemsRequest withFileSystemId(String fileSystemId)
(Optional) ID of the file system whose description you want to retrieve (String).
fileSystemId - (Optional) ID of the file system whose description you want to
        retrieve (String).public String toString()
toString in class ObjectObject.toString()public DescribeFileSystemsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.