Container for the parameters to the CancelJob operation.
This operation cancels a specified job. Only the job owner can cancel it. The operation fails if the job has already started or is complete.

C# |
public class CancelJobRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CancelJobRequest()()()() | Initializes a new instance of the CancelJobRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | JobId |
A unique identifier which refers to a particular job.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithJobId(String) | Obsolete.
Sets the JobId property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CancelJobRequest |
