@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartExportTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartExportTaskResult() |
Modifier and Type | Method and Description |
---|---|
StartExportTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getExportId()
A unique identifier used to query the status of an export request.
|
int |
hashCode() |
void |
setExportId(String exportId)
A unique identifier used to query the status of an export request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartExportTaskResult |
withExportId(String exportId)
A unique identifier used to query the status of an export request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setExportId(String exportId)
A unique identifier used to query the status of an export request.
exportId
- A unique identifier used to query the status of an export request.public String getExportId()
A unique identifier used to query the status of an export request.
public StartExportTaskResult withExportId(String exportId)
A unique identifier used to query the status of an export request.
exportId
- A unique identifier used to query the status of an export request.public String toString()
toString
in class Object
Object.toString()
public StartExportTaskResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.