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 string. | 
| String | getFileSystemId()
 Optional string. | 
| String | getMarker()
 Optional string. | 
| Integer | getMaxItems()
 Optional integer. | 
| int | hashCode() | 
| void | setCreationToken(String creationToken)
 Optional string. | 
| void | setFileSystemId(String fileSystemId)
 Optional string. | 
| void | setMarker(String marker)
 Optional string. | 
| void | setMaxItems(Integer maxItems)
 Optional integer. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DescribeFileSystemsRequest | withCreationToken(String creationToken)
 Optional string. | 
| DescribeFileSystemsRequest | withFileSystemId(String fileSystemId)
 Optional string. | 
| DescribeFileSystemsRequest | withMarker(String marker)
 Optional string. | 
| DescribeFileSystemsRequest | withMaxItems(Integer maxItems)
 Optional integer. | 
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic void setMaxItems(Integer maxItems)
 Optional integer. Specifies the maximum number of file systems to return
 in the response. This parameter value must be greater than 0. The number
 of items Amazon EFS returns will be the minimum of the
 MaxItems parameter specified in the request and the
 service's internal maximum number of items per page.
 
maxItems - Optional integer. Specifies the maximum number of file systems to
        return in the response. This parameter value must be greater than
        0. The number of items Amazon EFS returns will be 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 integer. Specifies the maximum number of file systems to return
 in the response. This parameter value must be greater than 0. The number
 of items Amazon EFS returns will be 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 integer. Specifies the maximum number of file systems to return
 in the response. This parameter value must be greater than 0. The number
 of items Amazon EFS returns will be the minimum of the
 MaxItems parameter specified in the request and the
 service's internal maximum number of items per page.
 
maxItems - Optional integer. Specifies the maximum number of file systems to
        return in the response. This parameter value must be greater than
        0. The number of items Amazon EFS returns will be 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 string. Opaque pagination token returned from a previous
 DescribeFileSystems operation. If present, specifies to
 continue the list from where the returning call had left off.
 
marker - Optional string. Opaque pagination token returned from a previous
        DescribeFileSystems operation. If present, specifies
        to continue the list from where the returning call had left off.public String getMarker()
 Optional string. Opaque pagination token returned from a previous
 DescribeFileSystems operation. If present, specifies to
 continue the list from where the returning call had left off.
 
DescribeFileSystems operation. If present, specifies
         to continue the list from where the returning call had left off.public DescribeFileSystemsRequest withMarker(String marker)
 Optional string. Opaque pagination token returned from a previous
 DescribeFileSystems operation. If present, specifies to
 continue the list from where the returning call had left off.
 
marker - Optional string. Opaque pagination token returned from a previous
        DescribeFileSystems operation. If present, specifies
        to continue the list from where the returning call had left off.public void setCreationToken(String creationToken)
Optional string. Restricts the list to the file system with this creation token (you specify a creation token at the time of creating an Amazon EFS file system).
creationToken - Optional string. Restricts the list to the file system with this
        creation token (you specify a creation token at the time of
        creating an Amazon EFS file system).public String getCreationToken()
Optional string. Restricts the list to the file system with this creation token (you specify a creation token at the time of creating an Amazon EFS file system).
public DescribeFileSystemsRequest withCreationToken(String creationToken)
Optional string. Restricts the list to the file system with this creation token (you specify a creation token at the time of creating an Amazon EFS file system).
creationToken - Optional string. Restricts the list to the file system with this
        creation token (you specify a creation token at the time of
        creating an Amazon EFS file system).public void setFileSystemId(String fileSystemId)
Optional string. File system ID whose description you want to retrieve.
fileSystemId - Optional string. File system ID whose description you want to
        retrieve.public String getFileSystemId()
Optional string. File system ID whose description you want to retrieve.
public DescribeFileSystemsRequest withFileSystemId(String fileSystemId)
Optional string. File system ID whose description you want to retrieve.
fileSystemId - Optional string. File system ID whose description you want to
        retrieve.public String toString()
toString in class ObjectObject.toString()public DescribeFileSystemsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.