@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteGremlinQueryRequest extends NeptunedataRequest implements ToCopyableBuilder<ExecuteGremlinQueryRequest.Builder,ExecuteGremlinQueryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteGremlinQueryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteGremlinQueryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
gremlinQuery()
Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteGremlinQueryRequest.Builder> |
serializableBuilderClass() |
String |
serializer()
If non-null, the query results are returned in a serialized response message in the format specified by this
parameter.
|
ExecuteGremlinQueryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gremlinQuery()
Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint. The interface is compatible with whatever Gremlin version your DB cluster is using (see the Tinkerpop client section to determine which Gremlin releases your engine version supports).
public final String serializer()
If non-null, the query results are returned in a serialized response message in the format specified by this parameter. See the GraphSON section in the TinkerPop documentation for a list of the formats that are currently supported.
public ExecuteGremlinQueryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteGremlinQueryRequest.Builder,ExecuteGremlinQueryRequest>toBuilder in class NeptunedataRequestpublic static ExecuteGremlinQueryRequest.Builder builder()
public static Class<? extends ExecuteGremlinQueryRequest.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.