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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.SdiSourceProps

    SdiSourceProps.Builder, SdiSourceProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SdiSourceProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final SdiMode
    (experimental) SDI Mode, only applicable for QUAD type.
    final String
    (experimental) The name of the SDI source.
    (experimental) Tags to add to the SDI source.
    final SdiType
    (experimental) Type of SDI input.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(SdiSourceProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SdiSourceProps.Builder.
  • Method Details

    • getType

      public final SdiType getType()
      Description copied from interface: SdiSourceProps
      (experimental) Type of SDI input.
      Specified by:
      getType in interface SdiSourceProps
    • getMode

      public final SdiMode getMode()
      Description copied from interface: SdiSourceProps
      (experimental) SDI Mode, only applicable for QUAD type.

      Default: - no mode

      Specified by:
      getMode in interface SdiSourceProps
    • getSdiSourceName

      public final String getSdiSourceName()
      Description copied from interface: SdiSourceProps
      (experimental) The name of the SDI source.

      Default: - auto-generated name

      Specified by:
      getSdiSourceName in interface SdiSourceProps
    • getTags

      public final Map<String,String> getTags()
      Description copied from interface: SdiSourceProps
      (experimental) Tags to add to the SDI source.

      Default: - no tagging

      Specified by:
      getTags in interface SdiSourceProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object