Class DescribeHumanTaskUiResponse

    • Method Detail

      • humanTaskUiArn

        public final String humanTaskUiArn()

        The Amazon Resource Name (ARN) of the human task user interface (worker task template).

        Returns:
        The Amazon Resource Name (ARN) of the human task user interface (worker task template).
      • humanTaskUiName

        public final String humanTaskUiName()

        The name of the human task user interface (worker task template).

        Returns:
        The name of the human task user interface (worker task template).
      • humanTaskUiStatus

        public final HumanTaskUiStatus humanTaskUiStatus()

        The status of the human task user interface (worker task template). Valid values are listed below.

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

        Returns:
        The status of the human task user interface (worker task template). Valid values are listed below.
        See Also:
        HumanTaskUiStatus
      • humanTaskUiStatusAsString

        public final String humanTaskUiStatusAsString()

        The status of the human task user interface (worker task template). Valid values are listed below.

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

        Returns:
        The status of the human task user interface (worker task template). Valid values are listed below.
        See Also:
        HumanTaskUiStatus
      • creationTime

        public final Instant creationTime()

        The timestamp when the human task user interface was created.

        Returns:
        The timestamp when the human task user interface was created.
      • uiTemplate

        public final UiTemplateInfo uiTemplate()
        Returns the value of the UiTemplate property for this object.
        Returns:
        The value of the UiTemplate property for this object.
      • 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