public class ListTagsForDomainResult extends Object implements Serializable, Cloneable
The ListTagsForDomain response includes the following elements.
Constructor and Description |
---|
ListTagsForDomainResult() |
Modifier and Type | Method and Description |
---|---|
ListTagsForDomainResult |
clone() |
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()
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
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)
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
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)
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
NOTE: This method appends the values to the existing list (if
any). Use setTagList(java.util.Collection)
or
withTagList(java.util.Collection)
if you want to override the
existing values.
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)
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
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 Object
Object.toString()
public ListTagsForDomainResult clone()
Copyright © 2018. All rights reserved.