public class ListTagsForResourceResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use to get the next set of results, or null if there
are no additional results.
|
java.util.List<Tag> |
getTags()
The list of tags assigned to the resource.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there
are no additional results.
|
void |
setTags(java.util.Collection<Tag> tags)
The list of tags assigned to the resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceResult |
withNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there
are no additional results.
|
ListTagsForResourceResult |
withTags(java.util.Collection<Tag> tags)
The list of tags assigned to the resource.
|
ListTagsForResourceResult |
withTags(Tag... tags)
The list of tags assigned to the resource.
|
public java.util.List<Tag> getTags()
The list of tags assigned to the resource.
The list of tags assigned to the resource.
public void setTags(java.util.Collection<Tag> tags)
The list of tags assigned to the resource.
tags - The list of tags assigned to the resource.
public ListTagsForResourceResult withTags(Tag... tags)
The list of tags assigned to the resource.
Returns a reference to this object so that method calls can be chained together.
tags - The list of tags assigned to the resource.
public ListTagsForResourceResult withTags(java.util.Collection<Tag> tags)
The list of tags assigned to the resource.
Returns a reference to this object so that method calls can be chained together.
tags - The list of tags assigned to the resource.
public java.lang.String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
The token to use to get the next set of results, or null if there are no additional results.
public void setNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.
public ListTagsForResourceResult withNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
nextToken - The token to use to get the next set of results, or null if there are no additional results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.