Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetTopicAttributesRequest.Builder,SetTopicAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class SetTopicAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetTopicAttributesRequest.Builder,SetTopicAttributesRequest>
Input for SetTopicAttributes action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetTopicAttributesRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topicArn() |
The ARN of the topic to modify.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetTopicAttributesRequest.Builder,SetTopicAttributesRequest>
public static SetTopicAttributesRequest.Builder builder()
public static Class<? extends SetTopicAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.