Output structure for the CreateJob operation.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateJobResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateJobResult()()()() | Initializes a new instance of the CreateJobResult class | 
|  | AwsShippingAddress | 
            Address you ship your storage device to.
             
             | 
|  | 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: | 
|  | Signature | 
            An encrypted code used to authenticate the request and response, for example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=". Only use this value is you
            want to create the signature file yourself. Generally you should use the SignatureFileContents value.
             
             | 
|  | SignatureFileContents | 
            The actual text of the SIGNATURE file to be written to disk.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WarningMessage | 
            An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name.
             
             | 
|  | WithAwsShippingAddress(String) | Obsolete. 
            Sets the AwsShippingAddress property
             | 
|  | WithJobId(String) | Obsolete. 
            Sets the JobId property
             | 
|  | WithJobType(String) | Obsolete. 
            Sets the JobType property
             | 
|  | WithSignature(String) | Obsolete. 
            Sets the Signature property
             | 
|  | WithSignatureFileContents(String) | Obsolete. 
            Sets the SignatureFileContents property
             | 
|  | WithWarningMessage(String) | Obsolete. 
            Sets the WarningMessage property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CreateJobResult |