@Generated(value="software.amazon.awssdk:codegen") public final class DeleteEmailIdentityRequest extends PinpointEmailRequest implements ToCopyableBuilder<DeleteEmailIdentityRequest.Builder,DeleteEmailIdentityRequest>
A request to delete an existing email identity. When you delete an identity, you lose the ability to use Amazon Pinpoint 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) that you want to delete from your Amazon Pinpoint account.
|
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 String emailIdentity()
The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.
public DeleteEmailIdentityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteEmailIdentityRequest.Builder,DeleteEmailIdentityRequest>toBuilder in class PinpointEmailRequestpublic static DeleteEmailIdentityRequest.Builder builder()
public static Class<? extends DeleteEmailIdentityRequest.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.