@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateDataSetResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public GenerateDataSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.