@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public ListTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()