@Generated(value="software.amazon.awssdk:codegen") public final class ListFragmentsRequest extends KinesisVideoArchivedMediaRequest implements ToCopyableBuilder<ListFragmentsRequest.Builder,ListFragmentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFragmentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFragmentsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FragmentSelector |
fragmentSelector()
Describes the timestamp range and timestamp origin for the range of fragments to return.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
maxResults()
The total number of fragments to return.
|
String |
nextToken()
A token to specify where to start paginating.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFragmentsRequest.Builder> |
serializableBuilderClass() |
String |
streamARN()
The Amazon Resource Name (ARN) of the stream from which to retrieve a fragment list.
|
String |
streamName()
The name of the stream from which to retrieve a fragment list.
|
ListFragmentsRequest.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 a fragment list. Specify either this parameter or the
StreamARN parameter.
StreamARN parameter.public final String streamARN()
The Amazon Resource Name (ARN) of the stream from which to retrieve a fragment list. Specify either this
parameter or the StreamName parameter.
StreamName parameter.public final Long maxResults()
The total number of fragments to return. If the total number of fragments available is more than the value
specified in max-results, then a ListFragmentsOutput$NextToken is provided in the output that
you can use to resume pagination.
max-results, then a ListFragmentsOutput$NextToken is provided in
the output that you can use to resume pagination.public final String nextToken()
A token to specify where to start paginating. This is the ListFragmentsOutput$NextToken from a previously truncated response.
public final FragmentSelector fragmentSelector()
Describes the timestamp range and timestamp origin for the range of fragments to return.
public ListFragmentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFragmentsRequest.Builder,ListFragmentsRequest>toBuilder in class KinesisVideoArchivedMediaRequestpublic static ListFragmentsRequest.Builder builder()
public static Class<? extends ListFragmentsRequest.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.