Package com.amazonaws.services.sns.model
Class GetSubscriptionAttributesResult
java.lang.Object
com.amazonaws.services.sns.model.GetSubscriptionAttributesResult
- All Implemented Interfaces:
Serializable
,Cloneable
Response for GetSubscriptionAttributes action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesEntry
(String key, String value) Removes all the entries added into Attributes.clone()
boolean
A map of the subscription's attributes.int
hashCode()
void
setAttributes
(Map<String, String> attributes) A map of the subscription's attributes.toString()
Returns a string representation of this object; useful for testing and debugging.withAttributes
(Map<String, String> attributes) A map of the subscription's attributes.
-
Constructor Details
-
GetSubscriptionAttributesResult
public GetSubscriptionAttributesResult()
-
-
Method Details
-
getAttributes
A map of the subscription's attributes. Attributes in this map include the following:
-
SubscriptionArn
-- the subscription's ARN -
TopicArn
-- the topic ARN that the subscription is associated with -
Owner
-- the AWS account ID of the subscription's owner -
ConfirmationWasAuthenticated
-- true if the subscription confirmation request was authenticated -
DeliveryPolicy
-- the JSON serialization of the subscription's delivery policy -
EffectiveDeliveryPolicy
-- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults
- Returns:
- A map of the subscription's attributes. Attributes in this map
include the following:
-
SubscriptionArn
-- the subscription's ARN -
TopicArn
-- the topic ARN that the subscription is associated with -
Owner
-- the AWS account ID of the subscription's owner -
ConfirmationWasAuthenticated
-- true if the subscription confirmation request was authenticated -
DeliveryPolicy
-- the JSON serialization of the subscription's delivery policy -
EffectiveDeliveryPolicy
-- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults
-
-
-
setAttributes
A map of the subscription's attributes. Attributes in this map include the following:
-
SubscriptionArn
-- the subscription's ARN -
TopicArn
-- the topic ARN that the subscription is associated with -
Owner
-- the AWS account ID of the subscription's owner -
ConfirmationWasAuthenticated
-- true if the subscription confirmation request was authenticated -
DeliveryPolicy
-- the JSON serialization of the subscription's delivery policy -
EffectiveDeliveryPolicy
-- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults
- Parameters:
attributes
- A map of the subscription's attributes. Attributes in this map include the following:-
SubscriptionArn
-- the subscription's ARN -
TopicArn
-- the topic ARN that the subscription is associated with -
Owner
-- the AWS account ID of the subscription's owner -
ConfirmationWasAuthenticated
-- true if the subscription confirmation request was authenticated -
DeliveryPolicy
-- the JSON serialization of the subscription's delivery policy -
EffectiveDeliveryPolicy
-- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults
-
-
-
withAttributes
A map of the subscription's attributes. Attributes in this map include the following:
-
SubscriptionArn
-- the subscription's ARN -
TopicArn
-- the topic ARN that the subscription is associated with -
Owner
-- the AWS account ID of the subscription's owner -
ConfirmationWasAuthenticated
-- true if the subscription confirmation request was authenticated -
DeliveryPolicy
-- the JSON serialization of the subscription's delivery policy -
EffectiveDeliveryPolicy
-- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults
- Parameters:
attributes
- A map of the subscription's attributes. Attributes in this map include the following:-
SubscriptionArn
-- the subscription's ARN -
TopicArn
-- the topic ARN that the subscription is associated with -
Owner
-- the AWS account ID of the subscription's owner -
ConfirmationWasAuthenticated
-- true if the subscription confirmation request was authenticated -
DeliveryPolicy
-- the JSON serialization of the subscription's delivery policy -
EffectiveDeliveryPolicy
-- the JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
addAttributesEntry
-
clearAttributesEntries
Removes all the entries added into Attributes. <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
-