@Generated(value="software.amazon.awssdk:codegen") public final class StreamingNotificationTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamingNotificationTarget.Builder,StreamingNotificationTarget>
The targeted recipient for a streaming configuration notification.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamingNotificationTarget.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamingNotificationTarget.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NotificationTarget |
notificationTarget()
The streaming notification target.
|
String |
notificationTargetAsString()
The streaming notification target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StreamingNotificationTarget.Builder> |
serializableBuilderClass() |
StreamingNotificationTarget.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NotificationTarget notificationTarget()
The streaming notification target.
If the service returns an enum value that is not available in the current SDK version,
notificationTarget will return NotificationTarget.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from notificationTargetAsString().
NotificationTargetpublic final String notificationTargetAsString()
The streaming notification target.
If the service returns an enum value that is not available in the current SDK version,
notificationTarget will return NotificationTarget.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from notificationTargetAsString().
NotificationTargetpublic StreamingNotificationTarget.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StreamingNotificationTarget.Builder,StreamingNotificationTarget>public static StreamingNotificationTarget.Builder builder()
public static Class<? extends StreamingNotificationTarget.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.