Class DeleteRuleGroupRequest

    • Method Detail

      • ruleGroupName

        public final String ruleGroupName()

        The descriptive name of the rule group. You can't change the name of a rule group after you create it.

        You must specify the ARN or the name, and you can specify both.

        Returns:
        The descriptive name of the rule group. You can't change the name of a rule group after you create it.

        You must specify the ARN or the name, and you can specify both.

      • ruleGroupArn

        public final String ruleGroupArn()

        The Amazon Resource Name (ARN) of the rule group.

        You must specify the ARN or the name, and you can specify both.

        Returns:
        The Amazon Resource Name (ARN) of the rule group.

        You must specify the ARN or the name, and you can specify both.

      • type

        public final RuleGroupType type()

        Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        If the service returns an enum value that is not available in the current SDK version, type will return RuleGroupType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        See Also:
        RuleGroupType
      • typeAsString

        public final String typeAsString()

        Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        If the service returns an enum value that is not available in the current SDK version, type will return RuleGroupType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.

        This setting is required for requests that do not include the RuleGroupARN.

        See Also:
        RuleGroupType
      • 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