@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourcesForTagOptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListResourcesForTagOptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListResourcesForTagOptionRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getPageSize()
The maximum number of items to return in the results.
|
String |
getPageToken()
The page token of the first page retrieved.
|
String |
getResourceType()
Resource type.
|
String |
getTagOptionId()
Identifier of the TagOption.
|
int |
hashCode() |
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.
|
void |
setResourceType(String resourceType)
Resource type.
|
void |
setTagOptionId(String tagOptionId)
Identifier of the TagOption.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListResourcesForTagOptionRequest |
withPageSize(Integer pageSize)
The maximum number of items to return in the results.
|
ListResourcesForTagOptionRequest |
withPageToken(String pageToken)
The page token of the first page retrieved.
|
ListResourcesForTagOptionRequest |
withResourceType(String resourceType)
Resource type.
|
ListResourcesForTagOptionRequest |
withTagOptionId(String tagOptionId)
Identifier of the TagOption.
|
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 setTagOptionId(String tagOptionId)
Identifier of the TagOption.
tagOptionId - Identifier of the TagOption.public String getTagOptionId()
Identifier of the TagOption.
public ListResourcesForTagOptionRequest withTagOptionId(String tagOptionId)
Identifier of the TagOption.
tagOptionId - Identifier of the TagOption.public void setResourceType(String resourceType)
Resource type.
resourceType - Resource type.public String getResourceType()
Resource type.
public ListResourcesForTagOptionRequest withResourceType(String resourceType)
Resource type.
resourceType - Resource type.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 ListResourcesForTagOptionRequest 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 ListResourcesForTagOptionRequest 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 ListResourcesForTagOptionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.