Class MediaStreamAncillaryData.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.MediaStreamAncillaryData.Jsii$Proxy
All Implemented Interfaces:
MediaStreamAncillaryData, MediaStreamBase, software.amazon.jsii.JsiiSerializable
Enclosing interface:
MediaStreamAncillaryData

@Stability(Experimental) @Internal public static final class MediaStreamAncillaryData.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MediaStreamAncillaryData
An implementation for MediaStreamAncillaryData
  • 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(MediaStreamAncillaryData.Builder builder)
      Constructor that initializes the object based on literal property values passed by the MediaStreamAncillaryData.Builder.
  • Method Details

    • getMediaStreamId

      public final Number getMediaStreamId()
      Description copied from interface: MediaStreamBase
      (experimental) A unique identifier for the media stream.
      Specified by:
      getMediaStreamId in interface MediaStreamBase
    • getMediaStreamName

      public final String getMediaStreamName()
      Description copied from interface: MediaStreamBase
      (experimental) A name that helps you distinguish one media stream from another.
      Specified by:
      getMediaStreamName in interface MediaStreamBase
    • getDescription

      public final String getDescription()
      Description copied from interface: MediaStreamBase
      (experimental) A description that can help you quickly identify what your media stream is used for.

      Default: - no description

      Specified by:
      getDescription in interface MediaStreamBase
    • $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