Class CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRouterInput.MergeRouterInputProtocolConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouterInput.MergeRouterInputProtocolConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouterInput.MergeRouterInputProtocolConfigurationProperty
An implementation for
CfnRouterInput.MergeRouterInputProtocolConfigurationProperty-
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.CfnRouterInput.MergeRouterInputProtocolConfigurationProperty
CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Builder, CfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRouterInput.MergeRouterInputProtocolConfigurationProperty.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 ObjectgetRist()The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.final ObjectgetRtp()The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.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 theCfnRouterInput.MergeRouterInputProtocolConfigurationProperty.Builder.
-
-
Method Details
-
getRist
Description copied from interface:CfnRouterInput.MergeRouterInputProtocolConfigurationPropertyThe configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.Returns union: either
IResolvableorCfnRouterInput.RistRouterInputConfigurationProperty- Specified by:
getRistin interfaceCfnRouterInput.MergeRouterInputProtocolConfigurationProperty- See Also:
-
getRtp
Description copied from interface:CfnRouterInput.MergeRouterInputProtocolConfigurationPropertyThe configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.Returns union: either
IResolvableorCfnRouterInput.RtpRouterInputConfigurationProperty- Specified by:
getRtpin interfaceCfnRouterInput.MergeRouterInputProtocolConfigurationProperty- See Also:
-
$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()
-