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