Class CancelBundleTaskRequest

    • Constructor Detail

      • CancelBundleTaskRequest

        public CancelBundleTaskRequest()
        Default constructor for CancelBundleTaskRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
      • CancelBundleTaskRequest

        public CancelBundleTaskRequest​(String bundleId)
        Constructs a new CancelBundleTaskRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        Parameters:
        bundleId - The ID of the bundle task.
    • Method Detail

      • setBundleId

        public void setBundleId​(String bundleId)

        The ID of the bundle task.

        Parameters:
        bundleId - The ID of the bundle task.
      • getBundleId

        public String getBundleId()

        The ID of the bundle task.

        Returns:
        The ID of the bundle task.
      • withBundleId

        public CancelBundleTaskRequest withBundleId​(String bundleId)

        The ID of the bundle task.

        Parameters:
        bundleId - The ID of the bundle 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