@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteGremlinQueryResponse extends NeptunedataResponse implements ToCopyableBuilder<ExecuteGremlinQueryResponse.Builder,ExecuteGremlinQueryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteGremlinQueryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteGremlinQueryResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Document |
meta()
Metadata about the Gremlin query.
|
String |
requestId()
The unique identifier of the Gremlin query.
|
Document |
result()
The Gremlin query output from the server.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteGremlinQueryResponse.Builder> |
serializableBuilderClass() |
GremlinQueryStatusAttributes |
status()
The status of the Gremlin query.
|
ExecuteGremlinQueryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String requestId()
The unique identifier of the Gremlin query.
public final GremlinQueryStatusAttributes status()
The status of the Gremlin query.
public final Document result()
The Gremlin query output from the server.
public final Document meta()
Metadata about the Gremlin query.
public ExecuteGremlinQueryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteGremlinQueryResponse.Builder,ExecuteGremlinQueryResponse>toBuilder in class AwsResponsepublic static ExecuteGremlinQueryResponse.Builder builder()
public static Class<? extends ExecuteGremlinQueryResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.