@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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() |
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.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, 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()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.