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-
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.mediaconnect.alpha.RouterOutputAttributes
RouterOutputAttributes.Builder, RouterOutputAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RouterOutputAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theRouterOutputAttributes.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) The ARN of the router output.final String(experimental) The unique identifier of the router output.final String(experimental) The name of the router output.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 theRouterOutputAttributes.Builder.
-
-
Method Details
-
getRouterOutputArn
Description copied from interface:RouterOutputAttributes(experimental) The ARN of the router output.- Specified by:
getRouterOutputArnin interfaceRouterOutputAttributes
-
getRouterOutputId
Description copied from interface:RouterOutputAttributes(experimental) The unique identifier of the router output.Default: - parsed from the ARN when available
- Specified by:
getRouterOutputIdin interfaceRouterOutputAttributes
-
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
routerOutputNameon the imported construct.Default: - routerOutputName is not available on the imported construct
- Specified by:
getRouterOutputNamein interfaceRouterOutputAttributes
-
$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()
-