@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContactReachabilityStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetContactReachabilityStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetContactReachabilityStatusRequest |
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 for which you want to know whether the registrant contact has confirmed that the email
address is valid.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain for which you want to know whether the registrant contact has confirmed that the email
address is valid.
|
String |
toString()
Returns a string representation of this object.
|
GetContactReachabilityStatusRequest |
withDomainName(String domainName)
The name of the domain for which you want to know whether the registrant contact has confirmed that the email
address is valid.
|
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 name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
domainName
- The name of the domain for which you want to know whether the registrant contact has confirmed that the
email address is valid.public String getDomainName()
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
public GetContactReachabilityStatusRequest withDomainName(String domainName)
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
domainName
- The name of the domain for which you want to know whether the registrant contact has confirmed that the
email address is valid.public String toString()
toString
in class Object
Object.toString()
public GetContactReachabilityStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()