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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenerateDataSetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateDataSetResult
clone()
boolean
equals(Object obj)
String
getDataSetRequestId()
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.GenerateDataSetResult
withDataSetRequestId(String dataSetRequestId)
A unique identifier representing a specific request to the GenerateDataSet operation.
-
-
-
Method Detail
-
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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GenerateDataSetResult clone()
-
-