AWS SDK for .NET Documentation
CreateJobResult Class
AmazonAmazon.ImportExport.ModelCreateJobResult Did this page help you?   Yes   No    Tell us about it...

Output structure for the CreateJob operation.

Declaration Syntax
C#
public class CreateJobResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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) 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
Object
CreateJobResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)