@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelBatchJobExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CancelBatchJobExecutionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CancelBatchJobExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier of the application.
|
String |
getExecutionId()
The unique identifier of the batch job execution.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier of the application.
|
void |
setExecutionId(String executionId)
The unique identifier of the batch job execution.
|
String |
toString()
Returns a string representation of this object.
|
CancelBatchJobExecutionRequest |
withApplicationId(String applicationId)
The unique identifier of the application.
|
CancelBatchJobExecutionRequest |
withExecutionId(String executionId)
The unique identifier of the batch job execution.
|
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 setApplicationId(String applicationId)
The unique identifier of the application.
applicationId - The unique identifier of the application.public String getApplicationId()
The unique identifier of the application.
public CancelBatchJobExecutionRequest withApplicationId(String applicationId)
The unique identifier of the application.
applicationId - The unique identifier of the application.public void setExecutionId(String executionId)
The unique identifier of the batch job execution.
executionId - The unique identifier of the batch job execution.public String getExecutionId()
The unique identifier of the batch job execution.
public CancelBatchJobExecutionRequest withExecutionId(String executionId)
The unique identifier of the batch job execution.
executionId - The unique identifier of the batch job execution.public String toString()
toString in class ObjectObject.toString()public CancelBatchJobExecutionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()