@Generated(value="software.amazon.awssdk:codegen") public final class RegisterEventTopicRequest extends DirectoryRequest implements ToCopyableBuilder<RegisterEventTopicRequest.Builder,RegisterEventTopicRequest>
Registers a new event topic.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterEventTopicRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegisterEventTopicRequest.Builder |
builder() |
String |
directoryId()
The Directory ID that will publish status messages to the SNS topic.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisterEventTopicRequest.Builder> |
serializableBuilderClass() |
RegisterEventTopicRequest.Builder |
toBuilder() |
String |
topicName()
The SNS topic name to which the directory will publish status messages.
|
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String directoryId()
The Directory ID that will publish status messages to the SNS topic.
public String topicName()
The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.
public RegisterEventTopicRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisterEventTopicRequest.Builder,RegisterEventTopicRequest>toBuilder in class DirectoryRequestpublic static RegisterEventTopicRequest.Builder builder()
public static Class<? extends RegisterEventTopicRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.