@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public GetEmailIdentityPoliciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()