@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForDomainResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Tag> getTagList()
A list of the tags that are associated with the specified domain.
public void setTagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
tagList - A list of the tags that are associated with the specified domain.public ListTagsForDomainResult withTagList(Tag... tagList)
A list of the tags that are associated with the specified domain.
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.public ListTagsForDomainResult withTagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
tagList - A list of the tags that are associated with the specified domain.public String toString()
toString in class ObjectObject.toString()public ListTagsForDomainResult clone()
Copyright © 2023. All rights reserved.