Class CancelConversionTaskRequest

    • Constructor Detail

      • CancelConversionTaskRequest

        public CancelConversionTaskRequest()
    • Method Detail

      • setConversionTaskId

        public void setConversionTaskId​(String conversionTaskId)

        The ID of the conversion task.

        Parameters:
        conversionTaskId - The ID of the conversion task.
      • getConversionTaskId

        public String getConversionTaskId()

        The ID of the conversion task.

        Returns:
        The ID of the conversion task.
      • withConversionTaskId

        public CancelConversionTaskRequest withConversionTaskId​(String conversionTaskId)

        The ID of the conversion task.

        Parameters:
        conversionTaskId - The ID of the conversion task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setReasonMessage

        public void setReasonMessage​(String reasonMessage)

        The reason for canceling the conversion task.

        Parameters:
        reasonMessage - The reason for canceling the conversion task.
      • getReasonMessage

        public String getReasonMessage()

        The reason for canceling the conversion task.

        Returns:
        The reason for canceling the conversion task.
      • withReasonMessage

        public CancelConversionTaskRequest withReasonMessage​(String reasonMessage)

        The reason for canceling the conversion task.

        Parameters:
        reasonMessage - The reason for canceling the conversion task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object