@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEmail()
The email for the user, group, or resource to be updated.
|
String |
getEntityId()
The identifier for the user, group, or resource to be updated.
|
String |
getOrganizationId()
The identifier for the organization under which the user, group, or resource exists.
|
int |
hashCode() |
void |
setEmail(String email)
The email for the user, group, or resource to be updated.
|
void |
setEntityId(String entityId)
The identifier for the user, group, or resource to be updated.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the user, group, or resource exists.
|
String |
toString()
Returns a string representation of this object.
|
RegisterToWorkMailRequest |
withEmail(String email)
The email for the user, group, or resource to be updated.
|
RegisterToWorkMailRequest |
withEntityId(String entityId)
The identifier for the user, group, or resource to be updated.
|
RegisterToWorkMailRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the user, group, or resource exists.
|
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 identifier for the organization under which the user, group, or resource exists.
organizationId - The identifier for the organization under which the user, group, or resource exists.public String getOrganizationId()
The identifier for the organization under which the user, group, or resource exists.
public RegisterToWorkMailRequest withOrganizationId(String organizationId)
The identifier for the organization under which the user, group, or resource exists.
organizationId - The identifier for the organization under which the user, group, or resource exists.public void setEntityId(String entityId)
The identifier for the user, group, or resource to be updated.
entityId - The identifier for the user, group, or resource to be updated.public String getEntityId()
The identifier for the user, group, or resource to be updated.
public RegisterToWorkMailRequest withEntityId(String entityId)
The identifier for the user, group, or resource to be updated.
entityId - The identifier for the user, group, or resource to be updated.public void setEmail(String email)
The email for the user, group, or resource to be updated.
email - The email for the user, group, or resource to be updated.public String getEmail()
The email for the user, group, or resource to be updated.
public RegisterToWorkMailRequest withEmail(String email)
The email for the user, group, or resource to be updated.
email - The email for the user, group, or resource to be updated.public String toString()
toString in class ObjectObject.toString()public RegisterToWorkMailRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.