Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteIdentityPolicyRequest.Builder,DeleteIdentityPolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteIdentityPolicyRequest extends AmazonWebServiceRequest 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 | Description |
---|---|---|
static interface |
DeleteIdentityPolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteIdentityPolicyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identity() |
The identity that is associated with the policy that you want to delete.
|
String |
policyName() |
The name of the policy to be deleted.
|
static Class<? extends DeleteIdentityPolicyRequest.Builder> |
serializableBuilderClass() |
|
DeleteIdentityPolicyRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String identity()
The identity that is associated with the policy that you want 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 API, you must own the identity.
user@example.com
,
example.com
, arn:aws:ses:us-east-1:123456789012:identity/example.com
.
To successfully call this API, you must own the identity.
public String policyName()
The name of the policy to be deleted.
public DeleteIdentityPolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteIdentityPolicyRequest.Builder,DeleteIdentityPolicyRequest>
public static DeleteIdentityPolicyRequest.Builder builder()
public static Class<? extends DeleteIdentityPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.