public class GenerateDataSetResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GenerateDataSetResult() |
| Modifier and Type | Method and 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.
|
public void setDataSetRequestId(String dataSetRequestId)
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.public String getDataSetRequestId()
public GenerateDataSetResult withDataSetRequestId(String dataSetRequestId)
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.public String toString()
toString in class ObjectObject.toString()public GenerateDataSetResult clone()
Copyright © 2016. All rights reserved.