@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetOpenCypherQueryStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()