Class CfnVodSourceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnVodSourceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVodSourceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVodSourceMixinProps
@Stability(Stable)
@Internal
public static final class CfnVodSourceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVodSourceMixinProps
An implementation for
CfnVodSourceMixinProps-
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.cfnpropertymixins.services.mediatailor.CfnVodSourceMixinProps
CfnVodSourceMixinProps.Builder, CfnVodSourceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnVodSourceMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVodSourceMixinProps.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 ObjectThe HTTP package configurations for the VOD source.final StringThe name of the source location that the VOD source is associated with.getTags()The tags assigned to the VOD source.final StringThe name of the VOD source.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 theCfnVodSourceMixinProps.Builder.
-
-
Method Details
-
getHttpPackageConfigurations
Description copied from interface:CfnVodSourceMixinPropsThe HTTP package configurations for the VOD source.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnVodSourcePropsMixin.HttpPackageConfigurationProperty>- Specified by:
getHttpPackageConfigurationsin interfaceCfnVodSourceMixinProps- See Also:
-
getSourceLocationName
Description copied from interface:CfnVodSourceMixinPropsThe name of the source location that the VOD source is associated with.- Specified by:
getSourceLocationNamein interfaceCfnVodSourceMixinProps- See Also:
-
getTags
Description copied from interface:CfnVodSourceMixinPropsThe tags assigned to the VOD source.Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources .
- Specified by:
getTagsin interfaceCfnVodSourceMixinProps- See Also:
-
getVodSourceName
Description copied from interface:CfnVodSourceMixinPropsThe name of the VOD source.- Specified by:
getVodSourceNamein interfaceCfnVodSourceMixinProps- 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()
-