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