Output structure for the GetStatus 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 GetStatusResult
Public Class GetStatusResult
public ref class GetStatusResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetStatusResult()()()()
Initializes a new instance of the GetStatusResult class
AwsShippingAddress
Address you ship your storage device to.
Carrier
Name of the shipping company. This value is included when the LocationCode is "Returned".
CreationDate
Timestamp of the CreateJob request in ISO8601 date format. For example "2010-03-28T20:27:35Z".
CurrentManifest
The last manifest submitted, which will be used to process the job.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorCount
Number of errors. We return this value when the ProgressCode is Success or SuccessWithErrors.
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

LocationCode
A token representing the location of the storage device, such as "AtAWS".
LocationMessage
A more human readable form of the physical location of the storage device.
LogBucket
Amazon S3 bucket for user logs.
LogKey
The key where the user logs were stored.
ProgressCode
A token representing the state of the job, such as "Started".
ProgressMessage
A more human readable form of the job status.
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
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.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TrackingNumber
The shipping tracking number assigned by AWS Import/Export to the storage device when it's returned to you. We return this value when the LocationCode is "Returned".
WithAwsShippingAddress(String)
Sets the AwsShippingAddress property
WithCarrier(String)
Sets the Carrier property
WithCreationDate(DateTime)
Sets the CreationDate property
WithCurrentManifest(String)
Sets the CurrentManifest property
WithErrorCount(Int32)
Sets the ErrorCount property
WithJobId(String)
Sets the JobId property
WithJobType(String)
Sets the JobType property
WithLocationCode(String)
Sets the LocationCode property
WithLocationMessage(String)
Sets the LocationMessage property
WithLogBucket(String)
Sets the LogBucket property
WithLogKey(String)
Sets the LogKey property
WithProgressCode(String)
Sets the ProgressCode property
WithProgressMessage(String)
Sets the ProgressMessage property
WithSignature(String)
Sets the Signature property
WithSignatureFileContents(String)
Sets the SignatureFileContents property
WithTrackingNumber(String)
Sets the TrackingNumber property

Inheritance Hierarchy

System..::..Object
  Amazon.ImportExport.Model..::..GetStatusResult

See Also