@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdentityDkimAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.
NOOP
Constructor and Description |
---|
GetIdentityDkimAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
GetIdentityDkimAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getIdentities()
A list of one or more verified identities - email addresses, domains, or both.
|
int |
hashCode() |
void |
setIdentities(Collection<String> identities)
A list of one or more verified identities - email addresses, domains, or both.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetIdentityDkimAttributesRequest |
withIdentities(Collection<String> identities)
A list of one or more verified identities - email addresses, domains, or both.
|
GetIdentityDkimAttributesRequest |
withIdentities(String... identities)
A list of one or more verified identities - email addresses, domains, or both.
|
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 List<String> getIdentities()
A list of one or more verified identities - email addresses, domains, or both.
public void setIdentities(Collection<String> identities)
A list of one or more verified identities - email addresses, domains, or both.
identities
- A list of one or more verified identities - email addresses, domains, or both.public GetIdentityDkimAttributesRequest withIdentities(String... identities)
A list of one or more verified identities - email addresses, domains, or both.
NOTE: This method appends the values to the existing list (if any). Use
setIdentities(java.util.Collection)
or withIdentities(java.util.Collection)
if you want to
override the existing values.
identities
- A list of one or more verified identities - email addresses, domains, or both.public GetIdentityDkimAttributesRequest withIdentities(Collection<String> identities)
A list of one or more verified identities - email addresses, domains, or both.
identities
- A list of one or more verified identities - email addresses, domains, or both.public String toString()
toString
in class Object
Object.toString()
public GetIdentityDkimAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.