com.amazonaws.services.simpleemail.model
Class GetIdentityNotificationAttributesResult

java.lang.Object
  extended by com.amazonaws.services.simpleemail.model.GetIdentityNotificationAttributesResult
All Implemented Interfaces:
java.io.Serializable

public class GetIdentityNotificationAttributesResult
extends java.lang.Object
implements java.io.Serializable

Describes whether an identity has a bounce topic or complaint topic set, or feedback forwarding enabled.

See Also:
Serialized Form

Constructor Summary
GetIdentityNotificationAttributesResult()
           
 
Method Summary
 GetIdentityNotificationAttributesResult addNotificationAttributesEntry(java.lang.String key, IdentityNotificationAttributes value)
          A map of Identity to IdentityNotificationAttributes.
 GetIdentityNotificationAttributesResult clearNotificationAttributesEntries()
          Removes all the entries added into NotificationAttributes.
 boolean equals(java.lang.Object obj)
           
 java.util.Map<java.lang.String,IdentityNotificationAttributes> getNotificationAttributes()
          A map of Identity to IdentityNotificationAttributes.
 int hashCode()
           
 void setNotificationAttributes(java.util.Map<java.lang.String,IdentityNotificationAttributes> notificationAttributes)
          A map of Identity to IdentityNotificationAttributes.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetIdentityNotificationAttributesResult withNotificationAttributes(java.util.Map<java.lang.String,IdentityNotificationAttributes> notificationAttributes)
          A map of Identity to IdentityNotificationAttributes.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetIdentityNotificationAttributesResult

public GetIdentityNotificationAttributesResult()
Method Detail

getNotificationAttributes

public java.util.Map<java.lang.String,IdentityNotificationAttributes> getNotificationAttributes()
A map of Identity to IdentityNotificationAttributes.

Returns:
A map of Identity to IdentityNotificationAttributes.

setNotificationAttributes

public void setNotificationAttributes(java.util.Map<java.lang.String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.

Parameters:
notificationAttributes - A map of Identity to IdentityNotificationAttributes.

withNotificationAttributes

public GetIdentityNotificationAttributesResult withNotificationAttributes(java.util.Map<java.lang.String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.

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

Parameters:
notificationAttributes - A map of Identity to IdentityNotificationAttributes.
Returns:
A reference to this updated object so that method calls can be chained together.

addNotificationAttributesEntry

public GetIdentityNotificationAttributesResult addNotificationAttributesEntry(java.lang.String key,
                                                                              IdentityNotificationAttributes value)
A map of Identity to IdentityNotificationAttributes.

The method adds a new key-value pair into NotificationAttributes parameter, and returns a reference to this object so that method calls can be chained together.

Parameters:
key - The key of the entry to be added into NotificationAttributes.
value - The corresponding value of the entry to be added into NotificationAttributes.

clearNotificationAttributesEntries

public GetIdentityNotificationAttributesResult clearNotificationAttributesEntries()
Removes all the entries added into NotificationAttributes.

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


toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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