Class CfnChannel.RequestOutputItemProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnChannel.RequestOutputItemProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.RequestOutputItemProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.RequestOutputItemProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.RequestOutputItemProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.RequestOutputItemProperty
An implementation for
CfnChannel.RequestOutputItemProperty
-
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.mediatailor.CfnChannel.RequestOutputItemProperty
CfnChannel.RequestOutputItemProperty.Builder, CfnChannel.RequestOutputItemProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.RequestOutputItemProperty.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
DASH manifest configuration parameters.final Object
HLS playlist configuration parameters.final String
The name of the manifest for the channel.final String
A string used to match whichHttpPackageConfiguration
is used for eachVodSource
.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.RequestOutputItemProperty.Builder
.
-
-
Method Details
-
getManifestName
Description copied from interface:CfnChannel.RequestOutputItemProperty
The name of the manifest for the channel.The name appears in the
PlaybackUrl
.- Specified by:
getManifestName
in interfaceCfnChannel.RequestOutputItemProperty
- See Also:
-
getSourceGroup
Description copied from interface:CfnChannel.RequestOutputItemProperty
A string used to match whichHttpPackageConfiguration
is used for eachVodSource
.- Specified by:
getSourceGroup
in interfaceCfnChannel.RequestOutputItemProperty
- See Also:
-
getDashPlaylistSettings
Description copied from interface:CfnChannel.RequestOutputItemProperty
DASH manifest configuration parameters.- Specified by:
getDashPlaylistSettings
in interfaceCfnChannel.RequestOutputItemProperty
- See Also:
-
getHlsPlaylistSettings
Description copied from interface:CfnChannel.RequestOutputItemProperty
HLS playlist configuration parameters.- Specified by:
getHlsPlaylistSettings
in interfaceCfnChannel.RequestOutputItemProperty
- 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()
-