Output structure for the CreateJob operation.

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 CreateJobResult
Public Class CreateJobResult
public ref class CreateJobResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateJobResult()()()()
Initializes a new instance of the CreateJobResult class
AwsShippingAddress
Address you ship your storage device to.
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

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)
Sets the AwsShippingAddress property
WithJobId(String)
Sets the JobId property
WithJobType(String)
Sets the JobType property
WithSignature(String)
Sets the Signature property
WithSignatureFileContents(String)
Sets the SignatureFileContents property
WithWarningMessage(String)
Sets the WarningMessage property

Inheritance Hierarchy

System..::..Object
  Amazon.ImportExport.Model..::..CreateJobResult

See Also