@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGremlinQueryStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetGremlinQueryStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetGremlinQueryStatusResult |
clone() |
boolean |
equals(Object obj) |
QueryEvalStats |
getQueryEvalStats()
The evaluation status of the Gremlin query.
|
String |
getQueryId()
The ID of the query for which status is being returned.
|
String |
getQueryString()
The Gremlin query string.
|
int |
hashCode() |
void |
setQueryEvalStats(QueryEvalStats queryEvalStats)
The evaluation status of the Gremlin query.
|
void |
setQueryId(String queryId)
The ID of the query for which status is being returned.
|
void |
setQueryString(String queryString)
The Gremlin query string.
|
String |
toString()
Returns a string representation of this object.
|
GetGremlinQueryStatusResult |
withQueryEvalStats(QueryEvalStats queryEvalStats)
The evaluation status of the Gremlin query.
|
GetGremlinQueryStatusResult |
withQueryId(String queryId)
The ID of the query for which status is being returned.
|
GetGremlinQueryStatusResult |
withQueryString(String queryString)
The Gremlin query string.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQueryId(String queryId)
The ID of the query for which status is being returned.
queryId
- The ID of the query for which status is being returned.public String getQueryId()
The ID of the query for which status is being returned.
public GetGremlinQueryStatusResult withQueryId(String queryId)
The ID of the query for which status is being returned.
queryId
- The ID of the query for which status is being returned.public void setQueryString(String queryString)
The Gremlin query string.
queryString
- The Gremlin query string.public String getQueryString()
The Gremlin query string.
public GetGremlinQueryStatusResult withQueryString(String queryString)
The Gremlin query string.
queryString
- The Gremlin query string.public void setQueryEvalStats(QueryEvalStats queryEvalStats)
The evaluation status of the Gremlin query.
queryEvalStats
- The evaluation status of the Gremlin query.public QueryEvalStats getQueryEvalStats()
The evaluation status of the Gremlin query.
public GetGremlinQueryStatusResult withQueryEvalStats(QueryEvalStats queryEvalStats)
The evaluation status of the Gremlin query.
queryEvalStats
- The evaluation status of the Gremlin query.public String toString()
toString
in class Object
Object.toString()
public GetGremlinQueryStatusResult clone()