Class DashProgramInformation.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.DashProgramInformation.Jsii$Proxy
- All Implemented Interfaces:
DashProgramInformation,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DashProgramInformation
@Stability(Experimental)
@Internal
public static final class DashProgramInformation.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DashProgramInformation
An implementation for
DashProgramInformation-
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.DashProgramInformation
DashProgramInformation.Builder, DashProgramInformation.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DashProgramInformation.Builder builder) Constructor that initializes the object based on literal property values passed by theDashProgramInformation.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 String(experimental) A copyright statement about the content.final String(experimental) The language code for this manifest.final String(experimental) An absolute URL that contains more information about this content.final String(experimental) Information about the content provider.final StringgetTitle()(experimental) The title for the manifest.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 theDashProgramInformation.Builder.
-
-
Method Details
-
getCopyright
Description copied from interface:DashProgramInformation(experimental) A copyright statement about the content.Default: - No copyright information
- Specified by:
getCopyrightin interfaceDashProgramInformation
-
getLanguageCode
Description copied from interface:DashProgramInformation(experimental) The language code for this manifest.Default: - No language code specified
- Specified by:
getLanguageCodein interfaceDashProgramInformation
-
getMoreInformationUrl
Description copied from interface:DashProgramInformation(experimental) An absolute URL that contains more information about this content.Default: - No additional information URL
- Specified by:
getMoreInformationUrlin interfaceDashProgramInformation
-
getSource
Description copied from interface:DashProgramInformation(experimental) Information about the content provider.Default: - No source information
- Specified by:
getSourcein interfaceDashProgramInformation
-
getTitle
Description copied from interface:DashProgramInformation(experimental) The title for the manifest.Default: - No title specified
- Specified by:
getTitlein interfaceDashProgramInformation
-
$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()
-