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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.SegmentProperty
CfnOriginEndpoint.SegmentProperty.Builder, CfnOriginEndpoint.SegmentProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.SegmentProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectWhether to use encryption for the segment.final ObjectWhether the segment includes I-frame-only streams.final ObjectgetScte()The SCTE-35 configuration associated with the segment.final NumberThe duration of the segment, in seconds.final StringThe name of the segment associated with the origin endpoint.final ObjectWhether the segment includes DVB subtitles.final ObjectWhether the segment is an audio rendition group.final inthashCode()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.SegmentPropertyWhether to use encryption for the segment.Returns union: either
IResolvableorCfnOriginEndpoint.EncryptionProperty- Specified by:
getEncryptionin interfaceCfnOriginEndpoint.SegmentProperty- See Also:
-
getIncludeIframeOnlyStreams
Description copied from interface:CfnOriginEndpoint.SegmentPropertyWhether the segment includes I-frame-only streams.Returns union: either
BooleanorIResolvable- Specified by:
getIncludeIframeOnlyStreamsin interfaceCfnOriginEndpoint.SegmentProperty- See Also:
-
getScte
Description copied from interface:CfnOriginEndpoint.SegmentPropertyThe SCTE-35 configuration associated with the segment.Returns union: either
IResolvableorCfnOriginEndpoint.ScteProperty- Specified by:
getSctein interfaceCfnOriginEndpoint.SegmentProperty- See Also:
-
getSegmentDurationSeconds
Description copied from interface:CfnOriginEndpoint.SegmentPropertyThe duration of the segment, in seconds.- Specified by:
getSegmentDurationSecondsin interfaceCfnOriginEndpoint.SegmentProperty- See Also:
-
getSegmentName
Description copied from interface:CfnOriginEndpoint.SegmentPropertyThe name of the segment associated with the origin endpoint.- Specified by:
getSegmentNamein interfaceCfnOriginEndpoint.SegmentProperty- See Also:
-
getTsIncludeDvbSubtitles
Description copied from interface:CfnOriginEndpoint.SegmentPropertyWhether the segment includes DVB subtitles.Returns union: either
BooleanorIResolvable- Specified by:
getTsIncludeDvbSubtitlesin interfaceCfnOriginEndpoint.SegmentProperty- See Also:
-
getTsUseAudioRenditionGroup
Description copied from interface:CfnOriginEndpoint.SegmentPropertyWhether the segment is an audio rendition group.Returns union: either
BooleanorIResolvable- Specified by:
getTsUseAudioRenditionGroupin interfaceCfnOriginEndpoint.SegmentProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-