@Generated(value="software.amazon.awssdk:codegen") public final class GetPrefetchScheduleRequest extends MediaTailorRequest implements ToCopyableBuilder<GetPrefetchScheduleRequest.Builder,GetPrefetchScheduleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPrefetchScheduleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetPrefetchScheduleRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the prefetch schedule.
|
String |
playbackConfigurationName()
Returns information about the prefetch schedule for a specific playback configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPrefetchScheduleRequest.Builder> |
serializableBuilderClass() |
GetPrefetchScheduleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
public final String playbackConfigurationName()
Returns information about the prefetch schedule for a specific playback configuration. If you call
GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status
code.public GetPrefetchScheduleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPrefetchScheduleRequest.Builder,GetPrefetchScheduleRequest>toBuilder in class MediaTailorRequestpublic static GetPrefetchScheduleRequest.Builder builder()
public static Class<? extends GetPrefetchScheduleRequest.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.