Class GetIdentityNotificationAttributesResult
- java.lang.Object
-
- com.amazonaws.services.simpleemail.model.GetIdentityNotificationAttributesResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetIdentityNotificationAttributesResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetIdentityNotificationAttributesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetIdentityNotificationAttributesResult
addNotificationAttributesEntry(String key, IdentityNotificationAttributes value)
GetIdentityNotificationAttributesResult
clearNotificationAttributesEntries()
Removes all the entries added into NotificationAttributes.GetIdentityNotificationAttributesResult
clone()
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.
-
-
-
Method Detail
-
getNotificationAttributes
public Map<String,IdentityNotificationAttributes> getNotificationAttributes()
A map of Identity to IdentityNotificationAttributes.
- Returns:
- A map of Identity to IdentityNotificationAttributes.
-
setNotificationAttributes
public void setNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
- Parameters:
notificationAttributes
- A map of Identity to IdentityNotificationAttributes.
-
withNotificationAttributes
public GetIdentityNotificationAttributesResult withNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
- Parameters:
notificationAttributes
- A map of Identity to IdentityNotificationAttributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addNotificationAttributesEntry
public GetIdentityNotificationAttributesResult addNotificationAttributesEntry(String key, IdentityNotificationAttributes value)
-
clearNotificationAttributesEntries
public GetIdentityNotificationAttributesResult clearNotificationAttributesEntries()
Removes all the entries added into NotificationAttributes. <p> Returns a reference to this 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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetIdentityNotificationAttributesResult clone()
-
-