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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnIPAMScopeProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The description of the scope.
    final String
    The ID of the IPAM for which you're creating this scope.
    final List<CfnTag>
    The key/value combination of a tag assigned to the resource.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnIPAMScopeProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnIPAMScopeProps.Builder.
  • Method Details

    • getIpamId

      public final String getIpamId()
      Description copied from interface: CfnIPAMScopeProps
      The ID of the IPAM for which you're creating this scope.
      Specified by:
      getIpamId in interface CfnIPAMScopeProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnIPAMScopeProps
      The description of the scope.
      Specified by:
      getDescription in interface CfnIPAMScopeProps
    • getTags

      public final List<CfnTag> 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 value TeamA , specify tag:Owner for the filter name and TeamA for the filter value.

      Specified by:
      getTags in interface CfnIPAMScopeProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object