@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An optional token returned from a prior request.
|
String |
getResourceName()
The name of the DAX resource to which the tags belong.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
An optional token returned from a prior request.
|
void |
setResourceName(String resourceName)
The name of the DAX resource to which the tags belong.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsRequest |
withNextToken(String nextToken)
An optional token returned from a prior request.
|
ListTagsRequest |
withResourceName(String resourceName)
The name of the DAX resource to which the tags belong.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setResourceName(String resourceName)
The name of the DAX resource to which the tags belong.
resourceName - The name of the DAX resource to which the tags belong.public String getResourceName()
The name of the DAX resource to which the tags belong.
public ListTagsRequest withResourceName(String resourceName)
The name of the DAX resource to which the tags belong.
resourceName - The name of the DAX resource to which the tags belong.public void setNextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.
nextToken - An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token.public String getNextToken()
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.
public ListTagsRequest withNextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.
nextToken - An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token.public String toString()
toString in class ObjectObject.toString()public ListTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.