@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteOpenCypherExplainQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ExecuteOpenCypherExplainQueryRequest() |
Modifier and Type | Method and Description |
---|---|
ExecuteOpenCypherExplainQueryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExplainMode()
The openCypher
explain mode. |
String |
getOpenCypherQuery()
The openCypher query string.
|
String |
getParameters()
The openCypher query parameters.
|
int |
hashCode() |
void |
setExplainMode(String explainMode)
The openCypher
explain mode. |
void |
setOpenCypherQuery(String openCypherQuery)
The openCypher query string.
|
void |
setParameters(String parameters)
The openCypher query parameters.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteOpenCypherExplainQueryRequest |
withExplainMode(OpenCypherExplainMode explainMode)
The openCypher
explain mode. |
ExecuteOpenCypherExplainQueryRequest |
withExplainMode(String explainMode)
The openCypher
explain mode. |
ExecuteOpenCypherExplainQueryRequest |
withOpenCypherQuery(String openCypherQuery)
The openCypher query string.
|
ExecuteOpenCypherExplainQueryRequest |
withParameters(String parameters)
The openCypher query parameters.
|
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 ExecuteOpenCypherExplainQueryRequest()
public void setOpenCypherQuery(String openCypherQuery)
The openCypher query string.
openCypherQuery
- The openCypher query string.public String getOpenCypherQuery()
The openCypher query string.
public ExecuteOpenCypherExplainQueryRequest withOpenCypherQuery(String openCypherQuery)
The openCypher query string.
openCypherQuery
- The openCypher query string.public void setParameters(String parameters)
The openCypher query parameters.
parameters
- The openCypher query parameters.public String getParameters()
The openCypher query parameters.
public ExecuteOpenCypherExplainQueryRequest withParameters(String parameters)
The openCypher query parameters.
parameters
- The openCypher query parameters.public void setExplainMode(String explainMode)
The openCypher explain
mode. Can be one of: static
, dynamic
, or
details
.
explainMode
- The openCypher explain
mode. Can be one of: static
, dynamic
, or
details
.OpenCypherExplainMode
public String getExplainMode()
The openCypher explain
mode. Can be one of: static
, dynamic
, or
details
.
explain
mode. Can be one of: static
, dynamic
, or
details
.OpenCypherExplainMode
public ExecuteOpenCypherExplainQueryRequest withExplainMode(String explainMode)
The openCypher explain
mode. Can be one of: static
, dynamic
, or
details
.
explainMode
- The openCypher explain
mode. Can be one of: static
, dynamic
, or
details
.OpenCypherExplainMode
public ExecuteOpenCypherExplainQueryRequest withExplainMode(OpenCypherExplainMode explainMode)
The openCypher explain
mode. Can be one of: static
, dynamic
, or
details
.
explainMode
- The openCypher explain
mode. Can be one of: static
, dynamic
, or
details
.OpenCypherExplainMode
public String toString()
toString
in class Object
Object.toString()
public ExecuteOpenCypherExplainQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()