Class CfnVpcLinkMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnVpcLinkMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVpcLinkMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVpcLinkMixinProps
@Stability(Stable)
@Internal
public static final class CfnVpcLinkMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVpcLinkMixinProps
An implementation for
CfnVpcLinkMixinProps-
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.cfnpropertymixins.services.apigatewayv2.CfnVpcLinkMixinProps
CfnVpcLinkMixinProps.Builder, CfnVpcLinkMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnVpcLinkMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVpcLinkMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnVpcLinkMixinProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnVpcLinkMixinPropsThe name of the VPC link.- Specified by:
getNamein interfaceCfnVpcLinkMixinProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnVpcLinkMixinPropsA list of security group IDs for the VPC link.Returns union: Listinvalid input: '<'either
StringorISecurityGroupRef>- Specified by:
getSecurityGroupIdsin interfaceCfnVpcLinkMixinProps- See Also:
-
getSubnetIds
Description copied from interface:CfnVpcLinkMixinPropsA list of subnet IDs to include in the VPC link.Returns union: Listinvalid input: '<'either
StringorISubnetRef>- Specified by:
getSubnetIdsin interfaceCfnVpcLinkMixinProps- See Also:
-
getTags
Description copied from interface:CfnVpcLinkMixinPropsThe collection of tags.Each tag element is associated with a given resource.
- Specified by:
getTagsin interfaceCfnVpcLinkMixinProps- 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()
-