Container for the parameters to the UpdateJob operation.
Namespace: Amazon.ImportExport.ModelYou use this operation to change the parameters specified in the original manifest file by supplying a new manifest file. The manifest file attached to this request replaces the original manifest file. You can only use the operation after a CreateJob request but before the data transfer starts and you can only use it on jobs you own.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class UpdateJobRequest : AmazonWebServiceRequest
Public Class UpdateJobRequest _ Inherits AmazonWebServiceRequest
public ref class UpdateJobRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| UpdateJobRequest()()()() | Initializes a new instance of the UpdateJobRequest 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.
| |
| JobType |
Specifies whether the job to initiate is an import or export job.
Constraints: | |
| Manifest |
The UTF-8 encoded text of the manifest file.
| |
| ToString()()()() | (Inherited from Object.) | |
| ValidateOnly |
Validate the manifest and parameter values in the request but do not actually create a job.
| |
| WithJobId(String) |
Sets the JobId property
| |
| WithJobType(String) |
Sets the JobType property
| |
| WithManifest(String) |
Sets the Manifest property
| |
| WithValidateOnly(Boolean) |
Sets the ValidateOnly property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ImportExport.Model..::..UpdateJobRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ImportExport.Model..::..UpdateJobRequest