public class ListTagsForDomainResult extends Object implements Serializable
The ListTagsForDomain response includes the following elements.
| Constructor and Description |
|---|
ListTagsForDomainResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Tag> |
getTagList()
A list of the tags that are associated with the specified domain.
|
int |
hashCode() |
void |
setTagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForDomainResult |
withTagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
|
ListTagsForDomainResult |
withTagList(Tag... tagList)
A list of the tags that are associated with the specified domain.
|
public List<Tag> getTagList()
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
public void setTagList(Collection<Tag> tagList)
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
tagList - A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
public ListTagsForDomainResult withTagList(Tag... tagList)
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
Returns a reference to this object so that method calls can be chained together.
tagList - A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
public ListTagsForDomainResult withTagList(Collection<Tag> tagList)
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
Returns a reference to this object so that method calls can be chained together.
tagList - A list of the tags that are associated with the specified domain.
Type: A complex type containing a list of tags
Each tag includes the following elements.
Key
The key (name) of a tag.
Type: String
Value
The value of a tag.
Type: String
public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.