Class IPSetReference.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.IPSetReference.Jsii$Proxy
All Implemented Interfaces:
IPSetReference, software.amazon.jsii.JsiiSerializable
Enclosing interface:
IPSetReference

@Stability(Stable) @Internal public static final class IPSetReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IPSetReference
An implementation for IPSetReference
  • 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.wafv2.IPSetReference

    IPSetReference.Builder, IPSetReference.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the IPSetReference.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 ARN of the IPSet resource.
    final String
    The Id of the IPSet resource.
    final String
    The Name of the IPSet resource.
    final String
    The Scope of the IPSet 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(IPSetReference.Builder builder)
      Constructor that initializes the object based on literal property values passed by the IPSetReference.Builder.
  • Method Details

    • getIpSetArn

      public final String getIpSetArn()
      Description copied from interface: IPSetReference
      The ARN of the IPSet resource.
      Specified by:
      getIpSetArn in interface IPSetReference
    • getIpSetId

      public final String getIpSetId()
      Description copied from interface: IPSetReference
      The Id of the IPSet resource.
      Specified by:
      getIpSetId in interface IPSetReference
    • getIpSetName

      public final String getIpSetName()
      Description copied from interface: IPSetReference
      The Name of the IPSet resource.
      Specified by:
      getIpSetName in interface IPSetReference
    • getScope

      public final String getScope()
      Description copied from interface: IPSetReference
      The Scope of the IPSet resource.
      Specified by:
      getScope in interface IPSetReference
    • $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