public class SearchResourceTagsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SearchResourceTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<TagSet> |
getTags()
A list of tags used in the Amazon Connect instance.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setTags(java.util.Collection<TagSet> tags)
A list of tags used in the Amazon Connect instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SearchResourceTagsResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
SearchResourceTagsResult |
withTags(java.util.Collection<TagSet> tags)
A list of tags used in the Amazon Connect instance.
|
SearchResourceTagsResult |
withTags(TagSet... tags)
A list of tags used in the Amazon Connect instance.
|
public java.util.List<TagSet> getTags()
A list of tags used in the Amazon Connect instance.
A list of tags used in the Amazon Connect instance.
public void setTags(java.util.Collection<TagSet> tags)
A list of tags used in the Amazon Connect instance.
tags - A list of tags used in the Amazon Connect instance.
public SearchResourceTagsResult withTags(TagSet... tags)
A list of tags used in the Amazon Connect instance.
Returns a reference to this object so that method calls can be chained together.
tags - A list of tags used in the Amazon Connect instance.
public SearchResourceTagsResult withTags(java.util.Collection<TagSet> tags)
A list of tags used in the Amazon Connect instance.
Returns a reference to this object so that method calls can be chained together.
tags - A list of tags used in the Amazon Connect instance.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
Constraints:
Length: 1 - 2500
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Constraints:
Length: 1 - 2500
nextToken - If there are additional results, this is the token for the next set of results.
public SearchResourceTagsResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2500
nextToken - If there are additional results, this is the token for the next set of 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.Object