@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()
If you specify this parameter and the result of a
ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags. |
String |
getResourceARN()
The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If you specify this parameter and the result of a
ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags. |
void |
setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceRequest |
withNextToken(String nextToken)
If you specify this parameter and the result of a
ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags. |
ListTagsForResourceRequest |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.
|
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 setNextToken(String nextToken)
If you specify this parameter and the result of a ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags.
nextToken - If you specify this parameter and the result of a ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags.public String getNextToken()
If you specify this parameter and the result of a ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags.
ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags.public ListTagsForResourceRequest withNextToken(String nextToken)
If you specify this parameter and the result of a ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags.
nextToken - If you specify this parameter and the result of a ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags.public void setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.
resourceARN - The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.public String getResourceARN()
The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.
public ListTagsForResourceRequest withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.
resourceARN - The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.