@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAliasRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAlias()
The aliases to be removed from the user's set of aliases.
|
String |
getEntityId()
The identifier for the member (user or group) from which to have the aliases removed.
|
String |
getOrganizationId()
The identifier for the organization under which the user exists.
|
int |
hashCode() |
void |
setAlias(String alias)
The aliases to be removed from the user's set of aliases.
|
void |
setEntityId(String entityId)
The identifier for the member (user or group) from which to have the aliases removed.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the user exists.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAliasRequest |
withAlias(String alias)
The aliases to be removed from the user's set of aliases.
|
DeleteAliasRequest |
withEntityId(String entityId)
The identifier for the member (user or group) from which to have the aliases removed.
|
DeleteAliasRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the user 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 exists.
organizationId
- The identifier for the organization under which the user exists.public String getOrganizationId()
The identifier for the organization under which the user exists.
public DeleteAliasRequest withOrganizationId(String organizationId)
The identifier for the organization under which the user exists.
organizationId
- The identifier for the organization under which the user exists.public void setEntityId(String entityId)
The identifier for the member (user or group) from which to have the aliases removed.
entityId
- The identifier for the member (user or group) from which to have the aliases removed.public String getEntityId()
The identifier for the member (user or group) from which to have the aliases removed.
public DeleteAliasRequest withEntityId(String entityId)
The identifier for the member (user or group) from which to have the aliases removed.
entityId
- The identifier for the member (user or group) from which to have the aliases removed.public void setAlias(String alias)
The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).
alias
- The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into
single entries (the list is transformed into a set).public String getAlias()
The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).
public DeleteAliasRequest withAlias(String alias)
The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).
alias
- The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into
single entries (the list is transformed into a set).public String toString()
toString
in class Object
Object.toString()
public DeleteAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.