@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelJobExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelJobExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
CancelJobExecutionRequest |
addStatusDetailsEntry(String key,
String value)
Add a single StatusDetails entry
|
CancelJobExecutionRequest |
clearStatusDetailsEntries()
Removes all the entries added into StatusDetails.
|
CancelJobExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Long |
getExpectedVersion()
(Optional) The expected current version of the job execution.
|
Boolean |
getForce()
(Optional) If
true the job execution will be canceled if it has status IN_PROGRESS or QUEUED,
otherwise the job execution will be canceled only if it has status QUEUED. |
String |
getJobId()
The ID of the job to be canceled.
|
Map<String,String> |
getStatusDetails()
A collection of name/value pairs that describe the status of the job execution.
|
String |
getThingName()
The name of the thing whose execution of the job will be canceled.
|
int |
hashCode() |
Boolean |
isForce()
(Optional) If
true the job execution will be canceled if it has status IN_PROGRESS or QUEUED,
otherwise the job execution will be canceled only if it has status QUEUED. |
void |
setExpectedVersion(Long expectedVersion)
(Optional) The expected current version of the job execution.
|
void |
setForce(Boolean force)
(Optional) If
true the job execution will be canceled if it has status IN_PROGRESS or QUEUED,
otherwise the job execution will be canceled only if it has status QUEUED. |
void |
setJobId(String jobId)
The ID of the job to be canceled.
|
void |
setStatusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution.
|
void |
setThingName(String thingName)
The name of the thing whose execution of the job will be canceled.
|
String |
toString()
Returns a string representation of this object.
|
CancelJobExecutionRequest |
withExpectedVersion(Long expectedVersion)
(Optional) The expected current version of the job execution.
|
CancelJobExecutionRequest |
withForce(Boolean force)
(Optional) If
true the job execution will be canceled if it has status IN_PROGRESS or QUEUED,
otherwise the job execution will be canceled only if it has status QUEUED. |
CancelJobExecutionRequest |
withJobId(String jobId)
The ID of the job to be canceled.
|
CancelJobExecutionRequest |
withStatusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution.
|
CancelJobExecutionRequest |
withThingName(String thingName)
The name of the thing whose execution of the job 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 setJobId(String jobId)
The ID of the job to be canceled.
jobId
- The ID of the job to be canceled.public String getJobId()
The ID of the job to be canceled.
public CancelJobExecutionRequest withJobId(String jobId)
The ID of the job to be canceled.
jobId
- The ID of the job to be canceled.public void setThingName(String thingName)
The name of the thing whose execution of the job will be canceled.
thingName
- The name of the thing whose execution of the job will be canceled.public String getThingName()
The name of the thing whose execution of the job will be canceled.
public CancelJobExecutionRequest withThingName(String thingName)
The name of the thing whose execution of the job will be canceled.
thingName
- The name of the thing whose execution of the job will be canceled.public void setForce(Boolean force)
(Optional) If true
the job execution will be canceled if it has status IN_PROGRESS or QUEUED,
otherwise the job execution will be canceled only if it has status QUEUED. If you attempt to cancel a job
execution that is IN_PROGRESS, and you do not set force
to true
, then an
InvalidStateTransitionException
will be thrown. The default is false
.
Canceling a job execution which is "IN_PROGRESS", will cause the device to be unable to update the job execution status. Use caution and ensure that the device is able to recover to a valid state.
force
- (Optional) If true
the job execution will be canceled if it has status IN_PROGRESS or QUEUED,
otherwise the job execution will be canceled only if it has status QUEUED. If you attempt to cancel a job
execution that is IN_PROGRESS, and you do not set force
to true
, then an
InvalidStateTransitionException
will be thrown. The default is false
.
Canceling a job execution which is "IN_PROGRESS", will cause the device to be unable to update the job execution status. Use caution and ensure that the device is able to recover to a valid state.
public Boolean getForce()
(Optional) If true
the job execution will be canceled if it has status IN_PROGRESS or QUEUED,
otherwise the job execution will be canceled only if it has status QUEUED. If you attempt to cancel a job
execution that is IN_PROGRESS, and you do not set force
to true
, then an
InvalidStateTransitionException
will be thrown. The default is false
.
Canceling a job execution which is "IN_PROGRESS", will cause the device to be unable to update the job execution status. Use caution and ensure that the device is able to recover to a valid state.
true
the job execution will be canceled if it has status IN_PROGRESS or
QUEUED, otherwise the job execution will be canceled only if it has status QUEUED. If you attempt to
cancel a job execution that is IN_PROGRESS, and you do not set force
to true
,
then an InvalidStateTransitionException
will be thrown. The default is false
.
Canceling a job execution which is "IN_PROGRESS", will cause the device to be unable to update the job execution status. Use caution and ensure that the device is able to recover to a valid state.
public CancelJobExecutionRequest withForce(Boolean force)
(Optional) If true
the job execution will be canceled if it has status IN_PROGRESS or QUEUED,
otherwise the job execution will be canceled only if it has status QUEUED. If you attempt to cancel a job
execution that is IN_PROGRESS, and you do not set force
to true
, then an
InvalidStateTransitionException
will be thrown. The default is false
.
Canceling a job execution which is "IN_PROGRESS", will cause the device to be unable to update the job execution status. Use caution and ensure that the device is able to recover to a valid state.
force
- (Optional) If true
the job execution will be canceled if it has status IN_PROGRESS or QUEUED,
otherwise the job execution will be canceled only if it has status QUEUED. If you attempt to cancel a job
execution that is IN_PROGRESS, and you do not set force
to true
, then an
InvalidStateTransitionException
will be thrown. The default is false
.
Canceling a job execution which is "IN_PROGRESS", will cause the device to be unable to update the job execution status. Use caution and ensure that the device is able to recover to a valid state.
public Boolean isForce()
(Optional) If true
the job execution will be canceled if it has status IN_PROGRESS or QUEUED,
otherwise the job execution will be canceled only if it has status QUEUED. If you attempt to cancel a job
execution that is IN_PROGRESS, and you do not set force
to true
, then an
InvalidStateTransitionException
will be thrown. The default is false
.
Canceling a job execution which is "IN_PROGRESS", will cause the device to be unable to update the job execution status. Use caution and ensure that the device is able to recover to a valid state.
true
the job execution will be canceled if it has status IN_PROGRESS or
QUEUED, otherwise the job execution will be canceled only if it has status QUEUED. If you attempt to
cancel a job execution that is IN_PROGRESS, and you do not set force
to true
,
then an InvalidStateTransitionException
will be thrown. The default is false
.
Canceling a job execution which is "IN_PROGRESS", will cause the device to be unable to update the job execution status. Use caution and ensure that the device is able to recover to a valid state.
public void setExpectedVersion(Long expectedVersion)
(Optional) The expected current version of the job execution. Each time you update the job execution, its version is incremented. If the version of the job execution stored in Jobs does not match, the update is rejected with a VersionMismatch error, and an ErrorResponse that contains the current job execution status data is returned. (This makes it unnecessary to perform a separate DescribeJobExecution request in order to obtain the job execution status data.)
expectedVersion
- (Optional) The expected current version of the job execution. Each time you update the job execution, its
version is incremented. If the version of the job execution stored in Jobs does not match, the update is
rejected with a VersionMismatch error, and an ErrorResponse that contains the current job execution status
data is returned. (This makes it unnecessary to perform a separate DescribeJobExecution request in order
to obtain the job execution status data.)public Long getExpectedVersion()
(Optional) The expected current version of the job execution. Each time you update the job execution, its version is incremented. If the version of the job execution stored in Jobs does not match, the update is rejected with a VersionMismatch error, and an ErrorResponse that contains the current job execution status data is returned. (This makes it unnecessary to perform a separate DescribeJobExecution request in order to obtain the job execution status data.)
public CancelJobExecutionRequest withExpectedVersion(Long expectedVersion)
(Optional) The expected current version of the job execution. Each time you update the job execution, its version is incremented. If the version of the job execution stored in Jobs does not match, the update is rejected with a VersionMismatch error, and an ErrorResponse that contains the current job execution status data is returned. (This makes it unnecessary to perform a separate DescribeJobExecution request in order to obtain the job execution status data.)
expectedVersion
- (Optional) The expected current version of the job execution. Each time you update the job execution, its
version is incremented. If the version of the job execution stored in Jobs does not match, the update is
rejected with a VersionMismatch error, and an ErrorResponse that contains the current job execution status
data is returned. (This makes it unnecessary to perform a separate DescribeJobExecution request in order
to obtain the job execution status data.)public Map<String,String> getStatusDetails()
A collection of name/value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged. You can specify at most 10 name/value pairs.
public void setStatusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged. You can specify at most 10 name/value pairs.
statusDetails
- A collection of name/value pairs that describe the status of the job execution. If not specified, the
statusDetails are unchanged. You can specify at most 10 name/value pairs.public CancelJobExecutionRequest withStatusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged. You can specify at most 10 name/value pairs.
statusDetails
- A collection of name/value pairs that describe the status of the job execution. If not specified, the
statusDetails are unchanged. You can specify at most 10 name/value pairs.public CancelJobExecutionRequest addStatusDetailsEntry(String key, String value)
public CancelJobExecutionRequest clearStatusDetailsEntries()
public String toString()
toString
in class Object
Object.toString()
public CancelJobExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()