@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) |
Integer |
getMaxResults()
The maximum number of tags to return in the response.
|
String |
getNextToken()
The
NextToken value that you received in the previous response. |
String |
getResourceId()
The cluster identifier (ID) for the cluster whose tags you are getting.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of tags to return in the response.
|
void |
setNextToken(String nextToken)
The
NextToken value that you received in the previous response. |
void |
setResourceId(String resourceId)
The cluster identifier (ID) for the cluster whose tags you are getting.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsRequest |
withMaxResults(Integer maxResults)
The maximum number of tags to return in the response.
|
ListTagsRequest |
withNextToken(String nextToken)
The
NextToken value that you received in the previous response. |
ListTagsRequest |
withResourceId(String resourceId)
The cluster identifier (ID) for the cluster whose tags you are getting.
|
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 setResourceId(String resourceId)
The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.
resourceId
- The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use
DescribeClusters.public String getResourceId()
The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.
public ListTagsRequest withResourceId(String resourceId)
The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.
resourceId
- The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use
DescribeClusters.public void setNextToken(String nextToken)
The NextToken
value that you received in the previous response. Use this value to get more tags.
nextToken
- The NextToken
value that you received in the previous response. Use this value to get more
tags.public String getNextToken()
The NextToken
value that you received in the previous response. Use this value to get more tags.
NextToken
value that you received in the previous response. Use this value to get more
tags.public ListTagsRequest withNextToken(String nextToken)
The NextToken
value that you received in the previous response. Use this value to get more tags.
nextToken
- The NextToken
value that you received in the previous response. Use this value to get more
tags.public void setMaxResults(Integer maxResults)
The maximum number of tags to return in the response. When there are more tags than the number you specify, the
response contains a NextToken
value.
maxResults
- The maximum number of tags to return in the response. When there are more tags than the number you
specify, the response contains a NextToken
value.public Integer getMaxResults()
The maximum number of tags to return in the response. When there are more tags than the number you specify, the
response contains a NextToken
value.
NextToken
value.public ListTagsRequest withMaxResults(Integer maxResults)
The maximum number of tags to return in the response. When there are more tags than the number you specify, the
response contains a NextToken
value.
maxResults
- The maximum number of tags to return in the response. When there are more tags than the number you
specify, the response contains a NextToken
value.public String toString()
toString
in class Object
Object.toString()
public ListTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()