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.

C# |
public class CreateJobRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateJobRequest()()()() | Initializes a new instance of the CreateJobRequest 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.) |
![]() | JobType |
Specifies whether the job to initiate is an import or export job.
Constraints: |
![]() | 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) | Obsolete.
Sets the JobType property
|
![]() | WithManifest(String) | Obsolete.
Sets the Manifest property
|
![]() | WithManifestAddendum(String) | Obsolete.
Sets the ManifestAddendum property
|
![]() | WithValidateOnly(Boolean) | Obsolete.
Sets the ValidateOnly property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateJobRequest |
