@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 |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken() |
List<Tag> |
getTags() |
int |
hashCode() |
void |
setNextToken(String nextToken) |
void |
setTags(Collection<Tag> tags) |
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
withNextToken(String nextToken) |
ListTagsForResourceResult |
withTags(Collection<Tag> tags) |
ListTagsForResourceResult |
withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTags(Collection<Tag> tags)
tags - public ListTagsForResourceResult withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - public ListTagsForResourceResult withTags(Collection<Tag> tags)
tags - public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ListTagsForResourceResult withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public ListTagsForResourceResult clone()
Copyright © 2020. All rights reserved.