@Generated(value="software.amazon.awssdk:codegen") public final class SetSubscriptionAttributesRequest extends SnsRequest implements ToCopyableBuilder<SetSubscriptionAttributesRequest.Builder,SetSubscriptionAttributesRequest>
Input for SetSubscriptionAttributes action.
Modifier and Type | Class and Description |
---|---|
static interface |
SetSubscriptionAttributesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
attributeName()
A map of attributes with their corresponding values.
|
String |
attributeValue()
The new value for the attribute in JSON format.
|
static SetSubscriptionAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SetSubscriptionAttributesRequest.Builder> |
serializableBuilderClass() |
String |
subscriptionArn()
The ARN of the subscription to modify.
|
SetSubscriptionAttributesRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String subscriptionArn()
The ARN of the subscription to modify.
public 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.
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 attributeValue()
The new value for the attribute in JSON format.
public SetSubscriptionAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetSubscriptionAttributesRequest.Builder,SetSubscriptionAttributesRequest>
toBuilder
in class SnsRequest
public static SetSubscriptionAttributesRequest.Builder builder()
public static Class<? extends SetSubscriptionAttributesRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.