Class CfnOriginEndpoint.DashBaseUrlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.DashBaseUrlProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.DashBaseUrlProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpoint.DashBaseUrlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpoint.DashBaseUrlProperty
An implementation for
CfnOriginEndpoint.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.CfnOriginEndpoint.DashBaseUrlProperty
CfnOriginEndpoint.DashBaseUrlProperty.Builder, CfnOriginEndpoint.DashBaseUrlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.DashBaseUrlProperty.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 NumberFor use with DVB-DASH profiles only.final NumberFor use with DVB-DASH profiles only.final StringThe name of the source location.final StringgetUrl()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 theCfnOriginEndpoint.DashBaseUrlProperty.Builder.
-
-
Method Details
-
getUrl
Description copied from interface:CfnOriginEndpoint.DashBaseUrlPropertyA source location for segments.- Specified by:
getUrlin interfaceCfnOriginEndpoint.DashBaseUrlProperty- See Also:
-
getDvbPriority
Description copied from interface:CfnOriginEndpoint.DashBaseUrlPropertyFor use with DVB-DASH profiles only.The priority of this location for servings segments. The lower the number, the higher the priority.
- Specified by:
getDvbPriorityin interfaceCfnOriginEndpoint.DashBaseUrlProperty- See Also:
-
getDvbWeight
Description copied from interface:CfnOriginEndpoint.DashBaseUrlPropertyFor use with DVB-DASH profiles only.The weighting for source locations that have the same priority.
- Specified by:
getDvbWeightin interfaceCfnOriginEndpoint.DashBaseUrlProperty- See Also:
-
getServiceLocation
Description copied from interface:CfnOriginEndpoint.DashBaseUrlPropertyThe name of the source location.- Specified by:
getServiceLocationin interfaceCfnOriginEndpoint.DashBaseUrlProperty- 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()
-