@Deprecated public class InvokeAsyncResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Upon success, it returns empty response. Otherwise, throws an exception.
| Constructor and Description | 
|---|
| InvokeAsyncResult()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| InvokeAsyncResult | clone()Deprecated.  | 
| boolean | equals(Object obj)Deprecated.  | 
| Integer | getStatus()Deprecated.  
 It will be 202 upon success. | 
| int | hashCode()Deprecated.  | 
| void | setStatus(Integer status)Deprecated.  
 It will be 202 upon success. | 
| String | toString()Deprecated.  Returns a string representation of this object; useful for testing and debugging. | 
| InvokeAsyncResult | withStatus(Integer status)Deprecated.  
 It will be 202 upon success. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(Integer status)
It will be 202 upon success.
status - It will be 202 upon success.public Integer getStatus()
It will be 202 upon success.
public InvokeAsyncResult withStatus(Integer status)
It will be 202 upon success.
status - It will be 202 upon success.public String toString()
toString in class ObjectObject.toString()public InvokeAsyncResult clone()
Copyright © 2016. All rights reserved.