Class CfnIPSetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.wafregional.CfnIPSetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPSetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPSetMixinProps
@Stability(Stable)
@Internal
public static final class CfnIPSetMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPSetMixinProps
An implementation for
CfnIPSetMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.wafregional.CfnIPSetMixinProps
CfnIPSetMixinProps.Builder, CfnIPSetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIPSetMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIPSetMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.final StringgetName()A friendly name or description of theIPSet.final inthashCode()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 theCfnIPSetMixinProps.Builder.
-
-
Method Details
-
getIpSetDescriptors
Description copied from interface:CfnIPSetMixinPropsThe IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIPSetPropsMixin.IPSetDescriptorProperty>- Specified by:
getIpSetDescriptorsin interfaceCfnIPSetMixinProps- See Also:
-
getName
Description copied from interface:CfnIPSetMixinPropsA friendly name or description of theIPSet.You can't change the name of an
IPSetafter you create it.- Specified by:
getNamein interfaceCfnIPSetMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-