@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEntityId()
The identifier for the member (user or group) 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 member (user or group) 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 member (user or group) to be updated.
|
DeregisterFromWorkMailRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the Amazon WorkMail entity 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, withSdkRequestTimeout
public 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 member (user or group) to be updated.
entityId
- The identifier for the member (user or group) to be updated.public String getEntityId()
The identifier for the member (user or group) to be updated.
public DeregisterFromWorkMailRequest withEntityId(String entityId)
The identifier for the member (user or group) to be updated.
entityId
- The identifier for the member (user or group) to be updated.public String toString()
toString
in class Object
Object.toString()
public DeregisterFromWorkMailRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()