@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdMarkerPassthrough extends Object implements Serializable, Cloneable, StructuredPojo
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
.
Constructor and Description |
---|
AdMarkerPassthrough() |
Modifier and Type | Method and Description |
---|---|
AdMarkerPassthrough |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Enables ad marker passthrough for your configuration.
|
int |
hashCode() |
Boolean |
isEnabled()
Enables ad marker passthrough for your configuration.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
Enables ad marker passthrough for your configuration.
|
String |
toString()
Returns a string representation of this object.
|
AdMarkerPassthrough |
withEnabled(Boolean enabled)
Enables ad marker passthrough for your configuration.
|
public void setEnabled(Boolean enabled)
Enables ad marker passthrough for your configuration.
enabled
- Enables ad marker passthrough for your configuration.public Boolean getEnabled()
Enables ad marker passthrough for your configuration.
public AdMarkerPassthrough withEnabled(Boolean enabled)
Enables ad marker passthrough for your configuration.
enabled
- Enables ad marker passthrough for your configuration.public Boolean isEnabled()
Enables ad marker passthrough for your configuration.
public String toString()
toString
in class Object
Object.toString()
public AdMarkerPassthrough clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.