@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSubscriptionAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Response for GetSubscriptionAttributes action.
Constructor and Description |
---|
GetSubscriptionAttributesResult() |
Modifier and Type | Method and Description |
---|---|
GetSubscriptionAttributesResult |
addAttributesEntry(String key,
String value) |
GetSubscriptionAttributesResult |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetSubscriptionAttributesResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
A map of the subscription's attributes.
|
int |
hashCode() |
void |
setAttributes(Map<String,String> attributes)
A map of the subscription's attributes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSubscriptionAttributesResult |
withAttributes(Map<String,String> attributes)
A map of the subscription's attributes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> 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
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
public void setAttributes(Map<String,String> 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
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
public GetSubscriptionAttributesResult withAttributes(Map<String,String> 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
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
public GetSubscriptionAttributesResult addAttributesEntry(String key, String value)
public GetSubscriptionAttributesResult clearAttributesEntries()
public String toString()
toString
in class Object
Object.toString()
public GetSubscriptionAttributesResult clone()
Copyright © 2018. All rights reserved.