com.amazonaws.services.simpleemail.model
Class GetIdentityNotificationAttributesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.simpleemail.model.GetIdentityNotificationAttributesRequest

public class GetIdentityNotificationAttributesRequest
extends AmazonWebServiceRequest

Container for the parameters to the GetIdentityNotificationAttributes operation.

Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes. For more information about feedback notification, see the Amazon SES Developer Guide .

See Also:
AmazonSimpleEmailService.getIdentityNotificationAttributes(GetIdentityNotificationAttributesRequest)

Constructor Summary
GetIdentityNotificationAttributesRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetIdentityNotificationAttributesRequest

public GetIdentityNotificationAttributesRequest()
Method Detail

getIdentities

public List<String> getIdentities()
A list of one or more identities.

Returns:
A list of one or more identities.

setIdentities

public void setIdentities(Collection<String> identities)
A list of one or more identities.

Parameters:
identities - A list of one or more identities.

withIdentities

public GetIdentityNotificationAttributesRequest withIdentities(String... identities)
A list of one or more identities.

Returns a reference to this object so that method calls can be chained together.

Parameters:
identities - A list of one or more identities.
Returns:
A reference to this updated object so that method calls can be chained together.

withIdentities

public GetIdentityNotificationAttributesRequest withIdentities(Collection<String> identities)
A list of one or more identities.

Returns a reference to this object so that method calls can be chained together.

Parameters:
identities - A list of one or more identities.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.