Class GetListenerResponse

    • Method Detail

      • 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 was created, specified in ISO-8601 format.

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

        public final RuleAction defaultAction()

        The actions for the default listener rule.

        Returns:
        The actions for the default listener rule.
      • id

        public final String id()

        The ID of the listener.

        Returns:
        The ID of the listener.
      • lastUpdatedAt

        public final Instant lastUpdatedAt()

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

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

        public final String name()

        The name of the listener.

        Returns:
        The name of the listener.
      • port

        public final Integer port()

        The listener port.

        Returns:
        The listener port.
      • serviceArn

        public final String serviceArn()

        The Amazon Resource Name (ARN) of the service.

        Returns:
        The Amazon Resource Name (ARN) of the service.
      • serviceId

        public final String serviceId()

        The ID of the service.

        Returns:
        The ID of the service.
      • 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