@Generated(value="software.amazon.awssdk:codegen") public final class ListPrefetchSchedulesRequest extends MediaTailorRequest implements ToCopyableBuilder<ListPrefetchSchedulesRequest.Builder,ListPrefetchSchedulesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPrefetchSchedulesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPrefetchSchedulesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request.
|
String |
nextToken()
(Optional) If the playback configuration has more than
MaxResults prefetch schedules, use
NextToken to get the second and subsequent pages of results. |
String |
playbackConfigurationName()
Retrieves the prefetch schedule(s) for a specific playback configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPrefetchSchedulesRequest.Builder> |
serializableBuilderClass() |
String |
streamId()
An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific
streams.
|
ListPrefetchSchedulesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request.
If there are more than MaxResults prefetch schedules, use the value of NextToken in the
response to get the next page of results.
MaxResults prefetch schedules, use the value of
NextToken in the response to get the next page of results.public final String nextToken()
(Optional) If the playback configuration has more than MaxResults prefetch schedules, use
NextToken to get the second and subsequent pages of results.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and
specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more prefetch schedules to
get.
MaxResults prefetch schedules, use
NextToken to get the second and subsequent pages of results.
For the first ListPrefetchSchedulesRequest request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous
response and specify that value for NextToken in the request.
If the previous response didn't include a NextToken element, there are no more prefetch
schedules to get.
public final String playbackConfigurationName()
Retrieves the prefetch schedule(s) for a specific playback configuration.
public final String streamId()
An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.
public ListPrefetchSchedulesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPrefetchSchedulesRequest.Builder,ListPrefetchSchedulesRequest>toBuilder in class MediaTailorRequestpublic static ListPrefetchSchedulesRequest.Builder builder()
public static Class<? extends ListPrefetchSchedulesRequest.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.