@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterMailDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeregisterMailDomainRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeregisterMailDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The domain to deregister in WorkMail and SES.
|
String |
getOrganizationId()
The WorkMail organization for which the domain will be deregistered.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The domain to deregister in WorkMail and SES.
|
void |
setOrganizationId(String organizationId)
The WorkMail organization for which the domain will be deregistered.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterMailDomainRequest |
withDomainName(String domainName)
The domain to deregister in WorkMail and SES.
|
DeregisterMailDomainRequest |
withOrganizationId(String organizationId)
The WorkMail organization for which the domain will be deregistered.
|
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 setOrganizationId(String organizationId)
The WorkMail organization for which the domain will be deregistered.
organizationId - The WorkMail organization for which the domain will be deregistered.public String getOrganizationId()
The WorkMail organization for which the domain will be deregistered.
public DeregisterMailDomainRequest withOrganizationId(String organizationId)
The WorkMail organization for which the domain will be deregistered.
organizationId - The WorkMail organization for which the domain will be deregistered.public void setDomainName(String domainName)
The domain to deregister in WorkMail and SES.
domainName - The domain to deregister in WorkMail and SES.public String getDomainName()
The domain to deregister in WorkMail and SES.
public DeregisterMailDomainRequest withDomainName(String domainName)
The domain to deregister in WorkMail and SES.
domainName - The domain to deregister in WorkMail and SES.public String toString()
toString in class ObjectObject.toString()public DeregisterMailDomainRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()