public class ListTagsForDomainResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The ListTagsForDomain response includes the following elements.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
tagList
A list of the tags that are associated with the specified domain.
|
Constructor and Description |
---|
ListTagsForDomainResult() |
Modifier and Type | Method and Description |
---|---|
ListTagsForDomainResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<Tag> |
getTagList()
A list of the tags that are associated with the specified domain.
|
int |
hashCode() |
void |
setTagList(java.util.Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForDomainResult |
withTagList(java.util.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.
|
private SdkInternalList<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
public java.util.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(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListTagsForDomainResult clone()
clone
in class java.lang.Object