@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() |
Modifier and Type | Method and 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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.