public class GetIdentityNotificationAttributesResult extends Object implements Serializable
Describes whether an identity has a bounce topic or complaint topic set, or feedback forwarding enabled.
| Constructor and Description |
|---|
GetIdentityNotificationAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetIdentityNotificationAttributesResult |
addNotificationAttributesEntry(String key,
IdentityNotificationAttributes value)
A map of Identity to IdentityNotificationAttributes.
|
GetIdentityNotificationAttributesResult |
clearNotificationAttributesEntries()
Removes all the entries added into NotificationAttributes.
|
boolean |
equals(Object obj) |
Map<String,IdentityNotificationAttributes> |
getNotificationAttributes()
A map of Identity to IdentityNotificationAttributes.
|
int |
hashCode() |
void |
setNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdentityNotificationAttributesResult |
withNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
|
public GetIdentityNotificationAttributesResult()
public Map<String,IdentityNotificationAttributes> getNotificationAttributes()
public void setNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
notificationAttributes - A map of Identity to IdentityNotificationAttributes.public GetIdentityNotificationAttributesResult withNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
Returns a reference to this object so that method calls can be chained together.
notificationAttributes - A map of Identity to IdentityNotificationAttributes.public GetIdentityNotificationAttributesResult addNotificationAttributesEntry(String key, IdentityNotificationAttributes value)
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.
key - The key of the entry to be added into NotificationAttributes.value - The corresponding value of the entry to be added into NotificationAttributes.public GetIdentityNotificationAttributesResult clearNotificationAttributesEntries()
Returns a reference to this object so that method calls can be chained together.
public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.