Class GenerateDataSetResult
java.lang.Object
com.amazonaws.services.marketplacecommerceanalytics.model.GenerateDataSetResult
- All Implemented Interfaces:
Serializable
,Cloneable
Container for the result of the GenerateDataSet operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A unique identifier representing a specific request to the GenerateDataSet operation.int
hashCode()
void
setDataSetRequestId
(String dataSetRequestId) A unique identifier representing a specific request to the GenerateDataSet operation.toString()
Returns a string representation of this object; useful for testing and debugging.withDataSetRequestId
(String dataSetRequestId) A unique identifier representing a specific request to the GenerateDataSet operation.
-
Constructor Details
-
GenerateDataSetResult
public GenerateDataSetResult()
-
-
Method Details
-
setDataSetRequestId
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-