@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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
DescribeFileSystems operation (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
DescribeFileSystems operation (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
DescribeFileSystems operation (String). |
DescribeFileSystemsRequest |
withMaxItems(Integer maxItems)
(Optional) Specifies the maximum number of file systems to return in the response (integer).
|
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 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 Object
Object.toString()
public DescribeFileSystemsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.