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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashBaseUrlProperty
CfnOriginEndpoint.DashBaseUrlProperty.Builder, CfnOriginEndpoint.DashBaseUrlProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.DashBaseUrlProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
For use with DVB-DASH profiles only.final Number
For use with DVB-DASH profiles only.final String
The name of the source location.final String
getUrl()
A source location for segments.final int
hashCode()
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.DashBaseUrlProperty
A source location for segments.- Specified by:
getUrl
in interfaceCfnOriginEndpoint.DashBaseUrlProperty
- See Also:
-
getDvbPriority
Description copied from interface:CfnOriginEndpoint.DashBaseUrlProperty
For use with DVB-DASH profiles only.The priority of this location for servings segments. The lower the number, the higher the priority.
- Specified by:
getDvbPriority
in interfaceCfnOriginEndpoint.DashBaseUrlProperty
- See Also:
-
getDvbWeight
Description copied from interface:CfnOriginEndpoint.DashBaseUrlProperty
For use with DVB-DASH profiles only.The weighting for source locations that have the same priority.
- Specified by:
getDvbWeight
in interfaceCfnOriginEndpoint.DashBaseUrlProperty
- See Also:
-
getServiceLocation
Description copied from interface:CfnOriginEndpoint.DashBaseUrlProperty
The name of the source location.- Specified by:
getServiceLocation
in interfaceCfnOriginEndpoint.DashBaseUrlProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-