Class UpdateContactRequest

    • Method Detail

      • contactId

        public final String contactId()

        The Amazon Resource Name (ARN) of the contact or escalation plan you're updating.

        Returns:
        The Amazon Resource Name (ARN) of the contact or escalation plan you're updating.
      • displayName

        public final String displayName()

        The full name of the contact or escalation plan.

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

        public final Plan plan()

        A list of stages. A contact has an engagement plan with stages for specified contact channels. An escalation plan uses these stages to contact specified contacts.

        Returns:
        A list of stages. A contact has an engagement plan with stages for specified contact channels. An escalation plan uses these stages to contact specified contacts.
      • 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