Class StatelessRuleGroupReference
- java.lang.Object
-
- software.amazon.awssdk.services.networkfirewall.model.StatelessRuleGroupReference
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StatelessRuleGroupReference.Builder,StatelessRuleGroupReference>
@Generated("software.amazon.awssdk:codegen") public final class StatelessRuleGroupReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatelessRuleGroupReference.Builder,StatelessRuleGroupReference>
Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStatelessRuleGroupReference.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StatelessRuleGroupReference.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerpriority()An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy.StringresourceArn()The Amazon Resource Name (ARN) of the stateless rule group.List<SdkField<?>>sdkFields()static Class<? extends StatelessRuleGroupReference.Builder>serializableBuilderClass()StatelessRuleGroupReference.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resourceArn
public final String resourceArn()
The Amazon Resource Name (ARN) of the stateless rule group.
- Returns:
- The Amazon Resource Name (ARN) of the stateless rule group.
-
priority
public final Integer priority()
An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
- Returns:
- An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
-
toBuilder
public StatelessRuleGroupReference.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StatelessRuleGroupReference.Builder,StatelessRuleGroupReference>
-
builder
public static StatelessRuleGroupReference.Builder builder()
-
serializableBuilderClass
public static Class<? extends StatelessRuleGroupReference.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-