Class RouterOutputAttributes.Jsii$Proxy

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

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

    • getRouterOutputArn

      public final String getRouterOutputArn()
      Description copied from interface: RouterOutputAttributes
      (experimental) The ARN of the router output.
      Specified by:
      getRouterOutputArn in interface RouterOutputAttributes
    • getRouterOutputId

      public final String getRouterOutputId()
      Description copied from interface: RouterOutputAttributes
      (experimental) The unique identifier of the router output.

      Default: - parsed from the ARN when available

      Specified by:
      getRouterOutputId in interface RouterOutputAttributes
    • getRouterOutputName

      public final String getRouterOutputName()
      Description copied from interface: RouterOutputAttributes
      (experimental) The name of the router output.

      The name is not encoded in the ARN (the ARN contains only the service-generated ID), so provide it here if you need to access routerOutputName on the imported construct.

      Default: - routerOutputName is not available on the imported construct

      Specified by:
      getRouterOutputName in interface RouterOutputAttributes
    • $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