@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEmailIdentityPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to return the policies of an email identity.
NOOP| Constructor and Description |
|---|
GetEmailIdentityPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetEmailIdentityPoliciesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEmailIdentity()
The email identity that you want to retrieve policies for.
|
int |
hashCode() |
void |
setEmailIdentity(String emailIdentity)
The email identity that you want to retrieve policies for.
|
String |
toString()
Returns a string representation of this object.
|
GetEmailIdentityPoliciesRequest |
withEmailIdentity(String emailIdentity)
The email identity that you want to retrieve policies for.
|
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 that you want to retrieve policies for.
emailIdentity - The email identity that you want to retrieve policies for.public String getEmailIdentity()
The email identity that you want to retrieve policies for.
public GetEmailIdentityPoliciesRequest withEmailIdentity(String emailIdentity)
The email identity that you want to retrieve policies for.
emailIdentity - The email identity that you want to retrieve policies for.public String toString()
toString in class ObjectObject.toString()public GetEmailIdentityPoliciesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.