@Generated(value="software.amazon.awssdk:codegen") public final class DeleteIdentityPolicyRequest extends SesRequest implements ToCopyableBuilder<DeleteIdentityPolicyRequest.Builder,DeleteIdentityPolicyRequest>
Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteIdentityPolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteIdentityPolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identity()
The identity that is associated with the policy to delete.
|
String |
policyName()
The name of the policy to be deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteIdentityPolicyRequest.Builder> |
serializableBuilderClass() |
DeleteIdentityPolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identity()
The identity that is associated with the policy to delete. You can specify the identity by using its name or by
using its Amazon Resource Name (ARN). Examples: user@example.com, example.com,
arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this operation, you must own the identity.
user@example.com,
example.com, arn:aws:ses:us-east-1:123456789012:identity/example.com.
To successfully call this operation, you must own the identity.
public final String policyName()
The name of the policy to be deleted.
public DeleteIdentityPolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteIdentityPolicyRequest.Builder,DeleteIdentityPolicyRequest>toBuilder in class SesRequestpublic static DeleteIdentityPolicyRequest.Builder builder()
public static Class<? extends DeleteIdentityPolicyRequest.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 © 2023. All rights reserved.