@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelLoaderJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelLoaderJobRequest() |
Modifier and Type | Method and Description |
---|---|
CancelLoaderJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLoadId()
The ID of the load job to be deleted.
|
int |
hashCode() |
void |
setLoadId(String loadId)
The ID of the load job to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
CancelLoaderJobRequest |
withLoadId(String loadId)
The ID of the load job to be deleted.
|
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 setLoadId(String loadId)
The ID of the load job to be deleted.
loadId
- The ID of the load job to be deleted.public String getLoadId()
The ID of the load job to be deleted.
public CancelLoaderJobRequest withLoadId(String loadId)
The ID of the load job to be deleted.
loadId
- The ID of the load job to be deleted.public String toString()
toString
in class Object
Object.toString()
public CancelLoaderJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()