@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOpenCypherQueryStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetOpenCypherQueryStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetOpenCypherQueryStatusRequest |
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 for which to retrieve the query status.
|
int |
hashCode() |
void |
setQueryId(String queryId)
The unique ID of the openCypher query for which to retrieve the query status.
|
String |
toString()
Returns a string representation of this object.
|
GetOpenCypherQueryStatusRequest |
withQueryId(String queryId)
The unique ID of the openCypher query for which to retrieve the query status.
|
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, withSdkRequestTimeoutpublic void setQueryId(String queryId)
The unique ID of the openCypher query for which to retrieve the query status.
queryId - The unique ID of the openCypher query for which to retrieve the query status.public String getQueryId()
The unique ID of the openCypher query for which to retrieve the query status.
public GetOpenCypherQueryStatusRequest withQueryId(String queryId)
The unique ID of the openCypher query for which to retrieve the query status.
queryId - The unique ID of the openCypher query for which to retrieve the query status.public String toString()
toString in class ObjectObject.toString()public GetOpenCypherQueryStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()