@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 there are more tags than
maxResults, use nextToken in the request to get the next
set. |
Map<String,String> |
getTags() |
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are more tags than
maxResults, use nextToken in the request to get the next
set. |
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
withNextToken(String nextToken)
If there are more tags than
maxResults, use nextToken in the request to get the next
set. |
ListTagsForResourceResult |
withTags(Map<String,String> tags) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListTagsForResourceResult withTags(Map<String,String> tags)
tags - public ListTagsForResourceResult addTagsEntry(String key, String value)
public ListTagsForResourceResult clearTagsEntries()
public void setNextToken(String nextToken)
If there are more tags than maxResults, use nextToken in the request to get the next
set.
nextToken - If there are more tags than maxResults, use nextToken in the request to get the
next set.public String getNextToken()
If there are more tags than maxResults, use nextToken in the request to get the next
set.
maxResults, use nextToken in the request to get the
next set.public ListTagsForResourceResult withNextToken(String nextToken)
If there are more tags than maxResults, use nextToken in the request to get the next
set.
nextToken - If there are more tags than maxResults, use nextToken in the request to get the
next set.public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2021. All rights reserved.