@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetArchiveExportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to retrieve details of a specific archive export job.
NOOP| Constructor and Description |
|---|
GetArchiveExportRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetArchiveExportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExportId()
The identifier of the export job to get details for.
|
int |
hashCode() |
void |
setExportId(String exportId)
The identifier of the export job to get details for.
|
String |
toString()
Returns a string representation of this object.
|
GetArchiveExportRequest |
withExportId(String exportId)
The identifier of the export job to get details for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setExportId(String exportId)
The identifier of the export job to get details for.
exportId - The identifier of the export job to get details for.public String getExportId()
The identifier of the export job to get details for.
public GetArchiveExportRequest withExportId(String exportId)
The identifier of the export job to get details for.
exportId - The identifier of the export job to get details for.public String toString()
toString in class ObjectObject.toString()public GetArchiveExportRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()