@Generated(value="software.amazon.awssdk:codegen") public final class NetworkFirewallPolicyDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFirewallPolicyDescription.Builder,NetworkFirewallPolicyDescription>
The definition of the AWS Network Firewall firewall policy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkFirewallPolicyDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NetworkFirewallPolicyDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasStatefulRuleGroups()
Returns true if the StatefulRuleGroups property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasStatelessCustomActions()
Returns true if the StatelessCustomActions property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
boolean |
hasStatelessDefaultActions()
Returns true if the StatelessDefaultActions property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
boolean |
hasStatelessFragmentDefaultActions()
Returns true if the StatelessFragmentDefaultActions property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
boolean |
hasStatelessRuleGroups()
Returns true if the StatelessRuleGroups property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkFirewallPolicyDescription.Builder> |
serializableBuilderClass() |
List<StatefulRuleGroup> |
statefulRuleGroups()
The stateful rule groups that are used in the Network Firewall firewall policy.
|
List<String> |
statelessCustomActions()
Names of custom actions that are available for use in the stateless default actions settings.
|
List<String> |
statelessDefaultActions()
The actions to take on packets that don't match any of the stateless rule groups.
|
List<String> |
statelessFragmentDefaultActions()
The actions to take on packet fragments that don't match any of the stateless rule groups.
|
List<StatelessRuleGroup> |
statelessRuleGroups()
The stateless rule groups that are used in the Network Firewall firewall policy.
|
NetworkFirewallPolicyDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasStatelessRuleGroups()
public List<StatelessRuleGroup> statelessRuleGroups()
The stateless rule groups that are used in the Network Firewall firewall policy.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStatelessRuleGroups() to see if a value was sent in this field.
public boolean hasStatelessDefaultActions()
public List<String> statelessDefaultActions()
The actions to take on packets that don't match any of the stateless rule groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStatelessDefaultActions() to see if a value was sent in this field.
public boolean hasStatelessFragmentDefaultActions()
public List<String> statelessFragmentDefaultActions()
The actions to take on packet fragments that don't match any of the stateless rule groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStatelessFragmentDefaultActions() to see if a value was sent in this field.
public boolean hasStatelessCustomActions()
public List<String> statelessCustomActions()
Names of custom actions that are available for use in the stateless default actions settings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStatelessCustomActions() to see if a value was sent in this field.
public boolean hasStatefulRuleGroups()
public List<StatefulRuleGroup> statefulRuleGroups()
The stateful rule groups that are used in the Network Firewall firewall policy.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStatefulRuleGroups() to see if a value was sent in this field.
public NetworkFirewallPolicyDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkFirewallPolicyDescription.Builder,NetworkFirewallPolicyDescription>public static NetworkFirewallPolicyDescription.Builder builder()
public static Class<? extends NetworkFirewallPolicyDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.