Class CfnChannel.Scte35TimeSignalAposProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.Scte35TimeSignalAposProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.Scte35TimeSignalAposProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.Scte35TimeSignalAposProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.Scte35TimeSignalAposProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.Scte35TimeSignalAposProperty
An implementation for
CfnChannel.Scte35TimeSignalAposProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.Scte35TimeSignalAposProperty
CfnChannel.Scte35TimeSignalAposProperty.Builder, CfnChannel.Scte35TimeSignalAposProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.Scte35TimeSignalAposProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
When specified, this offset (in milliseconds) is added to the input ad avail PTS time.final String
When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.final String
When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.Scte35TimeSignalAposProperty.Builder
.
-
-
Method Details
-
getAdAvailOffset
Description copied from interface:CfnChannel.Scte35TimeSignalAposProperty
When specified, this offset (in milliseconds) is added to the input ad avail PTS time.This applies only to embedded SCTE 104/35 messages. It doesn't apply to OOB messages.
- Specified by:
getAdAvailOffset
in interfaceCfnChannel.Scte35TimeSignalAposProperty
- See Also:
-
getNoRegionalBlackoutFlag
Description copied from interface:CfnChannel.Scte35TimeSignalAposProperty
When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.- Specified by:
getNoRegionalBlackoutFlag
in interfaceCfnChannel.Scte35TimeSignalAposProperty
- See Also:
-
getWebDeliveryAllowedFlag
Description copied from interface:CfnChannel.Scte35TimeSignalAposProperty
When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.- Specified by:
getWebDeliveryAllowedFlag
in interfaceCfnChannel.Scte35TimeSignalAposProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-