Class DescribeFileSystemsRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanOptional string.Optional string.Optional string.Optional integer.inthashCode()voidsetCreationToken(String creationToken) Optional string.voidsetFileSystemId(String fileSystemId) Optional string.voidOptional string.voidsetMaxItems(Integer maxItems) Optional integer.toString()Returns a string representation of this object; useful for testing and debugging.withCreationToken(String creationToken) Optional string.withFileSystemId(String fileSystemId) Optional string.withMarker(String marker) Optional string.withMaxItems(Integer maxItems) Optional integer.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DescribeFileSystemsRequest
public DescribeFileSystemsRequest()
-
-
Method Details
-
setMaxItems
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
MaxItemsparameter specified in the request and the service's internal maximum number of items per page.- Parameters:
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 theMaxItemsparameter specified in the request and the service's internal maximum number of items per page.
-
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
MaxItemsparameter specified in the request and the service's internal maximum number of items per page.- Returns:
- 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
MaxItemsparameter specified in the request and the service's internal maximum number of items per page.
-
withMaxItems
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
MaxItemsparameter specified in the request and the service's internal maximum number of items per page.- Parameters:
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 theMaxItemsparameter specified in the request and the service's internal maximum number of items per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
Optional string. Opaque pagination token returned from a previous
DescribeFileSystemsoperation. If present, specifies to continue the list from where the returning call had left off.- Parameters:
marker- Optional string. Opaque pagination token returned from a previousDescribeFileSystemsoperation. If present, specifies to continue the list from where the returning call had left off.
-
getMarker
Optional string. Opaque pagination token returned from a previous
DescribeFileSystemsoperation. If present, specifies to continue the list from where the returning call had left off.- Returns:
- Optional string. Opaque pagination token returned from a previous
DescribeFileSystemsoperation. If present, specifies to continue the list from where the returning call had left off.
-
withMarker
Optional string. Opaque pagination token returned from a previous
DescribeFileSystemsoperation. If present, specifies to continue the list from where the returning call had left off.- Parameters:
marker- Optional string. Opaque pagination token returned from a previousDescribeFileSystemsoperation. If present, specifies to continue the list from where the returning call had left off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationToken
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).
- Parameters:
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).
-
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).
- Returns:
- 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).
-
withCreationToken
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFileSystemId
Optional string. File system ID whose description you want to retrieve.
- Parameters:
fileSystemId- Optional string. File system ID whose description you want to retrieve.
-
getFileSystemId
Optional string. File system ID whose description you want to retrieve.
- Returns:
- Optional string. File system ID whose description you want to retrieve.
-
withFileSystemId
Optional string. File system ID whose description you want to retrieve.
- Parameters:
fileSystemId- Optional string. File system ID whose description you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-