Class CfnNetworkInterface.PrivateIpAddressSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnNetworkInterface.PrivateIpAddressSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnNetworkInterface.PrivateIpAddressSpecificationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnNetworkInterface.PrivateIpAddressSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnNetworkInterface.PrivateIpAddressSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkInterface.PrivateIpAddressSpecificationProperty
An implementation for 
CfnNetworkInterface.PrivateIpAddressSpecificationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnNetworkInterface.PrivateIpAddressSpecificationPropertyCfnNetworkInterface.PrivateIpAddressSpecificationProperty.Builder, CfnNetworkInterface.PrivateIpAddressSpecificationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkInterface.PrivateIpAddressSpecificationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnNetworkInterface.PrivateIpAddressSpecificationProperty.Builder.
 
- 
- 
Method Details- 
getPrimaryDescription copied from interface:CfnNetworkInterface.PrivateIpAddressSpecificationPropertySets the private IP address as the primary private address.You can set only one primary private IP address. If you don't specify a primary private IP address, Amazon EC2 automatically assigns a primary private IP address. Returns union: either BooleanorIResolvable- Specified by:
- getPrimaryin interface- CfnNetworkInterface.PrivateIpAddressSpecificationProperty
- See Also:
 
- 
getPrivateIpAddressDescription copied from interface:CfnNetworkInterface.PrivateIpAddressSpecificationPropertyThe private IP address of the network interface.- Specified by:
- getPrivateIpAddressin interface- CfnNetworkInterface.PrivateIpAddressSpecificationProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-