@Generated(value="software.amazon.awssdk:codegen") public final class GetMediaRequest extends KinesisVideoMediaRequest implements ToCopyableBuilder<GetMediaRequest.Builder,GetMediaRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMediaRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMediaRequest.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 GetMediaRequest.Builder> |
serializableBuilderClass() |
StartSelector |
startSelector()
Identifies the starting chunk to get from the specified stream.
|
String |
streamARN()
The ARN of the stream from where you want to get the media content.
|
String |
streamName()
The Kinesis video stream name from where you want to get the media content.
|
GetMediaRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String streamName()
The Kinesis video stream name from where you want to get the media content. If you don't specify the
streamName, you must specify the streamARN.
streamName, you must specify the streamARN.public final String streamARN()
The ARN of the stream from where you want to get the media content. If you don't specify the
streamARN, you must specify the streamName.
streamARN, you must specify the streamName.public final StartSelector startSelector()
Identifies the starting chunk to get from the specified stream.
public GetMediaRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMediaRequest.Builder,GetMediaRequest>toBuilder in class KinesisVideoMediaRequestpublic static GetMediaRequest.Builder builder()
public static Class<? extends GetMediaRequest.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 © 2022. All rights reserved.