Class GetRuleResponse

    • Method Detail

      • action

        public final RuleAction action()

        The action for the default rule.

        Returns:
        The action for the default rule.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the listener.

        Returns:
        The Amazon Resource Name (ARN) of the listener.
      • createdAt

        public final Instant createdAt()

        The date and time that the listener rule was created, specified in ISO-8601 format.

        Returns:
        The date and time that the listener rule was created, specified in ISO-8601 format.
      • id

        public final String id()

        The ID of the listener.

        Returns:
        The ID of the listener.
      • isDefault

        public final Boolean isDefault()

        Indicates whether this is the default rule.

        Returns:
        Indicates whether this is the default rule.
      • lastUpdatedAt

        public final Instant lastUpdatedAt()

        The date and time that the listener rule was last updated, specified in ISO-8601 format.

        Returns:
        The date and time that the listener rule was last updated, specified in ISO-8601 format.
      • match

        public final RuleMatch match()

        The rule match.

        Returns:
        The rule match.
      • name

        public final String name()

        The name of the listener.

        Returns:
        The name of the listener.
      • priority

        public final Integer priority()

        The priority level for the specified rule.

        Returns:
        The priority level for the specified 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