@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDomainHealthRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
 Container for the parameters to the DescribeDomainHealth operation.
 
NOOP| Constructor and Description | 
|---|
| DescribeDomainHealthRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeDomainHealthRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDomainName()
 The name of the domain. | 
| int | hashCode() | 
| void | setDomainName(String domainName)
 The name of the domain. | 
| String | toString()Returns a string representation of this object. | 
| DescribeDomainHealthRequest | withDomainName(String domainName)
 The name of the domain. | 
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, withSdkRequestTimeoutpublic void setDomainName(String domainName)
The name of the domain.
domainName - The name of the domain.public String getDomainName()
The name of the domain.
public DescribeDomainHealthRequest withDomainName(String domainName)
The name of the domain.
domainName - The name of the domain.public String toString()
toString in class ObjectObject.toString()public DescribeDomainHealthRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()