@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTagOptionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagOptionsRequest |
clone() |
boolean |
equals(Object obj) |
ListTagOptionsFilters |
getFilters()
The list of filters with which to limit search results.
|
Integer |
getPageSize()
The maximum number of items to return in the results.
|
String |
getPageToken()
The page token of the first page retrieved.
|
int |
hashCode() |
void |
setFilters(ListTagOptionsFilters filters)
The list of filters with which to limit search results.
|
void |
setPageSize(Integer pageSize)
The maximum number of items to return in the results.
|
void |
setPageToken(String pageToken)
The page token of the first page retrieved.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTagOptionsRequest |
withFilters(ListTagOptionsFilters filters)
The list of filters with which to limit search results.
|
ListTagOptionsRequest |
withPageSize(Integer pageSize)
The maximum number of items to return in the results.
|
ListTagOptionsRequest |
withPageToken(String pageToken)
The page token of the first page retrieved.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFilters(ListTagOptionsFilters filters)
The list of filters with which to limit search results. If no search filters are specified, the output is all TagOptions.
filters - The list of filters with which to limit search results. If no search filters are specified, the output is
all TagOptions.public ListTagOptionsFilters getFilters()
The list of filters with which to limit search results. If no search filters are specified, the output is all TagOptions.
public ListTagOptionsRequest withFilters(ListTagOptionsFilters filters)
The list of filters with which to limit search results. If no search filters are specified, the output is all TagOptions.
filters - The list of filters with which to limit search results. If no search filters are specified, the output is
all TagOptions.public void setPageSize(Integer pageSize)
The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize, the value of NextPageToken in the response is non-null.
pageSize - The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize, the value of NextPageToken in the response is non-null.public Integer getPageSize()
The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize, the value of NextPageToken in the response is non-null.
PageSize, the value of NextPageToken in the response is non-null.public ListTagOptionsRequest withPageSize(Integer pageSize)
The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize, the value of NextPageToken in the response is non-null.
pageSize - The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize, the value of NextPageToken in the response is non-null.public void setPageToken(String pageToken)
The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.
pageToken - The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize.public String getPageToken()
The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.
PageSize.public ListTagOptionsRequest withPageToken(String pageToken)
The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.
pageToken - The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize.public String toString()
toString in class ObjectObject.toString()public ListTagOptionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.