Container for the parameters to the UpdateJob operation.
            
You 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.
 Declaration Syntax
 Declaration Syntax| C# | 
public class UpdateJobRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | ValidateOnly | 
            Validate the manifest and parameter values in the request but do not actually create a job.
             
             | 
|  | WithJobId(String) | Obsolete. 
            Sets the JobId property
             | 
|  | WithJobType(String) | Obsolete. 
            Sets the JobType property
             | 
|  | WithManifest(String) | Obsolete. 
            Sets the Manifest property
             | 
|  | WithValidateOnly(Boolean) | Obsolete. 
            Sets the ValidateOnly property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | UpdateJobRequest | |
 See Also
 See Also