Class CfnIPAMScopeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnIPAMScopeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMScopeProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMScopeProps
@Stability(Stable)
@Internal
public static final class CfnIPAMScopeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPAMScopeProps
An implementation for
CfnIPAMScopeProps
-
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.CfnIPAMScopeProps
CfnIPAMScopeProps.Builder, CfnIPAMScopeProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnIPAMScopeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIPAMScopeProps.Builder
.protected
Jsii$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 theCfnIPAMScopeProps.Builder
.
-
-
Method Details
-
getIpamId
Description copied from interface:CfnIPAMScopeProps
The ID of the IPAM for which you're creating this scope.- Specified by:
getIpamId
in interfaceCfnIPAMScopeProps
-
getDescription
Description copied from interface:CfnIPAMScopeProps
The description of the scope.- Specified by:
getDescription
in interfaceCfnIPAMScopeProps
-
getTags
Description copied from interface:CfnIPAMScopeProps
The key/value combination of a tag assigned to the resource.Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key
Owner
and the valueTeamA
, specifytag:Owner
for the filter name andTeamA
for the filter value.- Specified by:
getTags
in interfaceCfnIPAMScopeProps
-
$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()
-