@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public StartArchiveExportResult clone()