@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSupportDataExportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartSupportDataExportResult() |
Modifier and Type | Method and Description |
---|---|
StartSupportDataExportResult |
clone() |
boolean |
equals(Object obj) |
String |
getDataSetRequestId()
A unique identifier representing a specific request to the StartSupportDataExport operation.
|
int |
hashCode() |
void |
setDataSetRequestId(String dataSetRequestId)
A unique identifier representing a specific request to the StartSupportDataExport operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartSupportDataExportResult |
withDataSetRequestId(String dataSetRequestId)
A unique identifier representing a specific request to the StartSupportDataExport operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDataSetRequestId(String dataSetRequestId)
dataSetRequestId
- A unique identifier representing a specific request to the StartSupportDataExport operation. This
identifier can be used to correlate a request with notifications from the SNS topic.public String getDataSetRequestId()
public StartSupportDataExportResult withDataSetRequestId(String dataSetRequestId)
dataSetRequestId
- A unique identifier representing a specific request to the StartSupportDataExport 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 StartSupportDataExportResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.