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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRemoves all the entries added into NotificationAttributes.clone()
boolean
A map of Identity to IdentityNotificationAttributes.int
hashCode()
void
setNotificationAttributes
(Map<String, IdentityNotificationAttributes> notificationAttributes) A map of Identity to IdentityNotificationAttributes.toString()
Returns a string representation of this object; useful for testing and debugging.withNotificationAttributes
(Map<String, IdentityNotificationAttributes> notificationAttributes) A map of Identity to IdentityNotificationAttributes.
-
Constructor Details
-
GetIdentityNotificationAttributesResult
public GetIdentityNotificationAttributesResult()
-
-
Method Details
-
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
Removes all the entries added into NotificationAttributes. <p> Returns a reference to this object so that method calls can be chained together. -
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-