Class CfnVodSource.HttpPackageConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnVodSource.HttpPackageConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVodSource.HttpPackageConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVodSource.HttpPackageConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnVodSource.HttpPackageConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVodSource.HttpPackageConfigurationProperty
An implementation for
CfnVodSource.HttpPackageConfigurationProperty-
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.CfnVodSource.HttpPackageConfigurationProperty
CfnVodSource.HttpPackageConfigurationProperty.Builder, CfnVodSource.HttpPackageConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVodSource.HttpPackageConfigurationProperty.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 StringgetPath()The relative path to the URL for this VOD source.final StringThe name of the source group.final StringgetType()The streaming protocol for this package configuration.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 theCfnVodSource.HttpPackageConfigurationProperty.Builder.
-
-
Method Details
-
getPath
Description copied from interface:CfnVodSource.HttpPackageConfigurationPropertyThe relative path to the URL for this VOD source.This is combined with
SourceLocation::HttpConfiguration::BaseUrlto form a valid URL.- Specified by:
getPathin interfaceCfnVodSource.HttpPackageConfigurationProperty- See Also:
-
getSourceGroup
Description copied from interface:CfnVodSource.HttpPackageConfigurationPropertyThe name of the source group.This has to match one of the
Channel::Outputs::SourceGroup.- Specified by:
getSourceGroupin interfaceCfnVodSource.HttpPackageConfigurationProperty- See Also:
-
getType
Description copied from interface:CfnVodSource.HttpPackageConfigurationPropertyThe streaming protocol for this package configuration.Supported values are
HLSandDASH.- Specified by:
getTypein interfaceCfnVodSource.HttpPackageConfigurationProperty- 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()
-