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.

Namespace: Amazon.ImportExport.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
UpdateJobRequest()()()()
Initializes a new instance of the UpdateJobRequest class
Equals(Object)
Determines whether the specified Object is equal to the current 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:

Allowed Values
Import, Export

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)
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

See Also