@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForResourceResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForResourceResult |
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 set of tags. |
Map<String,String> |
getTags()
A map of tag keys and values associated with the specified signaling channel.
|
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 set of tags. |
void |
setTags(Map<String,String> tags)
A map of tag keys and values associated with the specified signaling channel.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
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 set of tags. |
ListTagsForResourceResult |
withTags(Map<String,String> tags)
A map of tag keys and values associated with the specified signaling channel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 set 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 set 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 set of tags.
ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next set of tags.public ListTagsForResourceResult 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 set 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 set of tags.public Map<String,String> getTags()
A map of tag keys and values associated with the specified signaling channel.
public void setTags(Map<String,String> tags)
A map of tag keys and values associated with the specified signaling channel.
tags - A map of tag keys and values associated with the specified signaling channel.public ListTagsForResourceResult withTags(Map<String,String> tags)
A map of tag keys and values associated with the specified signaling channel.
tags - A map of tag keys and values associated with the specified signaling channel.public ListTagsForResourceResult addTagsEntry(String key, String value)
public ListTagsForResourceResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2020. All rights reserved.