@Generated(value="software.amazon.awssdk:codegen") public class SetSubscriptionAttributesRequest extends software.amazon.awssdk.AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.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()
The name of the attribute you want to set.
|
String |
attributeValue()
The new value for the attribute in JSON format.
|
static SetSubscriptionAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends SetSubscriptionAttributesRequest.Builder> |
serializableBuilderClass() |
String |
subscriptionArn()
The ARN of the subscription to modify.
|
SetSubscriptionAttributesRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setSdkClientExecutionTimeout, withGeneralProgressListener, withSdkClientExecutionTimeoutpublic String subscriptionArn()
The ARN of the subscription to modify.
public String attributeName()
The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.
Valid values: DeliveryPolicy | RawMessageDelivery
Valid values: DeliveryPolicy | RawMessageDelivery
public String attributeValue()
The new value for the attribute in JSON format.
public SetSubscriptionAttributesRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<SetSubscriptionAttributesRequest.Builder,SetSubscriptionAttributesRequest>public static SetSubscriptionAttributesRequest.Builder builder()
public static Class<? extends SetSubscriptionAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.