@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIdentityPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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.
NOOP
Constructor and Description |
---|
DeleteIdentityPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteIdentityPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdentity()
The identity that is associated with the policy that you want to delete.
|
String |
getPolicyName()
The name of the policy to be deleted.
|
int |
hashCode() |
void |
setIdentity(String identity)
The identity that is associated with the policy that you want to delete.
|
void |
setPolicyName(String policyName)
The name of the policy to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteIdentityPolicyRequest |
withIdentity(String identity)
The identity that is associated with the policy that you want to delete.
|
DeleteIdentityPolicyRequest |
withPolicyName(String policyName)
The name of the policy to be deleted.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIdentity(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.
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.
public String getIdentity()
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 DeleteIdentityPolicyRequest withIdentity(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.
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.
public void setPolicyName(String policyName)
The name of the policy to be deleted.
policyName
- The name of the policy to be deleted.public String getPolicyName()
The name of the policy to be deleted.
public DeleteIdentityPolicyRequest withPolicyName(String policyName)
The name of the policy to be deleted.
policyName
- The name of the policy to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteIdentityPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.