Class DescribeEngagementResponse

    • Method Detail

      • contactArn

        public final String contactArn()

        The ARN of the escalation plan or contacts involved in the engagement.

        Returns:
        The ARN of the escalation plan or contacts involved in the engagement.
      • engagementArn

        public final String engagementArn()

        The ARN of the engagement.

        Returns:
        The ARN of the engagement.
      • 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 in which the engagement occurred.

        Returns:
        The ARN of the incident in which the engagement occurred.
      • startTime

        public final Instant startTime()

        The time that the engagement started.

        Returns:
        The time that the engagement started.
      • stopTime

        public final Instant stopTime()

        The time that the engagement ended.

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