@Generated(value="software.amazon.awssdk:codegen") public final class DescribeNotificationConfigurationRequest extends KinesisVideoRequest implements ToCopyableBuilder<DescribeNotificationConfigurationRequest.Builder,DescribeNotificationConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeNotificationConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeNotificationConfigurationRequest.Builder |
builder() |
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 DescribeNotificationConfigurationRequest.Builder> |
serializableBuilderClass() |
String |
streamARN()
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification
configuration.
|
String |
streamName()
The name of the stream from which to retrieve the notification configuration.
|
DescribeNotificationConfigurationRequest.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 retrieve 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 retrieve the notification
configuration. You must specify either the StreamName or the StreamARN.
StreamName or the StreamARN.public DescribeNotificationConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeNotificationConfigurationRequest.Builder,DescribeNotificationConfigurationRequest>toBuilder in class KinesisVideoRequestpublic static DescribeNotificationConfigurationRequest.Builder builder()
public static Class<? extends DescribeNotificationConfigurationRequest.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.