@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterFromWorkMailRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeregisterFromWorkMailRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeregisterFromWorkMailRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEntityId()
The identifier for the entity to be updated.
|
String |
getOrganizationId()
The identifier for the organization under which the Amazon WorkMail entity exists.
|
int |
hashCode() |
void |
setEntityId(String entityId)
The identifier for the entity to be updated.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the Amazon WorkMail entity exists.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterFromWorkMailRequest |
withEntityId(String entityId)
The identifier for the entity to be updated.
|
DeregisterFromWorkMailRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the Amazon WorkMail entity exists.
|
addHandlerContext, copyBaseTo, 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 identifier for the organization under which the Amazon WorkMail entity exists.
organizationId - The identifier for the organization under which the Amazon WorkMail entity exists.public String getOrganizationId()
The identifier for the organization under which the Amazon WorkMail entity exists.
public DeregisterFromWorkMailRequest withOrganizationId(String organizationId)
The identifier for the organization under which the Amazon WorkMail entity exists.
organizationId - The identifier for the organization under which the Amazon WorkMail entity exists.public void setEntityId(String entityId)
The identifier for the entity to be updated.
entityId - The identifier for the entity to be updated.public String getEntityId()
The identifier for the entity to be updated.
public DeregisterFromWorkMailRequest withEntityId(String entityId)
The identifier for the entity to be updated.
entityId - The identifier for the entity to be updated.public String toString()
toString in class ObjectObject.toString()public DeregisterFromWorkMailRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.