Class CfnRuleGroup.TextTransformationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnRuleGroup.TextTransformationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.TextTransformationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.TextTransformationProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.TextTransformationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.TextTransformationProperty
An implementation for
CfnRuleGroup.TextTransformationProperty-
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.services.wafv2.CfnRuleGroup.TextTransformationProperty
CfnRuleGroup.TextTransformationProperty.Builder, CfnRuleGroup.TextTransformationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroup.TextTransformationProperty.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 NumberSets the relative processing order for multiple transformations.final StringgetType()For detailed descriptions of each of the transformation types, see Text transformations in the AWS WAF Developer Guide .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 theCfnRuleGroup.TextTransformationProperty.Builder.
-
-
Method Details
-
getPriority
Description copied from interface:CfnRuleGroup.TextTransformationPropertySets the relative processing order for multiple transformations.AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. The priorities don't need to be consecutive, but they must all be different.
- Specified by:
getPriorityin interfaceCfnRuleGroup.TextTransformationProperty- See Also:
-
getType
Description copied from interface:CfnRuleGroup.TextTransformationPropertyFor detailed descriptions of each of the transformation types, see Text transformations in the AWS WAF Developer Guide .- Specified by:
getTypein interfaceCfnRuleGroup.TextTransformationProperty- 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()
-