@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteGremlinQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ExecuteGremlinQueryRequest() |
Modifier and Type | Method and Description |
---|---|
ExecuteGremlinQueryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGremlinQuery()
Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint.
|
String |
getSerializer()
If non-null, the query results are returned in a serialized response message in the format specified by this
parameter.
|
int |
hashCode() |
void |
setGremlinQuery(String gremlinQuery)
Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint.
|
void |
setSerializer(String serializer)
If non-null, the query results are returned in a serialized response message in the format specified by this
parameter.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteGremlinQueryRequest |
withGremlinQuery(String gremlinQuery)
Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint.
|
ExecuteGremlinQueryRequest |
withSerializer(String serializer)
If non-null, the query results are returned in a serialized response message in the format specified by this
parameter.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGremlinQuery(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).
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 String getGremlinQuery()
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 ExecuteGremlinQueryRequest withGremlinQuery(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).
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 void setSerializer(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.
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 String getSerializer()
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 withSerializer(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.
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 String toString()
toString
in class Object
Object.toString()
public ExecuteGremlinQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()