@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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, setSdkResponseMetadata
public 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 Object
Object.toString()
public InvokeAsyncResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.