@Generated(value="software.amazon.awssdk:codegen") public final class UpdateNotificationConfigurationRequest extends KinesisVideoRequest implements ToCopyableBuilder<UpdateNotificationConfigurationRequest.Builder,UpdateNotificationConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateNotificationConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateNotificationConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NotificationConfiguration |
notificationConfiguration()
The structure containing the information required for notifications.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateNotificationConfigurationRequest.Builder> |
serializableBuilderClass() |
String |
streamARN()
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the notification
configuration.
|
String |
streamName()
The name of the stream from which to update the notification configuration.
|
UpdateNotificationConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String streamName()
The name of the stream from which to update the notification configuration. You must specify either the
StreamName or the StreamARN.
StreamName or the StreamARN.public final String streamARN()
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the notification
configuration. You must specify either the StreamName or the StreamARN.
StreamName or the StreamARN.public final NotificationConfiguration notificationConfiguration()
The structure containing the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
public UpdateNotificationConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateNotificationConfigurationRequest.Builder,UpdateNotificationConfigurationRequest>toBuilder in class KinesisVideoRequestpublic static UpdateNotificationConfigurationRequest.Builder builder()
public static Class<? extends UpdateNotificationConfigurationRequest.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.