@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartArchiveExportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response from initiating an archive export.
| Constructor and Description |
|---|
StartArchiveExportResult() |
| Modifier and Type | Method and Description |
|---|---|
StartArchiveExportResult |
clone() |
boolean |
equals(Object obj) |
String |
getExportId()
The unique identifier for the initiated export job.
|
int |
hashCode() |
void |
setExportId(String exportId)
The unique identifier for the initiated export job.
|
String |
toString()
Returns a string representation of this object.
|
StartArchiveExportResult |
withExportId(String exportId)
The unique identifier for the initiated export job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setExportId(String exportId)
The unique identifier for the initiated export job.
exportId - The unique identifier for the initiated export job.public String getExportId()
The unique identifier for the initiated export job.
public StartArchiveExportResult withExportId(String exportId)
The unique identifier for the initiated export job.
exportId - The unique identifier for the initiated export job.public String toString()
toString in class ObjectObject.toString()public StartArchiveExportResult clone()