@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelJobRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelJobRunRequest() |
Modifier and Type | Method and Description |
---|---|
CancelJobRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the job run to cancel.
|
String |
getVirtualClusterId()
The ID of the virtual cluster for which the job run will be canceled.
|
int |
hashCode() |
void |
setId(String id)
The ID of the job run to cancel.
|
void |
setVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which the job run will be canceled.
|
String |
toString()
Returns a string representation of this object.
|
CancelJobRunRequest |
withId(String id)
The ID of the job run to cancel.
|
CancelJobRunRequest |
withVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which the job run will be canceled.
|
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 setId(String id)
The ID of the job run to cancel.
id
- The ID of the job run to cancel.public String getId()
The ID of the job run to cancel.
public CancelJobRunRequest withId(String id)
The ID of the job run to cancel.
id
- The ID of the job run to cancel.public void setVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which the job run will be canceled.
virtualClusterId
- The ID of the virtual cluster for which the job run will be canceled.public String getVirtualClusterId()
The ID of the virtual cluster for which the job run will be canceled.
public CancelJobRunRequest withVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which the job run will be canceled.
virtualClusterId
- The ID of the virtual cluster for which the job run will be canceled.public String toString()
toString
in class Object
Object.toString()
public CancelJobRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()