@Generated(value="software.amazon.awssdk:codegen") public final class GetClipRequest extends KinesisVideoArchivedMediaRequest implements ToCopyableBuilder<GetClipRequest.Builder,GetClipRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetClipRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetClipRequest.Builder |
builder() |
ClipFragmentSelector |
clipFragmentSelector()
The time range of the requested clip and the source of the timestamps.
|
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 GetClipRequest.Builder> |
serializableBuilderClass() |
String |
streamARN()
The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.
|
String |
streamName()
The name of the stream for which to retrieve the media clip.
|
GetClipRequest.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 for which to retrieve the media clip.
You must specify either the StreamName or the StreamARN.
You must specify either the StreamName or the StreamARN.
public final String streamARN()
The Amazon Resource Name (ARN) of the stream for which to retrieve the media clip.
You must specify either the StreamName or the StreamARN.
You must specify either the StreamName or the StreamARN.
public final ClipFragmentSelector clipFragmentSelector()
The time range of the requested clip and the source of the timestamps.
public GetClipRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetClipRequest.Builder,GetClipRequest>toBuilder in class KinesisVideoArchivedMediaRequestpublic static GetClipRequest.Builder builder()
public static Class<? extends GetClipRequest.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.