Class CfnRouterNetworkInterfaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnRouterNetworkInterfaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRouterNetworkInterfaceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouterNetworkInterfaceProps
@Stability(Stable)
@Internal
public static final class CfnRouterNetworkInterfaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouterNetworkInterfaceProps
An implementation for
CfnRouterNetworkInterfaceProps-
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.CfnRouterNetworkInterfaceProps
CfnRouterNetworkInterfaceProps.Builder, CfnRouterNetworkInterfaceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRouterNetworkInterfaceProps.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 ObjectThe configuration settings for a router network interface.final StringgetName()The name of the router network interface.final StringThe AWS Region for the router network interface.getTags()Key-value pairs that can be used to tag and organize this router network interface.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 theCfnRouterNetworkInterfaceProps.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnRouterNetworkInterfacePropsThe configuration settings for a router network interface.Returns union: either
IResolvableorCfnRouterNetworkInterface.RouterNetworkInterfaceConfigurationProperty- Specified by:
getConfigurationin interfaceCfnRouterNetworkInterfaceProps- See Also:
-
getName
Description copied from interface:CfnRouterNetworkInterfacePropsThe name of the router network interface.- Specified by:
getNamein interfaceCfnRouterNetworkInterfaceProps- See Also:
-
getRegionName
Description copied from interface:CfnRouterNetworkInterfacePropsThe AWS Region for the router network interface.Defaults to the current region if not specified.
- Specified by:
getRegionNamein interfaceCfnRouterNetworkInterfaceProps- See Also:
-
getTags
Description copied from interface:CfnRouterNetworkInterfacePropsKey-value pairs that can be used to tag and organize this router network interface.- Specified by:
getTagsin interfaceCfnRouterNetworkInterfaceProps- 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()
-