@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteOpenCypherExplainQueryRequest extends NeptunedataRequest implements ToCopyableBuilder<ExecuteOpenCypherExplainQueryRequest.Builder,ExecuteOpenCypherExplainQueryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteOpenCypherExplainQueryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteOpenCypherExplainQueryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
OpenCypherExplainMode |
explainMode()
The openCypher
explain mode. |
String |
explainModeAsString()
The openCypher
explain mode. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
openCypherQuery()
The openCypher query string.
|
String |
parameters()
The openCypher query parameters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteOpenCypherExplainQueryRequest.Builder> |
serializableBuilderClass() |
ExecuteOpenCypherExplainQueryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String openCypherQuery()
The openCypher query string.
public final String parameters()
The openCypher query parameters.
public final OpenCypherExplainMode explainMode()
The openCypher explain mode. Can be one of: static, dynamic, or
details.
If the service returns an enum value that is not available in the current SDK version, explainMode will
return OpenCypherExplainMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from explainModeAsString().
explain mode. Can be one of: static, dynamic, or
details.OpenCypherExplainModepublic final String explainModeAsString()
The openCypher explain mode. Can be one of: static, dynamic, or
details.
If the service returns an enum value that is not available in the current SDK version, explainMode will
return OpenCypherExplainMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from explainModeAsString().
explain mode. Can be one of: static, dynamic, or
details.OpenCypherExplainModepublic ExecuteOpenCypherExplainQueryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteOpenCypherExplainQueryRequest.Builder,ExecuteOpenCypherExplainQueryRequest>toBuilder in class NeptunedataRequestpublic static ExecuteOpenCypherExplainQueryRequest.Builder builder()
public static Class<? extends ExecuteOpenCypherExplainQueryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.