Class IPAMAllocationReference.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.IPAMAllocationReference.Jsii$Proxy
- All Implemented Interfaces:
IPAMAllocationReference
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IPAMAllocationReference
@Stability(Stable)
@Internal
public static final class IPAMAllocationReference.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IPAMAllocationReference
An implementation for
IPAMAllocationReference
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IPAMAllocationReference
IPAMAllocationReference.Builder, IPAMAllocationReference.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theIPAMAllocationReference.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getCidr()
The Cidr of the IPAMAllocation resource.final String
The IpamPoolAllocationId of the IPAMAllocation resource.final String
The IpamPoolId of the IPAMAllocation resource.final int
hashCode()
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 theIPAMAllocationReference.Builder
.
-
-
Method Details
-
getCidr
Description copied from interface:IPAMAllocationReference
The Cidr of the IPAMAllocation resource.- Specified by:
getCidr
in interfaceIPAMAllocationReference
-
getIpamPoolAllocationId
Description copied from interface:IPAMAllocationReference
The IpamPoolAllocationId of the IPAMAllocation resource.- Specified by:
getIpamPoolAllocationId
in interfaceIPAMAllocationReference
-
getIpamPoolId
Description copied from interface:IPAMAllocationReference
The IpamPoolId of the IPAMAllocation resource.- Specified by:
getIpamPoolId
in interfaceIPAMAllocationReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-