@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFileSystemsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object for DescribeFileSystems
operation.
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) |
List<String> |
getFileSystemIds()
IDs of the file systems whose descriptions you want to retrieve (String).
|
Integer |
getMaxResults()
Maximum number of file systems to return in the response (integer).
|
String |
getNextToken()
Opaque pagination token returned from a previous
DescribeFileSystems operation (String). |
int |
hashCode() |
void |
setFileSystemIds(Collection<String> fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
|
void |
setMaxResults(Integer maxResults)
Maximum number of file systems to return in the response (integer).
|
void |
setNextToken(String nextToken)
Opaque pagination token returned from a previous
DescribeFileSystems operation (String). |
String |
toString()
Returns a string representation of this object.
|
DescribeFileSystemsRequest |
withFileSystemIds(Collection<String> fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
|
DescribeFileSystemsRequest |
withFileSystemIds(String... fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
|
DescribeFileSystemsRequest |
withMaxResults(Integer maxResults)
Maximum number of file systems to return in the response (integer).
|
DescribeFileSystemsRequest |
withNextToken(String nextToken)
Opaque pagination token returned from a previous
DescribeFileSystems operation (String). |
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 List<String> getFileSystemIds()
IDs of the file systems whose descriptions you want to retrieve (String).
public void setFileSystemIds(Collection<String> fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
fileSystemIds
- IDs of the file systems whose descriptions you want to retrieve (String).public DescribeFileSystemsRequest withFileSystemIds(String... fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
NOTE: This method appends the values to the existing list (if any). Use
setFileSystemIds(java.util.Collection)
or withFileSystemIds(java.util.Collection)
if you want
to override the existing values.
fileSystemIds
- IDs of the file systems whose descriptions you want to retrieve (String).public DescribeFileSystemsRequest withFileSystemIds(Collection<String> fileSystemIds)
IDs of the file systems whose descriptions you want to retrieve (String).
fileSystemIds
- IDs of the file systems whose descriptions you want to retrieve (String).public void setMaxResults(Integer maxResults)
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 FSx returns is the minimum of the MaxResults
parameter specified in
the request and the service's internal maximum number of items per page.
maxResults
- 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 FSx returns is the minimum of the MaxResults
parameter specified in the request and the service's internal maximum number of items per page.public Integer getMaxResults()
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 FSx returns is the minimum of the MaxResults
parameter specified in
the request and the service's internal maximum number of items per page.
MaxResults
parameter specified in the request and the service's internal maximum number of items per page.public DescribeFileSystemsRequest withMaxResults(Integer maxResults)
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 FSx returns is the minimum of the MaxResults
parameter specified in
the request and the service's internal maximum number of items per page.
maxResults
- 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 FSx returns is the minimum of the MaxResults
parameter specified in the request and the service's internal maximum number of items per page.public void setNextToken(String nextToken)
Opaque pagination token returned from a previous DescribeFileSystems
operation (String). If a token
present, the operation continues the list from where the returning call left off.
nextToken
- Opaque pagination token returned from a previous DescribeFileSystems
operation (String). If a
token present, the operation continues the list from where the returning call left off.public String getNextToken()
Opaque pagination token returned from a previous DescribeFileSystems
operation (String). If a token
present, the operation continues the list from where the returning call left off.
DescribeFileSystems
operation (String). If
a token present, the operation continues the list from where the returning call left off.public DescribeFileSystemsRequest withNextToken(String nextToken)
Opaque pagination token returned from a previous DescribeFileSystems
operation (String). If a token
present, the operation continues the list from where the returning call left off.
nextToken
- Opaque pagination token returned from a previous DescribeFileSystems
operation (String). If a
token present, the operation continues the list from where the returning call left off.public String toString()
toString
in class Object
Object.toString()
public DescribeFileSystemsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()