public class GetIdentityNotificationAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.
This operation is throttled at one request per second and can only get notification attributes for up to 100 identities at a time.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
| Constructor and Description | 
|---|
| GetIdentityNotificationAttributesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.util.List<java.lang.String> | getIdentities()
 A list of one or more identities. | 
| int | hashCode() | 
| void | setIdentities(java.util.Collection<java.lang.String> identities)
 A list of one or more identities. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| GetIdentityNotificationAttributesRequest | withIdentities(java.util.Collection<java.lang.String> identities)
 A list of one or more identities. | 
| GetIdentityNotificationAttributesRequest | withIdentities(java.lang.String... identities)
 A list of one or more identities. | 
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic GetIdentityNotificationAttributesRequest()
public java.util.List<java.lang.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:
 user@example.com, example.com,
 arn:aws:ses:us-east-1:123456789012:identity/example.com.
 
         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: user@example.com, example.com,
         arn:aws:ses:us-east-1:123456789012:identity/example.com
         .
         
public void setIdentities(java.util.Collection<java.lang.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:
 user@example.com, 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: user@example.com,
            example.com,
            arn:aws:ses:us-east-1:123456789012:identity/example.com
            .
            
public GetIdentityNotificationAttributesRequest withIdentities(java.lang.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:
 user@example.com, example.com,
 arn:aws:ses:us-east-1:123456789012:identity/example.com.
 
Returns a reference to this object so that method calls can be chained together.
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: user@example.com,
            example.com,
            arn:aws:ses:us-east-1:123456789012:identity/example.com
            .
            
public GetIdentityNotificationAttributesRequest withIdentities(java.util.Collection<java.lang.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:
 user@example.com, example.com,
 arn:aws:ses:us-east-1:123456789012:identity/example.com.
 
Returns a reference to this object so that method calls can be chained together.
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: user@example.com,
            example.com,
            arn:aws:ses:us-east-1:123456789012:identity/example.com
            .
            
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.