Class CfnRuleGroupPropsMixin.TCPFlagFieldProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnRuleGroupPropsMixin.TCPFlagFieldProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroupPropsMixin.TCPFlagFieldProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroupPropsMixin.TCPFlagFieldProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroupPropsMixin.TCPFlagFieldProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroupPropsMixin.TCPFlagFieldProperty
An implementation for
CfnRuleGroupPropsMixin.TCPFlagFieldProperty-
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.networkfirewall.CfnRuleGroupPropsMixin.TCPFlagFieldProperty
CfnRuleGroupPropsMixin.TCPFlagFieldProperty.Builder, CfnRuleGroupPropsMixin.TCPFlagFieldProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroupPropsMixin.TCPFlagFieldProperty.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 booleangetFlags()Used in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match.getMasks()The set of flags to consider in the inspection.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 theCfnRuleGroupPropsMixin.TCPFlagFieldProperty.Builder.
-
-
Method Details
-
getFlags
Description copied from interface:CfnRuleGroupPropsMixin.TCPFlagFieldPropertyUsed in conjunction with theMaskssetting to define the flags that must be set and flags that must not be set in order for the packet to match.This setting can only specify values that are also specified in the
Maskssetting.For the flags that are specified in the masks setting, the following must be true for the packet to match:
- The ones that are set in this flags setting must be set in the packet.
- The ones that are not set in this flags setting must also not be set in the packet.
- Specified by:
getFlagsin interfaceCfnRuleGroupPropsMixin.TCPFlagFieldProperty- See Also:
-
getMasks
Description copied from interface:CfnRuleGroupPropsMixin.TCPFlagFieldPropertyThe set of flags to consider in the inspection.To inspect all flags in the valid values list, leave this with no setting.
- Specified by:
getMasksin interfaceCfnRuleGroupPropsMixin.TCPFlagFieldProperty- 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()
-