@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.
|
int |
hashCode() |
void |
setEmailIdentity(String emailIdentity)
The email identity.
|
String |
toString()
Returns a string representation of this object.
|
GetEmailIdentityPoliciesRequest |
withEmailIdentity(String emailIdentity)
The email identity.
|
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.
emailIdentity
- The email identity.public String getEmailIdentity()
The email identity.
public GetEmailIdentityPoliciesRequest withEmailIdentity(String emailIdentity)
The email identity.
emailIdentity
- The email identity.public String toString()
toString
in class Object
Object.toString()
public GetEmailIdentityPoliciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()