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