@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 final String organizationId()
The identifier for the organization under which the user exists.
public final String entityId()
The identifier for the member (user or group) from which to have the aliases removed.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.