@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTagsForResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
String |
getResourceId()
The ID of the resource that you want to retrieve tags for.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
void |
setResourceId(String resourceId)
The ID of the resource that you want to retrieve tags for.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
ListTagsForResourceRequest |
withResourceId(String resourceId)
The ID of the resource that you want to retrieve tags for.
|
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 setResourceId(String resourceId)
The ID of the resource that you want to retrieve tags for.
resourceId - The ID of the resource that you want to retrieve tags for.public String getResourceId()
The ID of the resource that you want to retrieve tags for.
public ListTagsForResourceRequest withResourceId(String resourceId)
The ID of the resource that you want to retrieve tags for.
resourceId - The ID of the resource that you want to retrieve tags for.public void setNextToken(String nextToken)
Use this parameter if you receive a NextToken response in a previous request that indicates that
there is more output available. Set it to the value of the previous call's NextToken response to
indicate where the output should continue from.
nextToken - Use this parameter if you receive a NextToken response in a previous request that indicates
that there is more output available. Set it to the value of the previous call's NextToken
response to indicate where the output should continue from.public String getNextToken()
Use this parameter if you receive a NextToken response in a previous request that indicates that
there is more output available. Set it to the value of the previous call's NextToken response to
indicate where the output should continue from.
NextToken response in a previous request that indicates
that there is more output available. Set it to the value of the previous call's NextToken
response to indicate where the output should continue from.public ListTagsForResourceRequest withNextToken(String nextToken)
Use this parameter if you receive a NextToken response in a previous request that indicates that
there is more output available. Set it to the value of the previous call's NextToken response to
indicate where the output should continue from.
nextToken - Use this parameter if you receive a NextToken response in a previous request that indicates
that there is more output available. Set it to the value of the previous call's NextToken
response to indicate where the output should continue from.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.