Class ExecuteOpenCypherExplainQueryRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.neptunedata.model.NeptunedataRequest
-
- software.amazon.awssdk.services.neptunedata.model.ExecuteOpenCypherExplainQueryRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ExecuteOpenCypherExplainQueryRequest.Builder,ExecuteOpenCypherExplainQueryRequest>
@Generated("software.amazon.awssdk:codegen") public final class ExecuteOpenCypherExplainQueryRequest extends NeptunedataRequest implements ToCopyableBuilder<ExecuteOpenCypherExplainQueryRequest.Builder,ExecuteOpenCypherExplainQueryRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExecuteOpenCypherExplainQueryRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecuteOpenCypherExplainQueryRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)OpenCypherExplainModeexplainMode()The openCypherexplainmode.StringexplainModeAsString()The openCypherexplainmode.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringopenCypherQuery()The openCypher query string.Stringparameters()The openCypher query parameters.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExecuteOpenCypherExplainQueryRequest.Builder>serializableBuilderClass()ExecuteOpenCypherExplainQueryRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
openCypherQuery
public final String openCypherQuery()
The openCypher query string.
- Returns:
- The openCypher query string.
-
parameters
public final String parameters()
The openCypher query parameters.
- Returns:
- The openCypher query parameters.
-
explainMode
public final OpenCypherExplainMode explainMode()
The openCypher
explainmode. Can be one of:static,dynamic, ordetails.If the service returns an enum value that is not available in the current SDK version,
explainModewill returnOpenCypherExplainMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexplainModeAsString().- Returns:
- The openCypher
explainmode. Can be one of:static,dynamic, ordetails. - See Also:
OpenCypherExplainMode
-
explainModeAsString
public final String explainModeAsString()
The openCypher
explainmode. Can be one of:static,dynamic, ordetails.If the service returns an enum value that is not available in the current SDK version,
explainModewill returnOpenCypherExplainMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexplainModeAsString().- Returns:
- The openCypher
explainmode. Can be one of:static,dynamic, ordetails. - See Also:
OpenCypherExplainMode
-
toBuilder
public ExecuteOpenCypherExplainQueryRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExecuteOpenCypherExplainQueryRequest.Builder,ExecuteOpenCypherExplainQueryRequest>- Specified by:
toBuilderin classNeptunedataRequest
-
builder
public static ExecuteOpenCypherExplainQueryRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExecuteOpenCypherExplainQueryRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-