@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetSubscriptionAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input for SetSubscriptionAttributes action.
NOOP
Constructor and Description |
---|
SetSubscriptionAttributesRequest()
Default constructor for SetSubscriptionAttributesRequest object.
|
SetSubscriptionAttributesRequest(String subscriptionArn,
String attributeName,
String attributeValue)
Constructs a new SetSubscriptionAttributesRequest object.
|
Modifier and Type | Method and Description |
---|---|
SetSubscriptionAttributesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
A map of attributes with their corresponding values.
|
String |
getAttributeValue()
The new value for the attribute in JSON format.
|
String |
getSubscriptionArn()
The ARN of the subscription to modify.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
A map of attributes with their corresponding values.
|
void |
setAttributeValue(String attributeValue)
The new value for the attribute in JSON format.
|
void |
setSubscriptionArn(String subscriptionArn)
The ARN of the subscription to modify.
|
String |
toString()
Returns a string representation of this object.
|
SetSubscriptionAttributesRequest |
withAttributeName(String attributeName)
A map of attributes with their corresponding values.
|
SetSubscriptionAttributesRequest |
withAttributeValue(String attributeValue)
The new value for the attribute in JSON format.
|
SetSubscriptionAttributesRequest |
withSubscriptionArn(String subscriptionArn)
The ARN of the subscription to modify.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public SetSubscriptionAttributesRequest()
public SetSubscriptionAttributesRequest(String subscriptionArn, String attributeName, String attributeValue)
subscriptionArn
- The ARN of the subscription to modify.attributeName
- A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the
SetTopicAttributes
action uses:
DeliveryPolicy
– The policy that defines how Amazon SNS retries failed deliveries to HTTP/S
endpoints.
FilterPolicy
– The simple JSON object that lets your subscriber receive only a subset of
messages, rather than receiving every message published to the topic.
RawMessageDelivery
– When set to true
, enables raw message delivery to Amazon
SQS or HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is
otherwise created for Amazon SNS metadata.
attributeValue
- The new value for the attribute in JSON format.public void setSubscriptionArn(String subscriptionArn)
The ARN of the subscription to modify.
subscriptionArn
- The ARN of the subscription to modify.public String getSubscriptionArn()
The ARN of the subscription to modify.
public SetSubscriptionAttributesRequest withSubscriptionArn(String subscriptionArn)
The ARN of the subscription to modify.
subscriptionArn
- The ARN of the subscription to modify.public void setAttributeName(String attributeName)
A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the
SetTopicAttributes
action uses:
DeliveryPolicy
– The policy that defines how Amazon SNS retries failed deliveries to HTTP/S
endpoints.
FilterPolicy
– The simple JSON object that lets your subscriber receive only a subset of messages,
rather than receiving every message published to the topic.
RawMessageDelivery
– When set to true
, enables raw message delivery to Amazon SQS or
HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is otherwise
created for Amazon SNS metadata.
attributeName
- A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the
SetTopicAttributes
action uses:
DeliveryPolicy
– The policy that defines how Amazon SNS retries failed deliveries to HTTP/S
endpoints.
FilterPolicy
– The simple JSON object that lets your subscriber receive only a subset of
messages, rather than receiving every message published to the topic.
RawMessageDelivery
– When set to true
, enables raw message delivery to Amazon
SQS or HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is
otherwise created for Amazon SNS metadata.
public String getAttributeName()
A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the
SetTopicAttributes
action uses:
DeliveryPolicy
– The policy that defines how Amazon SNS retries failed deliveries to HTTP/S
endpoints.
FilterPolicy
– The simple JSON object that lets your subscriber receive only a subset of messages,
rather than receiving every message published to the topic.
RawMessageDelivery
– When set to true
, enables raw message delivery to Amazon SQS or
HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is otherwise
created for Amazon SNS metadata.
The following lists the names, descriptions, and values of the special request parameters that the
SetTopicAttributes
action uses:
DeliveryPolicy
– The policy that defines how Amazon SNS retries failed deliveries to HTTP/S
endpoints.
FilterPolicy
– The simple JSON object that lets your subscriber receive only a subset of
messages, rather than receiving every message published to the topic.
RawMessageDelivery
– When set to true
, enables raw message delivery to Amazon
SQS or HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is
otherwise created for Amazon SNS metadata.
public SetSubscriptionAttributesRequest withAttributeName(String attributeName)
A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the
SetTopicAttributes
action uses:
DeliveryPolicy
– The policy that defines how Amazon SNS retries failed deliveries to HTTP/S
endpoints.
FilterPolicy
– The simple JSON object that lets your subscriber receive only a subset of messages,
rather than receiving every message published to the topic.
RawMessageDelivery
– When set to true
, enables raw message delivery to Amazon SQS or
HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is otherwise
created for Amazon SNS metadata.
attributeName
- A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the
SetTopicAttributes
action uses:
DeliveryPolicy
– The policy that defines how Amazon SNS retries failed deliveries to HTTP/S
endpoints.
FilterPolicy
– The simple JSON object that lets your subscriber receive only a subset of
messages, rather than receiving every message published to the topic.
RawMessageDelivery
– When set to true
, enables raw message delivery to Amazon
SQS or HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is
otherwise created for Amazon SNS metadata.
public void setAttributeValue(String attributeValue)
The new value for the attribute in JSON format.
attributeValue
- The new value for the attribute in JSON format.public String getAttributeValue()
The new value for the attribute in JSON format.
public SetSubscriptionAttributesRequest withAttributeValue(String attributeValue)
The new value for the attribute in JSON format.
attributeValue
- The new value for the attribute in JSON format.public String toString()
toString
in class Object
Object.toString()
public SetSubscriptionAttributesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.