Class GenerateDataSetResult

java.lang.Object
com.amazonaws.services.marketplacecommerceanalytics.model.GenerateDataSetResult
All Implemented Interfaces:
Serializable, Cloneable

public class GenerateDataSetResult extends Object implements Serializable, Cloneable
Container for the result of the GenerateDataSet operation.
See Also:
  • Constructor Details

    • GenerateDataSetResult

      public GenerateDataSetResult()
  • Method Details

    • setDataSetRequestId

      public void setDataSetRequestId(String dataSetRequestId)
      A unique identifier representing a specific request to the GenerateDataSet operation. This identifier can be used to correlate a request with notifications from the SNS topic.
      Parameters:
      dataSetRequestId - A unique identifier representing a specific request to the GenerateDataSet operation. This identifier can be used to correlate a request with notifications from the SNS topic.
    • getDataSetRequestId

      public String getDataSetRequestId()
      A unique identifier representing a specific request to the GenerateDataSet operation. This identifier can be used to correlate a request with notifications from the SNS topic.
      Returns:
      A unique identifier representing a specific request to the GenerateDataSet operation. This identifier can be used to correlate a request with notifications from the SNS topic.
    • withDataSetRequestId

      public GenerateDataSetResult withDataSetRequestId(String dataSetRequestId)
      A unique identifier representing a specific request to the GenerateDataSet operation. This identifier can be used to correlate a request with notifications from the SNS topic.
      Parameters:
      dataSetRequestId - A unique identifier representing a specific request to the GenerateDataSet operation. This identifier can be used to correlate a request with notifications from the SNS topic.
      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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public GenerateDataSetResult clone()
      Overrides:
      clone in class Object