@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterToWorkMailRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RegisterToWorkMailRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterToWorkMailRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEmail()
The email for the entity to be updated.
|
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 |
setEmail(String email)
The email for the entity to be updated.
|
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; useful for testing and debugging.
|
RegisterToWorkMailRequest |
withEmail(String email)
The email for the entity to be updated.
|
RegisterToWorkMailRequest |
withEntityId(String entityId)
The identifier for the entity to be updated.
|
RegisterToWorkMailRequest |
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 RegisterToWorkMailRequest 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 RegisterToWorkMailRequest withEntityId(String entityId)
The identifier for the entity to be updated.
entityId - The identifier for the entity to be updated.public void setEmail(String email)
The email for the entity to be updated.
email - The email for the entity to be updated.public String getEmail()
The email for the entity to be updated.
public RegisterToWorkMailRequest withEmail(String email)
The email for the entity to be updated.
email - The email for the entity to be updated.public String toString()
toString in class ObjectObject.toString()public RegisterToWorkMailRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.