@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAliasRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAlias()
The alias to add to the user.
|
String |
getEntityId()
The alias is added to this Amazon WorkMail entity.
|
String |
getOrganizationId()
The organization under which the member exists.
|
int |
hashCode() |
void |
setAlias(String alias)
The alias to add to the user.
|
void |
setEntityId(String entityId)
The alias is added to this Amazon WorkMail entity.
|
void |
setOrganizationId(String organizationId)
The organization under which the member exists.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateAliasRequest |
withAlias(String alias)
The alias to add to the user.
|
CreateAliasRequest |
withEntityId(String entityId)
The alias is added to this Amazon WorkMail entity.
|
CreateAliasRequest |
withOrganizationId(String organizationId)
The organization under which the member 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 organization under which the member exists.
organizationId
- The organization under which the member exists.public String getOrganizationId()
The organization under which the member exists.
public CreateAliasRequest withOrganizationId(String organizationId)
The organization under which the member exists.
organizationId
- The organization under which the member exists.public void setEntityId(String entityId)
The alias is added to this Amazon WorkMail entity.
entityId
- The alias is added to this Amazon WorkMail entity.public String getEntityId()
The alias is added to this Amazon WorkMail entity.
public CreateAliasRequest withEntityId(String entityId)
The alias is added to this Amazon WorkMail entity.
entityId
- The alias is added to this Amazon WorkMail entity.public void setAlias(String alias)
The alias to add to the user.
alias
- The alias to add to the user.public String getAlias()
The alias to add to the user.
public CreateAliasRequest withAlias(String alias)
The alias to add to the user.
alias
- The alias to add to the user.public String toString()
toString
in class Object
Object.toString()
public CreateAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.