Output structure for the GetStatus operation.

C# |
public class GetStatusResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | 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) | (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: |
![]() | 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) | Obsolete.
Sets the AwsShippingAddress property
|
![]() | WithCarrier(String) | Obsolete.
Sets the Carrier property
|
![]() | WithCreationDate(DateTime) | Obsolete.
Sets the CreationDate property
|
![]() | WithCurrentManifest(String) | Obsolete.
Sets the CurrentManifest property
|
![]() | WithErrorCount(Int32) | Obsolete.
Sets the ErrorCount property
|
![]() | WithJobId(String) | Obsolete.
Sets the JobId property
|
![]() | WithJobType(String) | Obsolete.
Sets the JobType property
|
![]() | WithLocationCode(String) | Obsolete.
Sets the LocationCode property
|
![]() | WithLocationMessage(String) | Obsolete.
Sets the LocationMessage property
|
![]() | WithLogBucket(String) | Obsolete.
Sets the LogBucket property
|
![]() | WithLogKey(String) | Obsolete.
Sets the LogKey property
|
![]() | WithProgressCode(String) | Obsolete.
Sets the ProgressCode property
|
![]() | WithProgressMessage(String) | Obsolete.
Sets the ProgressMessage property
|
![]() | WithSignature(String) | Obsolete.
Sets the Signature property
|
![]() | WithSignatureFileContents(String) | Obsolete.
Sets the SignatureFileContents property
|
![]() | WithTrackingNumber(String) | Obsolete.
Sets the TrackingNumber property
|

Object | |
![]() | GetStatusResult |