@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvokeAsyncResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 A success response (202 Accepted) indicates that the request is queued for invocation.
 
| Constructor and Description | 
|---|
InvokeAsyncResult()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
InvokeAsyncResult | 
clone()
Deprecated.  
  | 
boolean | 
equals(Object obj)
Deprecated.  
  | 
Integer | 
getStatus()
Deprecated.  
 The status code. 
 | 
int | 
hashCode()
Deprecated.  
  | 
void | 
setStatus(Integer status)
Deprecated.  
 The status code. 
 | 
String | 
toString()
Deprecated.  
Returns a string representation of this object. 
 | 
InvokeAsyncResult | 
withStatus(Integer status)
Deprecated.  
 The status code. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(Integer status)
The status code.
status - The status code.public Integer getStatus()
The status code.
public InvokeAsyncResult withStatus(Integer status)
The status code.
status - The status code.public String toString()
toString in class ObjectObject.toString()public InvokeAsyncResult clone()