|
|||||||
| 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 | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetIdentityNotificationAttributesResult()
| Method Detail |
|---|
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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||