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