|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleemail.model.GetIdentityNotificationAttributesResult
public class GetIdentityNotificationAttributesResult
Describes whether an identity has a bounce topic or complaint topic set, or feedback forwarding enabled.
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 |
---|
public GetIdentityNotificationAttributesResult()
Method Detail |
---|
public java.util.Map<java.lang.String,IdentityNotificationAttributes> getNotificationAttributes()
public void setNotificationAttributes(java.util.Map<java.lang.String,IdentityNotificationAttributes> notificationAttributes)
notificationAttributes
- A map of Identity to IdentityNotificationAttributes.public GetIdentityNotificationAttributesResult withNotificationAttributes(java.util.Map<java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |