@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdentityNotificationAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to return the notification attributes for a list of identities you verified with Amazon SES. For information about Amazon SES notifications, see the Amazon SES Developer Guide.
NOOP| Constructor and Description | 
|---|
GetIdentityNotificationAttributesRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetIdentityNotificationAttributesRequest | 
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 identities. 
 | 
int | 
hashCode()  | 
void | 
setIdentities(Collection<String> identities)
 A list of one or more identities. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
GetIdentityNotificationAttributesRequest | 
withIdentities(Collection<String> identities)
 A list of one or more identities. 
 | 
GetIdentityNotificationAttributesRequest | 
withIdentities(String... identities)
 A list of one or more identities. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetIdentityNotificationAttributesRequest()
public List<String> getIdentities()
 A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource
 Name (ARN). Examples: [email protected], example.com,
 arn:aws:ses:us-east-1:123456789012:identity/example.com.
 
[email protected], example.com,
         arn:aws:ses:us-east-1:123456789012:identity/example.com.public void setIdentities(Collection<String> identities)
 A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource
 Name (ARN). Examples: [email protected], example.com,
 arn:aws:ses:us-east-1:123456789012:identity/example.com.
 
identities - A list of one or more identities. You can specify an identity by using its name or by using its Amazon
        Resource Name (ARN). Examples: [email protected], example.com,
        arn:aws:ses:us-east-1:123456789012:identity/example.com.public GetIdentityNotificationAttributesRequest withIdentities(String... identities)
 A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource
 Name (ARN). Examples: [email protected], example.com,
 arn:aws:ses:us-east-1:123456789012:identity/example.com.
 
 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 identities. You can specify an identity by using its name or by using its Amazon
        Resource Name (ARN). Examples: [email protected], example.com,
        arn:aws:ses:us-east-1:123456789012:identity/example.com.public GetIdentityNotificationAttributesRequest withIdentities(Collection<String> identities)
 A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource
 Name (ARN). Examples: [email protected], example.com,
 arn:aws:ses:us-east-1:123456789012:identity/example.com.
 
identities - A list of one or more identities. You can specify an identity by using its name or by using its Amazon
        Resource Name (ARN). Examples: [email protected], example.com,
        arn:aws:ses:us-east-1:123456789012:identity/example.com.public String toString()
toString in class ObjectObject.toString()public GetIdentityNotificationAttributesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.