@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) that you want 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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String emailIdentity()
The identity (that is, the email address or domain) that you want to delete.
public DeleteEmailIdentityRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteEmailIdentityRequest.Builder,DeleteEmailIdentityRequest>
toBuilder
in class SesV2Request
public static DeleteEmailIdentityRequest.Builder builder()
public static Class<? extends DeleteEmailIdentityRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.