Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteTopicRequest.Builder,DeleteTopicRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteTopicRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteTopicRequest.Builder,DeleteTopicRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteTopicRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteTopicRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteTopicRequest.Builder> |
serializableBuilderClass() |
|
DeleteTopicRequest.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 you want to delete.
|
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 you want to delete.
public DeleteTopicRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteTopicRequest.Builder,DeleteTopicRequest>
public static DeleteTopicRequest.Builder builder()
public static Class<? extends DeleteTopicRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.