@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GremlinQueryStatus extends Object implements Serializable, Cloneable, StructuredPojo
Captures the status of a Gremlin query (see the Gremlin query status API page).
Constructor and Description |
---|
GremlinQueryStatus() |
Modifier and Type | Method and Description |
---|---|
GremlinQueryStatus |
clone() |
boolean |
equals(Object obj) |
QueryEvalStats |
getQueryEvalStats()
The query statistics of the Gremlin query.
|
String |
getQueryId()
The ID of the Gremlin query.
|
String |
getQueryString()
The query string of the Gremlin query.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setQueryEvalStats(QueryEvalStats queryEvalStats)
The query statistics of the Gremlin query.
|
void |
setQueryId(String queryId)
The ID of the Gremlin query.
|
void |
setQueryString(String queryString)
The query string of the Gremlin query.
|
String |
toString()
Returns a string representation of this object.
|
GremlinQueryStatus |
withQueryEvalStats(QueryEvalStats queryEvalStats)
The query statistics of the Gremlin query.
|
GremlinQueryStatus |
withQueryId(String queryId)
The ID of the Gremlin query.
|
GremlinQueryStatus |
withQueryString(String queryString)
The query string of the Gremlin query.
|
public void setQueryId(String queryId)
The ID of the Gremlin query.
queryId
- The ID of the Gremlin query.public String getQueryId()
The ID of the Gremlin query.
public GremlinQueryStatus withQueryId(String queryId)
The ID of the Gremlin query.
queryId
- The ID of the Gremlin query.public void setQueryString(String queryString)
The query string of the Gremlin query.
queryString
- The query string of the Gremlin query.public String getQueryString()
The query string of the Gremlin query.
public GremlinQueryStatus withQueryString(String queryString)
The query string of the Gremlin query.
queryString
- The query string of the Gremlin query.public void setQueryEvalStats(QueryEvalStats queryEvalStats)
The query statistics of the Gremlin query.
queryEvalStats
- The query statistics of the Gremlin query.public QueryEvalStats getQueryEvalStats()
The query statistics of the Gremlin query.
public GremlinQueryStatus withQueryEvalStats(QueryEvalStats queryEvalStats)
The query statistics of the Gremlin query.
queryEvalStats
- The query statistics of the Gremlin query.public String toString()
toString
in class Object
Object.toString()
public GremlinQueryStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.