Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeregisterEventTopicRequest.Builder,DeregisterEventTopicRequest>
@Generated("software.amazon.awssdk:codegen") public class DeregisterEventTopicRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeregisterEventTopicRequest.Builder,DeregisterEventTopicRequest>
Removes the specified directory as a publisher to the specified SNS topic.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeregisterEventTopicRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeregisterEventTopicRequest.Builder |
builder() |
|
String |
directoryId() |
The Directory ID to remove as a publisher.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeregisterEventTopicRequest.Builder> |
serializableBuilderClass() |
|
DeregisterEventTopicRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topicName() |
The name of the SNS topic from which to remove the directory as a publisher.
|
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 directoryId()
The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.
public String topicName()
The name of the SNS topic from which to remove the directory as a publisher.
public DeregisterEventTopicRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeregisterEventTopicRequest.Builder,DeregisterEventTopicRequest>
public static DeregisterEventTopicRequest.Builder builder()
public static Class<? extends DeregisterEventTopicRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.