@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, withSdkRequestTimeout
public 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.
The identifier can accept UserId, ResourceId, or GroupId, or Username, Resourcename, or Groupname. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Entity name: entity
entityId
- The identifier for the user, group, or resource to be updated.
The identifier can accept UserId, ResourceId, or GroupId, or Username, Resourcename, or Groupname. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Entity name: entity
public String getEntityId()
The identifier for the user, group, or resource to be updated.
The identifier can accept UserId, ResourceId, or GroupId, or Username, Resourcename, or Groupname. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Entity name: entity
The identifier can accept UserId, ResourceId, or GroupId, or Username, Resourcename, or Groupname. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Entity name: entity
public RegisterToWorkMailRequest withEntityId(String entityId)
The identifier for the user, group, or resource to be updated.
The identifier can accept UserId, ResourceId, or GroupId, or Username, Resourcename, or Groupname. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Entity name: entity
entityId
- The identifier for the user, group, or resource to be updated.
The identifier can accept UserId, ResourceId, or GroupId, or Username, Resourcename, or Groupname. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Entity name: entity
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 Object
Object.toString()
public RegisterToWorkMailRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()