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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediatailor.CfnChannel.RequestOutputItemProperty
CfnChannel.RequestOutputItemProperty.Builder, CfnChannel.RequestOutputItemProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.RequestOutputItemProperty.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 ObjectDASH manifest configuration parameters.final ObjectHLS playlist configuration parameters.final StringThe name of the manifest for the channel.final StringA string used to match whichHttpPackageConfigurationis used for eachVodSource.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 theCfnChannel.RequestOutputItemProperty.Builder.
-
-
Method Details
-
getManifestName
Description copied from interface:CfnChannel.RequestOutputItemPropertyThe name of the manifest for the channel.The name appears in the
PlaybackUrl.- Specified by:
getManifestNamein interfaceCfnChannel.RequestOutputItemProperty- See Also:
-
getSourceGroup
Description copied from interface:CfnChannel.RequestOutputItemPropertyA string used to match whichHttpPackageConfigurationis used for eachVodSource.- Specified by:
getSourceGroupin interfaceCfnChannel.RequestOutputItemProperty- See Also:
-
getDashPlaylistSettings
Description copied from interface:CfnChannel.RequestOutputItemPropertyDASH manifest configuration parameters.Returns union: either
IResolvableorCfnChannel.DashPlaylistSettingsProperty- Specified by:
getDashPlaylistSettingsin interfaceCfnChannel.RequestOutputItemProperty- See Also:
-
getHlsPlaylistSettings
Description copied from interface:CfnChannel.RequestOutputItemPropertyHLS playlist configuration parameters.Returns union: either
IResolvableorCfnChannel.HlsPlaylistSettingsProperty- Specified by:
getHlsPlaylistSettingsin interfaceCfnChannel.RequestOutputItemProperty- 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()
-