public class ListTagsForDomainRequest extends AmazonWebServiceRequest implements Serializable
ListTagsForDomain operation.
This operation returns all of the tags that are associated with the specified domain.
All tag operations are eventually consistent; subsequent operations may not immediately represent all issued operations.
NOOP| Constructor and Description |
|---|
ListTagsForDomainRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDomainName()
The domain for which you want to get a list of tags.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The domain for which you want to get a list of tags.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForDomainRequest |
withDomainName(String domainName)
The domain for which you want to get a list of tags.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDomainName()
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
public void setDomainName(String domainName)
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
domainName - The domain for which you want to get a list of tags.public ListTagsForDomainRequest withDomainName(String domainName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
domainName - The domain for which you want to get a list of tags.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.