Container for the parameters to the CreateJob operation.
Namespace: Amazon.ImportExport.ModelThis 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.
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 |
| 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()()()() | (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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ImportExport.Model..::..CreateJobRequest