@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopArchiveExportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to stop an in-progress archive export job.
NOOP
Constructor and Description |
---|
StopArchiveExportRequest() |
Modifier and Type | Method and Description |
---|---|
StopArchiveExportRequest |
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 stop.
|
int |
hashCode() |
void |
setExportId(String exportId)
The identifier of the export job to stop.
|
String |
toString()
Returns a string representation of this object.
|
StopArchiveExportRequest |
withExportId(String exportId)
The identifier of the export job to stop.
|
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, withSdkRequestTimeout
public void setExportId(String exportId)
The identifier of the export job to stop.
exportId
- The identifier of the export job to stop.public String getExportId()
The identifier of the export job to stop.
public StopArchiveExportRequest withExportId(String exportId)
The identifier of the export job to stop.
exportId
- The identifier of the export job to stop.public String toString()
toString
in class Object
Object.toString()
public StopArchiveExportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()