@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 Amazon 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 Amazon 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 final String directoryId()
The Directory ID that will publish status messages to the Amazon SNS topic.
public final String topicName()
The Amazon SNS topic name to which the directory will publish status messages. This Amazon 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.