Class AcceptPageRequest

    • Method Detail

      • pageId

        public final String pageId()

        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.
      • contactChannelId

        public final String contactChannelId()

        The ARN of the contact channel.

        Returns:
        The ARN of the contact channel.
      • acceptTypeAsString

        public final String acceptTypeAsString()

        The type indicates if the page was DELIVERED or READ.

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

        Returns:
        The type indicates if the page was DELIVERED or READ.
        See Also:
        AcceptType
      • note

        public final String note()

        Information provided by the user when the user acknowledges the page.

        Returns:
        Information provided by the user when the user acknowledges the page.
      • acceptCode

        public final String acceptCode()

        A 6-digit code used to acknowledge the page.

        Returns:
        A 6-digit code used to acknowledge the page.
      • acceptCodeValidation

        public final AcceptCodeValidation acceptCodeValidation()

        An optional field that Incident Manager uses to ENFORCE AcceptCode validation when acknowledging an page. Acknowledgement can occur by replying to a page, or when entering the AcceptCode in the console. Enforcing AcceptCode validation causes Incident Manager to verify that the code entered by the user matches the code sent by Incident Manager with the page.

        Incident Manager can also IGNORE AcceptCode validation. Ignoring AcceptCode validation causes Incident Manager to accept any value entered for the AcceptCode.

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

        Returns:
        An optional field that Incident Manager uses to ENFORCE AcceptCode validation when acknowledging an page. Acknowledgement can occur by replying to a page, or when entering the AcceptCode in the console. Enforcing AcceptCode validation causes Incident Manager to verify that the code entered by the user matches the code sent by Incident Manager with the page.

        Incident Manager can also IGNORE AcceptCode validation. Ignoring AcceptCode validation causes Incident Manager to accept any value entered for the AcceptCode.

        See Also:
        AcceptCodeValidation
      • acceptCodeValidationAsString

        public final String acceptCodeValidationAsString()

        An optional field that Incident Manager uses to ENFORCE AcceptCode validation when acknowledging an page. Acknowledgement can occur by replying to a page, or when entering the AcceptCode in the console. Enforcing AcceptCode validation causes Incident Manager to verify that the code entered by the user matches the code sent by Incident Manager with the page.

        Incident Manager can also IGNORE AcceptCode validation. Ignoring AcceptCode validation causes Incident Manager to accept any value entered for the AcceptCode.

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

        Returns:
        An optional field that Incident Manager uses to ENFORCE AcceptCode validation when acknowledging an page. Acknowledgement can occur by replying to a page, or when entering the AcceptCode in the console. Enforcing AcceptCode validation causes Incident Manager to verify that the code entered by the user matches the code sent by Incident Manager with the page.

        Incident Manager can also IGNORE AcceptCode validation. Ignoring AcceptCode validation causes Incident Manager to accept any value entered for the AcceptCode.

        See Also:
        AcceptCodeValidation
      • 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