@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAliasRequest extends WorkMailRequest implements ToCopyableBuilder<DeleteAliasRequest.Builder,DeleteAliasRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAliasRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
alias()
The aliases to be removed from the user's set of aliases.
|
static DeleteAliasRequest.Builder |
builder() |
String |
entityId()
The identifier for the member (user or group) from which to have the aliases removed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
organizationId()
The identifier for the organization under which the user exists.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteAliasRequest.Builder> |
serializableBuilderClass() |
DeleteAliasRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String organizationId()
The identifier for the organization under which the user exists.
public String entityId()
The identifier for the member (user or group) from which to have the aliases removed.
public 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).
public DeleteAliasRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAliasRequest.Builder,DeleteAliasRequest>toBuilder in class WorkMailRequestpublic static DeleteAliasRequest.Builder builder()
public static Class<? extends DeleteAliasRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.