@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEmailIdentityPolicyRequest 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 |
|---|
DeleteEmailIdentityPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteEmailIdentityPolicyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEmailIdentity()
The email identity for which you want to delete a policy.
|
String |
getPolicyName()
The name of the policy.
|
int |
hashCode() |
void |
setEmailIdentity(String emailIdentity)
The email identity for which you want to delete a policy.
|
void |
setPolicyName(String policyName)
The name of the policy.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEmailIdentityPolicyRequest |
withEmailIdentity(String emailIdentity)
The email identity for which you want to delete a policy.
|
DeleteEmailIdentityPolicyRequest |
withPolicyName(String policyName)
The name of the policy.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setEmailIdentity(String emailIdentity)
The email identity for which you want to delete a policy.
emailIdentity - The email identity for which you want to delete a policy.public String getEmailIdentity()
The email identity for which you want to delete a policy.
public DeleteEmailIdentityPolicyRequest withEmailIdentity(String emailIdentity)
The email identity for which you want to delete a policy.
emailIdentity - The email identity for which you want to delete a policy.public void setPolicyName(String policyName)
The name of the policy.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
policyName - The name of the policy.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
public String getPolicyName()
The name of the policy.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
public DeleteEmailIdentityPolicyRequest withPolicyName(String policyName)
The name of the policy.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
policyName - The name of the policy.
The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.
public String toString()
toString in class ObjectObject.toString()public DeleteEmailIdentityPolicyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.