Class GetContactResponse

    • Method Detail

      • contactArn

        public final String contactArn()

        The ARN of the contact or escalation plan.

        Returns:
        The ARN of the contact or escalation plan.
      • alias

        public final String alias()

        The alias of the contact or escalation plan. The alias is unique and identifiable.

        Returns:
        The alias of the contact or escalation plan. The alias is unique and identifiable.
      • displayName

        public final String displayName()

        The full name of the contact or escalation plan.

        Returns:
        The full name of the contact or escalation plan.
      • type

        public final ContactType type()

        The type of contact, either PERSONAL or ESCALATION.

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

        Returns:
        The type of contact, either PERSONAL or ESCALATION.
        See Also:
        ContactType
      • typeAsString

        public final String typeAsString()

        The type of contact, either PERSONAL or ESCALATION.

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

        Returns:
        The type of contact, either PERSONAL or ESCALATION.
        See Also:
        ContactType
      • plan

        public final Plan plan()

        Details about the specific timing or stages and targets of the escalation plan or engagement plan.

        Returns:
        Details about the specific timing or stages and targets of the escalation plan or engagement plan.
      • 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