Class CfnRuleGroup.TCPFlagFieldProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.TCPFlagFieldProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.TCPFlagFieldProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.TCPFlagFieldProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.TCPFlagFieldProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.TCPFlagFieldProperty
An implementation for
CfnRuleGroup.TCPFlagFieldProperty
-
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.networkfirewall.CfnRuleGroup.TCPFlagFieldProperty
CfnRuleGroup.TCPFlagFieldProperty.Builder, CfnRuleGroup.TCPFlagFieldProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.TCPFlagFieldProperty.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
getFlags()
Used in conjunction with theMasks
setting 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 int
hashCode()
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.TCPFlagFieldProperty.Builder
.
-
-
Method Details
-
getFlags
Description copied from interface:CfnRuleGroup.TCPFlagFieldProperty
Used in conjunction with theMasks
setting 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
Masks
setting.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:
getFlags
in interfaceCfnRuleGroup.TCPFlagFieldProperty
- See Also:
-
getMasks
Description copied from interface:CfnRuleGroup.TCPFlagFieldProperty
The set of flags to consider in the inspection.To inspect all flags in the valid values list, leave this with no setting.
- Specified by:
getMasks
in interfaceCfnRuleGroup.TCPFlagFieldProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-