Class CfnGeoMatchSetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.wafregional.CfnGeoMatchSetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGeoMatchSetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGeoMatchSetMixinProps
@Stability(Stable)
@Internal
public static final class CfnGeoMatchSetMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGeoMatchSetMixinProps
An implementation for
CfnGeoMatchSetMixinProps-
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.CfnGeoMatchSetMixinProps
CfnGeoMatchSetMixinProps.Builder, CfnGeoMatchSetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGeoMatchSetMixinProps.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 ObjectAn array ofGeoMatchConstraintobjects, which contain the country that you want AWS WAF to search for.final StringgetName()A friendly name or description of theGeoMatchSet.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 theCfnGeoMatchSetMixinProps.Builder.
-
-
Method Details
-
getGeoMatchConstraints
Description copied from interface:CfnGeoMatchSetMixinPropsAn array ofGeoMatchConstraintobjects, which contain the country that you want AWS WAF to search for.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGeoMatchSetPropsMixin.GeoMatchConstraintProperty>- Specified by:
getGeoMatchConstraintsin interfaceCfnGeoMatchSetMixinProps- See Also:
-
getName
Description copied from interface:CfnGeoMatchSetMixinPropsA friendly name or description of theGeoMatchSet.You can't change the name of an
GeoMatchSetafter you create it.- Specified by:
getNamein interfaceCfnGeoMatchSetMixinProps- 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()
-