Container for the parameters to the CancelJob operation.
Namespace: Amazon.ImportExport.ModelThis operation cancels a specified job. Only the job owner can cancel it. The operation fails if the job has already started or is complete.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class CancelJobRequest : AmazonWebServiceRequest
Public Class CancelJobRequest _ Inherits AmazonWebServiceRequest
public ref class CancelJobRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| 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()()()() | (Inherited from Object.) | |
| WithJobId(String) |
Sets the JobId property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ImportExport.Model..::..CancelJobRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ImportExport.Model..::..CancelJobRequest