Container for the parameters to the CreateJob operation.

This operation initiates the process of scheduling an upload or download of your data. You include in the request a manifest that describes the data transfer specifics. The response to the request includes a job ID, which you can use in other operations, a signature that you use to identify your storage device, and the address where you should ship your storage device.

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 CreateJobRequest : AmazonWebServiceRequest
Public Class CreateJobRequest _
	Inherits AmazonWebServiceRequest
public ref class CreateJobRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateJobRequest()()()()
Initializes a new instance of the CreateJobRequest 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.)
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.
ManifestAddendum
For internal use only.
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.
WithJobType(String)
Sets the JobType property
WithManifest(String)
Sets the Manifest property
WithManifestAddendum(String)
Sets the ManifestAddendum property
WithValidateOnly(Boolean)
Sets the ValidateOnly property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ImportExport.Model..::..CreateJobRequest

See Also