@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelOpenCypherQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelOpenCypherQueryRequest() |
Modifier and Type | Method and Description |
---|---|
CancelOpenCypherQueryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getQueryId()
The unique ID of the openCypher query to cancel.
|
Boolean |
getSilent()
If set to
TRUE , causes the cancelation of the openCypher query to happen silently. |
int |
hashCode() |
Boolean |
isSilent()
If set to
TRUE , causes the cancelation of the openCypher query to happen silently. |
void |
setQueryId(String queryId)
The unique ID of the openCypher query to cancel.
|
void |
setSilent(Boolean silent)
If set to
TRUE , causes the cancelation of the openCypher query to happen silently. |
String |
toString()
Returns a string representation of this object.
|
CancelOpenCypherQueryRequest |
withQueryId(String queryId)
The unique ID of the openCypher query to cancel.
|
CancelOpenCypherQueryRequest |
withSilent(Boolean silent)
If set to
TRUE , causes the cancelation of the openCypher query to happen silently. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setQueryId(String queryId)
The unique ID of the openCypher query to cancel.
queryId
- The unique ID of the openCypher query to cancel.public String getQueryId()
The unique ID of the openCypher query to cancel.
public CancelOpenCypherQueryRequest withQueryId(String queryId)
The unique ID of the openCypher query to cancel.
queryId
- The unique ID of the openCypher query to cancel.public void setSilent(Boolean silent)
If set to TRUE
, causes the cancelation of the openCypher query to happen silently.
silent
- If set to TRUE
, causes the cancelation of the openCypher query to happen silently.public Boolean getSilent()
If set to TRUE
, causes the cancelation of the openCypher query to happen silently.
TRUE
, causes the cancelation of the openCypher query to happen silently.public CancelOpenCypherQueryRequest withSilent(Boolean silent)
If set to TRUE
, causes the cancelation of the openCypher query to happen silently.
silent
- If set to TRUE
, causes the cancelation of the openCypher query to happen silently.public Boolean isSilent()
If set to TRUE
, causes the cancelation of the openCypher query to happen silently.
TRUE
, causes the cancelation of the openCypher query to happen silently.public String toString()
toString
in class Object
Object.toString()
public CancelOpenCypherQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()