Class DescribeFileSystemsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class DescribeFileSystemsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description DescribeFileSystemsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.amazonaws.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
-
-
-
-
Method Detail
-
setMaxItems
public 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.- 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 theMaxItems
parameter specified in the request and the service's internal maximum number of items per page.
-
getMaxItems
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.- 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
MaxItems
parameter specified in the request and the service's internal maximum number of items per page.
-
withMaxItems
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.- 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 theMaxItems
parameter 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
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.- Parameters:
marker
- Optional string. Opaque pagination token returned from a previousDescribeFileSystems
operation. If present, specifies to continue the list from where the returning call had left off.
-
getMarker
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.- Returns:
- 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.
-
withMarker
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.- Parameters:
marker
- Optional string. Opaque pagination token returned from a previousDescribeFileSystems
operation. 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
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).
- 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
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).
- 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
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).
- 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
public void setFileSystemId(String fileSystemId)
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
public String 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
public DescribeFileSystemsRequest withFileSystemId(String fileSystemId)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeFileSystemsRequest clone()
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-