Class ExecuteGremlinQueryRequest
- 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.ExecuteGremlinQueryRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ExecuteGremlinQueryRequest.Builder,ExecuteGremlinQueryRequest>
@Generated("software.amazon.awssdk:codegen") public final class ExecuteGremlinQueryRequest extends NeptunedataRequest implements ToCopyableBuilder<ExecuteGremlinQueryRequest.Builder,ExecuteGremlinQueryRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExecuteGremlinQueryRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecuteGremlinQueryRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgremlinQuery()Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint.inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExecuteGremlinQueryRequest.Builder>serializableBuilderClass()Stringserializer()If non-null, the query results are returned in a serialized response message in the format specified by this parameter.ExecuteGremlinQueryRequest.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
-
gremlinQuery
public 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).
- Returns:
- 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).
-
serializer
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.
- Returns:
- 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.
-
toBuilder
public ExecuteGremlinQueryRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExecuteGremlinQueryRequest.Builder,ExecuteGremlinQueryRequest>- Specified by:
toBuilderin classNeptunedataRequest
-
builder
public static ExecuteGremlinQueryRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExecuteGremlinQueryRequest.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
-
-