Class SdiSourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.SdiSourceProps.Jsii$Proxy
- All Implemented Interfaces:
SdiSourceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SdiSourceProps
@Stability(Experimental)
@Internal
public static final class SdiSourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SdiSourceProps
An implementation for
SdiSourceProps-
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.medialive.alpha.SdiSourceProps
SdiSourceProps.Builder, SdiSourceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SdiSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSdiSourceProps.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 SdiModegetMode()(experimental) SDI Mode, only applicable for QUAD type.final String(experimental) The name of the SDI source.getTags()(experimental) Tags to add to the SDI source.final SdiTypegetType()(experimental) Type of SDI input.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 theSdiSourceProps.Builder.
-
-
Method Details
-
getType
Description copied from interface:SdiSourceProps(experimental) Type of SDI input.- Specified by:
getTypein interfaceSdiSourceProps
-
getMode
Description copied from interface:SdiSourceProps(experimental) SDI Mode, only applicable for QUAD type.Default: - no mode
- Specified by:
getModein interfaceSdiSourceProps
-
getSdiSourceName
Description copied from interface:SdiSourceProps(experimental) The name of the SDI source.Default: - auto-generated name
- Specified by:
getSdiSourceNamein interfaceSdiSourceProps
-
getTags
Description copied from interface:SdiSourceProps(experimental) Tags to add to the SDI source.Default: - no tagging
- Specified by:
getTagsin interfaceSdiSourceProps
-
$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()
-