Class ExecuteGremlinProfileQueryRequest
- 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.ExecuteGremlinProfileQueryRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ExecuteGremlinProfileQueryRequest.Builder,ExecuteGremlinProfileQueryRequest>
@Generated("software.amazon.awssdk:codegen") public final class ExecuteGremlinProfileQueryRequest extends NeptunedataRequest implements ToCopyableBuilder<ExecuteGremlinProfileQueryRequest.Builder,ExecuteGremlinProfileQueryRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExecuteGremlinProfileQueryRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecuteGremlinProfileQueryRequest.Builderbuilder()Integerchop()If non-zero, causes the results string to be truncated at that number of characters.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgremlinQuery()The Gremlin query string to profile.inthashCode()BooleanindexOps()If this flag is set toTRUE, the results include a detailed report of all index operations that took place during query execution and serialization.Booleanresults()If this flag is set toTRUE, the query results are gathered and displayed as part of the profile report.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExecuteGremlinProfileQueryRequest.Builder>serializableBuilderClass()Stringserializer()If non-null, the gathered results are returned in a serialized response message in the format specified by this parameter.ExecuteGremlinProfileQueryRequest.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()
The Gremlin query string to profile.
- Returns:
- The Gremlin query string to profile.
-
results
public final Boolean results()
If this flag is set to
TRUE, the query results are gathered and displayed as part of the profile report. IfFALSE, only the result count is displayed.- Returns:
- If this flag is set to
TRUE, the query results are gathered and displayed as part of the profile report. IfFALSE, only the result count is displayed.
-
chop
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.
- Returns:
- 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.
-
serializer
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.
- Returns:
- 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.
-
indexOps
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.- Returns:
- 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.
-
toBuilder
public ExecuteGremlinProfileQueryRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExecuteGremlinProfileQueryRequest.Builder,ExecuteGremlinProfileQueryRequest>- Specified by:
toBuilderin classNeptunedataRequest
-
builder
public static ExecuteGremlinProfileQueryRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExecuteGremlinProfileQueryRequest.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
-
-