Class DashBaseUrlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.DashBaseUrlProperty.Jsii$Proxy
- All Implemented Interfaces:
DashBaseUrlProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DashBaseUrlProperty
@Stability(Experimental)
@Internal
public static final class DashBaseUrlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DashBaseUrlProperty
An implementation for
DashBaseUrlProperty-
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.alpha.DashBaseUrlProperty
DashBaseUrlProperty.Builder, DashBaseUrlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DashBaseUrlProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theDashBaseUrlProperty.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 Number(experimental) For use with DVB-DASH profiles only.final Number(experimental) For use with DVB-DASH profiles only.final String(experimental) The name of the source location.final StringgetUrl()(experimental) A source location for segments.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 theDashBaseUrlProperty.Builder.
-
-
Method Details
-
getUrl
Description copied from interface:DashBaseUrlProperty(experimental) A source location for segments.- Specified by:
getUrlin interfaceDashBaseUrlProperty
-
getDvbPriority
Description copied from interface:DashBaseUrlProperty(experimental) For use with DVB-DASH profiles only.The priority of this location for serving segments. The lower the number, the higher the priority.
Default: - No priority specified
- Specified by:
getDvbPriorityin interfaceDashBaseUrlProperty
-
getDvbWeight
Description copied from interface:DashBaseUrlProperty(experimental) For use with DVB-DASH profiles only.The weighting for source locations that have the same priority.
Default: - No weight specified
- Specified by:
getDvbWeightin interfaceDashBaseUrlProperty
-
getServiceLocation
Description copied from interface:DashBaseUrlProperty(experimental) The name of the source location.Default: - No service location specified
- Specified by:
getServiceLocationin interfaceDashBaseUrlProperty
-
$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()
-