@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCollectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCollectionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCollectionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
CollectionFilters |
getCollectionFilters()
A list of filter names and values that you can use for requests.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
If your initial
ListCollections operation returns a nextToken , you can include the
returned nextToken in subsequent ListCollections operations, which returns results in
the next page. |
int |
hashCode() |
void |
setCollectionFilters(CollectionFilters collectionFilters)
A list of filter names and values that you can use for requests.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
If your initial
ListCollections operation returns a nextToken , you can include the
returned nextToken in subsequent ListCollections operations, which returns results in
the next page. |
String |
toString()
Returns a string representation of this object.
|
ListCollectionsRequest |
withCollectionFilters(CollectionFilters collectionFilters)
A list of filter names and values that you can use for requests.
|
ListCollectionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListCollectionsRequest |
withNextToken(String nextToken)
If your initial
ListCollections operation returns a nextToken , you can include the
returned nextToken in subsequent ListCollections operations, which returns results in
the next page. |
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 setCollectionFilters(CollectionFilters collectionFilters)
A list of filter names and values that you can use for requests.
collectionFilters
- A list of filter names and values that you can use for requests.public CollectionFilters getCollectionFilters()
A list of filter names and values that you can use for requests.
public ListCollectionsRequest withCollectionFilters(CollectionFilters collectionFilters)
A list of filter names and values that you can use for requests.
collectionFilters
- A list of filter names and values that you can use for requests.public void setMaxResults(Integer maxResults)
The maximum number of results to return. Default is 20. You can use nextToken
to get the next page
of results.
maxResults
- The maximum number of results to return. Default is 20. You can use nextToken
to get the next
page of results.public Integer getMaxResults()
The maximum number of results to return. Default is 20. You can use nextToken
to get the next page
of results.
nextToken
to get the
next page of results.public ListCollectionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return. Default is 20. You can use nextToken
to get the next page
of results.
maxResults
- The maximum number of results to return. Default is 20. You can use nextToken
to get the next
page of results.public void setNextToken(String nextToken)
If your initial ListCollections
operation returns a nextToken
, you can include the
returned nextToken
in subsequent ListCollections
operations, which returns results in
the next page.
nextToken
- If your initial ListCollections
operation returns a nextToken
, you can include
the returned nextToken
in subsequent ListCollections
operations, which returns
results in the next page.public String getNextToken()
If your initial ListCollections
operation returns a nextToken
, you can include the
returned nextToken
in subsequent ListCollections
operations, which returns results in
the next page.
ListCollections
operation returns a nextToken
, you can include
the returned nextToken
in subsequent ListCollections
operations, which returns
results in the next page.public ListCollectionsRequest withNextToken(String nextToken)
If your initial ListCollections
operation returns a nextToken
, you can include the
returned nextToken
in subsequent ListCollections
operations, which returns results in
the next page.
nextToken
- If your initial ListCollections
operation returns a nextToken
, you can include
the returned nextToken
in subsequent ListCollections
operations, which returns
results in the next page.public String toString()
toString
in class Object
Object.toString()
public ListCollectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()