@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdentityNotificationAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the notification attributes for a list of identities.
Constructor and Description |
---|
GetIdentityNotificationAttributesResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetIdentityNotificationAttributesResult()
public Map<String,IdentityNotificationAttributes> getNotificationAttributes()
A map of Identity to IdentityNotificationAttributes.
public void setNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
notificationAttributes
- A map of Identity to IdentityNotificationAttributes.public GetIdentityNotificationAttributesResult withNotificationAttributes(Map<String,IdentityNotificationAttributes> notificationAttributes)
A map of Identity to IdentityNotificationAttributes.
notificationAttributes
- A map of Identity to IdentityNotificationAttributes.public GetIdentityNotificationAttributesResult addNotificationAttributesEntry(String key, IdentityNotificationAttributes value)
public GetIdentityNotificationAttributesResult clearNotificationAttributesEntries()
public String toString()
toString
in class Object
Object.toString()
public GetIdentityNotificationAttributesResult clone()