@Generated(value="software.amazon.awssdk:codegen") public final class AdMarkerPassthrough extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AdMarkerPassthrough.Builder,AdMarkerPassthrough>
The configuration for Ad Marker Passthrough. Ad marker passthrough can be used to pass ad markers from the origin to the customized manifest.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AdMarkerPassthrough.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AdMarkerPassthrough.Builder |
builder() |
Boolean |
enabled()
For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35
ad markers from the origin manifest to the MediaTailor personalized manifest.
|
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 AdMarkerPassthrough.Builder> |
serializableBuilderClass() |
AdMarkerPassthrough.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean enabled()
For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.
No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.
No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.
public AdMarkerPassthrough.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AdMarkerPassthrough.Builder,AdMarkerPassthrough>public static AdMarkerPassthrough.Builder builder()
public static Class<? extends AdMarkerPassthrough.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.