public class ListTagsForDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The ListTagsForDomainRequest includes the following elements.
NOOP| Constructor and Description |
|---|
ListTagsForDomainRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDomainRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomainName(String domainName)
The domain for which you want to get a list of tags.
domainName - The domain for which you want to get a list of tags.public String getDomainName()
The domain for which you want to get a list of tags.
public ListTagsForDomainRequest withDomainName(String domainName)
The domain for which you want to get a list of tags.
domainName - The domain for which you want to get a list of tags.public String toString()
toString in class ObjectObject.toString()public ListTagsForDomainRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.