Class CfnOriginEndpoint.DashProgramInformationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashProgramInformationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.DashProgramInformationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.DashProgramInformationProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpoint.DashProgramInformationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpoint.DashProgramInformationProperty
An implementation for
CfnOriginEndpoint.DashProgramInformationProperty
-
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.DashProgramInformationProperty
CfnOriginEndpoint.DashProgramInformationProperty.Builder, CfnOriginEndpoint.DashProgramInformationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.DashProgramInformationProperty.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 String
A copyright statement about the content.final String
The language code for this manifest.final String
An absolute URL that contains more information about this content.final String
Information about the content provider.final String
getTitle()
The title for the manifest.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.DashProgramInformationProperty.Builder
.
-
-
Method Details
-
getCopyright
Description copied from interface:CfnOriginEndpoint.DashProgramInformationProperty
A copyright statement about the content.- Specified by:
getCopyright
in interfaceCfnOriginEndpoint.DashProgramInformationProperty
- See Also:
-
getLanguageCode
Description copied from interface:CfnOriginEndpoint.DashProgramInformationProperty
The language code for this manifest.- Specified by:
getLanguageCode
in interfaceCfnOriginEndpoint.DashProgramInformationProperty
- See Also:
-
getMoreInformationUrl
Description copied from interface:CfnOriginEndpoint.DashProgramInformationProperty
An absolute URL that contains more information about this content.- Specified by:
getMoreInformationUrl
in interfaceCfnOriginEndpoint.DashProgramInformationProperty
- See Also:
-
getSource
Description copied from interface:CfnOriginEndpoint.DashProgramInformationProperty
Information about the content provider.- Specified by:
getSource
in interfaceCfnOriginEndpoint.DashProgramInformationProperty
- See Also:
-
getTitle
Description copied from interface:CfnOriginEndpoint.DashProgramInformationProperty
The title for the manifest.- Specified by:
getTitle
in interfaceCfnOriginEndpoint.DashProgramInformationProperty
- 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()
-