Class AwsNetworkFirewallRuleGroupDetails

    • Method Detail

      • capacity

        public final Integer capacity()

        The maximum number of operating resources that this rule group can use.

        Returns:
        The maximum number of operating resources that this rule group can use.
      • description

        public final String description()

        A description of the rule group.

        Returns:
        A description of the rule group.
      • ruleGroup

        public final RuleGroupDetails ruleGroup()

        Details about the rule group.

        Returns:
        Details about the rule group.
      • ruleGroupArn

        public final String ruleGroupArn()

        The ARN of the rule group.

        Returns:
        The ARN of the rule group.
      • ruleGroupId

        public final String ruleGroupId()

        The identifier of the rule group.

        Returns:
        The identifier of the rule group.
      • ruleGroupName

        public final String ruleGroupName()

        The descriptive name of the rule group.

        Returns:
        The descriptive name of the rule group.
      • type

        public final String type()

        The type of rule group. A rule group can be stateful or stateless.

        Returns:
        The type of rule group. A rule group can be stateful or stateless.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)