@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelGremlinQueryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CancelGremlinQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
CancelGremlinQueryResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the cancelation
|
int |
hashCode() |
void |
setStatus(String status)
The status of the cancelation
|
String |
toString()
Returns a string representation of this object.
|
CancelGremlinQueryResult |
withStatus(String status)
The status of the cancelation
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status of the cancelation
status - The status of the cancelationpublic String getStatus()
The status of the cancelation
public CancelGremlinQueryResult withStatus(String status)
The status of the cancelation
status - The status of the cancelationpublic String toString()
toString in class ObjectObject.toString()public CancelGremlinQueryResult clone()