Class DescribePageResponse

    • Method Detail

      • pageArn

        public final String pageArn()

        The Amazon Resource Name (ARN) of the engagement to a contact channel.

        Returns:
        The Amazon Resource Name (ARN) of the engagement to a contact channel.
      • engagementArn

        public final String engagementArn()

        The ARN of the engagement that engaged the contact channel.

        Returns:
        The ARN of the engagement that engaged the contact channel.
      • contactArn

        public final String contactArn()

        The ARN of the contact that was engaged.

        Returns:
        The ARN of the contact that was engaged.
      • sender

        public final String sender()

        The user that started the engagement.

        Returns:
        The user that started the engagement.
      • subject

        public final String subject()

        The secure subject of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL.

        Returns:
        The secure subject of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL.
      • content

        public final String content()

        The secure content of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL.

        Returns:
        The secure content of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL.
      • publicSubject

        public final String publicSubject()

        The insecure subject of the message that was sent to the contact. Use this field for engagements to SMS.

        Returns:
        The insecure subject of the message that was sent to the contact. Use this field for engagements to SMS.
      • publicContent

        public final String publicContent()

        The insecure content of the message that was sent to the contact. Use this field for engagements to SMS.

        Returns:
        The insecure content of the message that was sent to the contact. Use this field for engagements to SMS.
      • incidentId

        public final String incidentId()

        The ARN of the incident that engaged the contact channel.

        Returns:
        The ARN of the incident that engaged the contact channel.
      • sentTime

        public final Instant sentTime()

        The time the engagement was sent to the contact channel.

        Returns:
        The time the engagement was sent to the contact channel.
      • readTime

        public final Instant readTime()

        The time that the contact channel acknowledged the engagement.

        Returns:
        The time that the contact channel acknowledged the engagement.
      • deliveryTime

        public final Instant deliveryTime()

        The time that the contact channel received the engagement.

        Returns:
        The time that the contact channel received the engagement.
      • 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