Class CaseRuleSummary

    • Method Detail

      • caseRuleArn

        public final String caseRuleArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the case rule.
      • caseRuleId

        public final String caseRuleId()

        Unique identifier of a case rule.

        Returns:
        Unique identifier of a case rule.
      • description

        public final String description()

        Description of a case rule.

        Returns:
        Description of a case rule.
      • name

        public final String name()

        Name of the case rule.

        Returns:
        Name of the case rule.
      • ruleType

        public final RuleType ruleType()

        Possible types for a rule.

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

        Returns:
        Possible types for a rule.
        See Also:
        RuleType
      • ruleTypeAsString

        public final String ruleTypeAsString()

        Possible types for a rule.

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

        Returns:
        Possible types for a rule.
        See Also:
        RuleType
      • 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)