@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchResourceTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchResourceTagsResult() |
Modifier and Type | Method and Description |
---|---|
SearchResourceTagsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<TagSet> |
getTags()
A list of tags used in the Amazon Connect instance.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setTags(Collection<TagSet> tags)
A list of tags used in the Amazon Connect instance.
|
String |
toString()
Returns a string representation of this object.
|
SearchResourceTagsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchResourceTagsResult |
withTags(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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TagSet> getTags()
A list of tags used in the Amazon Connect instance.
public void setTags(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.
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
- A list of tags used in the Amazon Connect instance.public SearchResourceTagsResult withTags(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 void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public SearchResourceTagsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public SearchResourceTagsResult clone()