Class UpdateRuleRequest

    • Method Detail

      • description

        public final String description()

        The description of the rule.

        Returns:
        The description of the rule.
      • detail

        public final RuleDetail detail()

        The detail of the rule.

        Returns:
        The detail of the rule.
      • domainIdentifier

        public final String domainIdentifier()

        The ID of the domain in which a rule is to be updated.

        Returns:
        The ID of the domain in which a rule is to be updated.
      • identifier

        public final String identifier()

        The ID of the rule that is to be updated

        Returns:
        The ID of the rule that is to be updated
      • includeChildDomainUnits

        public final Boolean includeChildDomainUnits()

        Specifies whether to update this rule in the child domain units.

        Returns:
        Specifies whether to update this rule in the child domain units.
      • name

        public final String name()

        The name of the rule.

        Returns:
        The name of the rule.
      • scope

        public final RuleScope scope()

        The scrope of the rule.

        Returns:
        The scrope of the rule.
      • 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