public class ListTagsForResourceResult extends Object implements Serializable
| Constructor and Description |
|---|
ListTagsForResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Tag> |
getTags()
The tags associated with the specified topic.
|
int |
hashCode() |
void |
setTags(Collection<Tag> tags)
The tags associated with the specified topic.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceResult |
withTags(Collection<Tag> tags)
The tags associated with the specified topic.
|
ListTagsForResourceResult |
withTags(Tag... tags)
The tags associated with the specified topic.
|
public List<Tag> getTags()
The tags associated with the specified topic.
The tags associated with the specified topic.
public void setTags(Collection<Tag> tags)
The tags associated with the specified topic.
tags - The tags associated with the specified topic.
public ListTagsForResourceResult withTags(Tag... tags)
The tags associated with the specified topic.
Returns a reference to this object so that method calls can be chained together.
tags - The tags associated with the specified topic.
public ListTagsForResourceResult withTags(Collection<Tag> tags)
The tags associated with the specified topic.
Returns a reference to this object so that method calls can be chained together.
tags - The tags associated with the specified topic.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.