Container for the parameters to the GetStatus operation.

This operation returns information about a job, including where the job is in the processing pipeline, the status of the results, and the signature value associated with the job. You can only return information about jobs you own.

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 GetStatusRequest : AmazonWebServiceRequest
Public Class GetStatusRequest _
	Inherits AmazonWebServiceRequest
public ref class GetStatusRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetStatusRequest()()()()
Initializes a new instance of the GetStatusRequest class
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.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithJobId(String)
Sets the JobId property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ImportExport.Model..::..GetStatusRequest

See Also