Class CfnOriginEndpoint.SegmentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.SegmentProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.SegmentProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.SegmentProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpoint.SegmentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpoint.SegmentProperty
An implementation for
CfnOriginEndpoint.SegmentProperty
-
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.mediapackagev2.CfnOriginEndpoint.SegmentProperty
CfnOriginEndpoint.SegmentProperty.Builder, CfnOriginEndpoint.SegmentProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.SegmentProperty.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 Object
Whether to use encryption for the segment.final Object
Whether the segment includes I-frame-only streams.final Object
getScte()
The SCTE-35 configuration associated with the segment.final Number
The duration of the segment, in seconds.final String
The name of the segment associated with the origin endpoint.final Object
Whether the segment includes DVB subtitles.final Object
Whether the segment is an audio rendition group.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 theCfnOriginEndpoint.SegmentProperty.Builder
.
-
-
Method Details
-
getEncryption
Description copied from interface:CfnOriginEndpoint.SegmentProperty
Whether to use encryption for the segment.- Specified by:
getEncryption
in interfaceCfnOriginEndpoint.SegmentProperty
- See Also:
-
getIncludeIframeOnlyStreams
Description copied from interface:CfnOriginEndpoint.SegmentProperty
Whether the segment includes I-frame-only streams.- Specified by:
getIncludeIframeOnlyStreams
in interfaceCfnOriginEndpoint.SegmentProperty
- See Also:
-
getScte
Description copied from interface:CfnOriginEndpoint.SegmentProperty
The SCTE-35 configuration associated with the segment.- Specified by:
getScte
in interfaceCfnOriginEndpoint.SegmentProperty
- See Also:
-
getSegmentDurationSeconds
Description copied from interface:CfnOriginEndpoint.SegmentProperty
The duration of the segment, in seconds.- Specified by:
getSegmentDurationSeconds
in interfaceCfnOriginEndpoint.SegmentProperty
- See Also:
-
getSegmentName
Description copied from interface:CfnOriginEndpoint.SegmentProperty
The name of the segment associated with the origin endpoint.- Specified by:
getSegmentName
in interfaceCfnOriginEndpoint.SegmentProperty
- See Also:
-
getTsIncludeDvbSubtitles
Description copied from interface:CfnOriginEndpoint.SegmentProperty
Whether the segment includes DVB subtitles.- Specified by:
getTsIncludeDvbSubtitles
in interfaceCfnOriginEndpoint.SegmentProperty
- See Also:
-
getTsUseAudioRenditionGroup
Description copied from interface:CfnOriginEndpoint.SegmentProperty
Whether the segment is an audio rendition group.- Specified by:
getTsUseAudioRenditionGroup
in interfaceCfnOriginEndpoint.SegmentProperty
- 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()
-