@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopArchiveSearchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to stop an in-progress archive search job.
NOOP
Constructor and Description |
---|
StopArchiveSearchRequest() |
Modifier and Type | Method and Description |
---|---|
StopArchiveSearchRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSearchId()
The identifier of the search job to stop.
|
int |
hashCode() |
void |
setSearchId(String searchId)
The identifier of the search job to stop.
|
String |
toString()
Returns a string representation of this object.
|
StopArchiveSearchRequest |
withSearchId(String searchId)
The identifier of the search 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 setSearchId(String searchId)
The identifier of the search job to stop.
searchId
- The identifier of the search job to stop.public String getSearchId()
The identifier of the search job to stop.
public StopArchiveSearchRequest withSearchId(String searchId)
The identifier of the search job to stop.
searchId
- The identifier of the search job to stop.public String toString()
toString
in class Object
Object.toString()
public StopArchiveSearchRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()