public class GetDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDomainRequest() |
Modifier and Type | Method and Description |
---|---|
GetDomainRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The domain name for which your want to return information about.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The domain name for which your want to return information about.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDomainRequest |
withDomainName(String domainName)
The domain name for which your want to return information about.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainName(String domainName)
The domain name for which your want to return information about.
domainName
- The domain name for which your want to return information about.public String getDomainName()
The domain name for which your want to return information about.
public GetDomainRequest withDomainName(String domainName)
The domain name for which your want to return information about.
domainName
- The domain name for which your want to return information about.public String toString()
toString
in class Object
Object.toString()
public GetDomainRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.