Class AddFlowOutputOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.AddFlowOutputOptions.Jsii$Proxy
- All Implemented Interfaces:
AddFlowOutputOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AddFlowOutputOptions
@Stability(Experimental)
@Internal
public static final class AddFlowOutputOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AddFlowOutputOptions
An implementation for
AddFlowOutputOptions-
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.AddFlowOutputOptions
AddFlowOutputOptions.Builder, AddFlowOutputOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AddFlowOutputOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theAddFlowOutputOptions.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) A description of the output.final String(experimental) The name of the flow output.final OutputConfiguration(experimental) The output configuration.final State(experimental) Whether the output is enabled.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 theAddFlowOutputOptions.Builder.
-
-
Method Details
-
getOutput
Description copied from interface:AddFlowOutputOptions(experimental) The output configuration.- Specified by:
getOutputin interfaceAddFlowOutputOptions
-
getDescription
Description copied from interface:AddFlowOutputOptions(experimental) A description of the output.Default: - no description
- Specified by:
getDescriptionin interfaceAddFlowOutputOptions
-
getFlowOutputName
Description copied from interface:AddFlowOutputOptions(experimental) The name of the flow output.Default: - auto-generated
- Specified by:
getFlowOutputNamein interfaceAddFlowOutputOptions
-
getOutputStatus
Description copied from interface:AddFlowOutputOptions(experimental) Whether the output is enabled.Default: State.ENABLED
- Specified by:
getOutputStatusin interfaceAddFlowOutputOptions
-
$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()
-