@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteGremlinProfileQueryRequest extends NeptunedataRequest implements ToCopyableBuilder<ExecuteGremlinProfileQueryRequest.Builder,ExecuteGremlinProfileQueryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteGremlinProfileQueryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteGremlinProfileQueryRequest.Builder |
builder() |
Integer |
chop()
If non-zero, causes the results string to be truncated at that number of characters.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
gremlinQuery()
The Gremlin query string to profile.
|
int |
hashCode() |
Boolean |
indexOps()
If this flag is set to
TRUE, the results include a detailed report of all index operations that took
place during query execution and serialization. |
Boolean |
results()
If this flag is set to
TRUE, the query results are gathered and displayed as part of the profile
report. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteGremlinProfileQueryRequest.Builder> |
serializableBuilderClass() |
String |
serializer()
If non-null, the gathered results are returned in a serialized response message in the format specified by this
parameter.
|
ExecuteGremlinProfileQueryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gremlinQuery()
The Gremlin query string to profile.
public final Boolean results()
If this flag is set to TRUE, the query results are gathered and displayed as part of the profile
report. If FALSE, only the result count is displayed.
TRUE, the query results are gathered and displayed as part of the
profile report. If FALSE, only the result count is displayed.public final Integer chop()
If non-zero, causes the results string to be truncated at that number of characters. If set to zero, the string contains all the results.
public final String serializer()
If non-null, the gathered results are returned in a serialized response message in the format specified by this parameter. See Gremlin profile API in Neptune for more information.
public final Boolean indexOps()
If this flag is set to TRUE, the results include a detailed report of all index operations that took
place during query execution and serialization.
TRUE, the results include a detailed report of all index operations
that took place during query execution and serialization.public ExecuteGremlinProfileQueryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteGremlinProfileQueryRequest.Builder,ExecuteGremlinProfileQueryRequest>toBuilder in class NeptunedataRequestpublic static ExecuteGremlinProfileQueryRequest.Builder builder()
public static Class<? extends ExecuteGremlinProfileQueryRequest.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.