@Generated(value="software.amazon.awssdk:codegen") public final class GetPrefetchScheduleResponse extends MediaTailorResponse implements ToCopyableBuilder<GetPrefetchScheduleResponse.Builder,GetPrefetchScheduleResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPrefetchScheduleResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the prefetch schedule.
|
static GetPrefetchScheduleResponse.Builder |
builder() |
PrefetchConsumption |
consumption()
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
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()
The name of the playback configuration to create the prefetch schedule for.
|
PrefetchRetrieval |
retrieval()
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPrefetchScheduleResponse.Builder> |
serializableBuilderClass() |
String |
streamId()
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same
playback configuration.
|
GetPrefetchScheduleResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the prefetch schedule.
public final PrefetchConsumption consumption()
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
public 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()
The name of the playback configuration to create the prefetch schedule for.
public final PrefetchRetrieval retrieval()
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
public final String streamId()
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
public GetPrefetchScheduleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPrefetchScheduleResponse.Builder,GetPrefetchScheduleResponse>toBuilder in class AwsResponsepublic static GetPrefetchScheduleResponse.Builder builder()
public static Class<? extends GetPrefetchScheduleResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.