@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDomainRequest() |
Modifier and Type | Method and Description |
---|---|
GetDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
GetDomainRequest |
withDomainName(String domainName)
The domain name for which your want to return information about.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()