@Generated(value="software.amazon.awssdk:codegen") public final class DeleteEmailIdentityRequest extends SesV2Request implements ToCopyableBuilder<DeleteEmailIdentityRequest.Builder,DeleteEmailIdentityRequest>
A request to delete an existing email identity. When you delete an identity, you lose the ability to send email from that identity. You can restore your ability to send email by completing the verification process for the identity again.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteEmailIdentityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteEmailIdentityRequest.Builder |
builder() |
String |
emailIdentity()
The identity (that is, the email address or domain) to delete.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteEmailIdentityRequest.Builder> |
serializableBuilderClass() |
DeleteEmailIdentityRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String emailIdentity()
The identity (that is, the email address or domain) to delete.
public DeleteEmailIdentityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteEmailIdentityRequest.Builder,DeleteEmailIdentityRequest>toBuilder in class SesV2Requestpublic static DeleteEmailIdentityRequest.Builder builder()
public static Class<? extends DeleteEmailIdentityRequest.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.