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