@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOpenCypherQueriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListOpenCypherQueriesResult() |
Modifier and Type | Method and Description |
---|---|
ListOpenCypherQueriesResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getAcceptedQueryCount()
The number of queries that have been accepted but not yet completed, including queries in the queue.
|
List<GremlinQueryStatus> |
getQueries()
A list of current openCypher queries.
|
Integer |
getRunningQueryCount()
The number of currently running openCypher queries.
|
int |
hashCode() |
void |
setAcceptedQueryCount(Integer acceptedQueryCount)
The number of queries that have been accepted but not yet completed, including queries in the queue.
|
void |
setQueries(Collection<GremlinQueryStatus> queries)
A list of current openCypher queries.
|
void |
setRunningQueryCount(Integer runningQueryCount)
The number of currently running openCypher queries.
|
String |
toString()
Returns a string representation of this object.
|
ListOpenCypherQueriesResult |
withAcceptedQueryCount(Integer acceptedQueryCount)
The number of queries that have been accepted but not yet completed, including queries in the queue.
|
ListOpenCypherQueriesResult |
withQueries(Collection<GremlinQueryStatus> queries)
A list of current openCypher queries.
|
ListOpenCypherQueriesResult |
withQueries(GremlinQueryStatus... queries)
A list of current openCypher queries.
|
ListOpenCypherQueriesResult |
withRunningQueryCount(Integer runningQueryCount)
The number of currently running openCypher queries.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAcceptedQueryCount(Integer acceptedQueryCount)
The number of queries that have been accepted but not yet completed, including queries in the queue.
acceptedQueryCount
- The number of queries that have been accepted but not yet completed, including queries in the queue.public Integer getAcceptedQueryCount()
The number of queries that have been accepted but not yet completed, including queries in the queue.
public ListOpenCypherQueriesResult withAcceptedQueryCount(Integer acceptedQueryCount)
The number of queries that have been accepted but not yet completed, including queries in the queue.
acceptedQueryCount
- The number of queries that have been accepted but not yet completed, including queries in the queue.public void setRunningQueryCount(Integer runningQueryCount)
The number of currently running openCypher queries.
runningQueryCount
- The number of currently running openCypher queries.public Integer getRunningQueryCount()
The number of currently running openCypher queries.
public ListOpenCypherQueriesResult withRunningQueryCount(Integer runningQueryCount)
The number of currently running openCypher queries.
runningQueryCount
- The number of currently running openCypher queries.public List<GremlinQueryStatus> getQueries()
A list of current openCypher queries.
public void setQueries(Collection<GremlinQueryStatus> queries)
A list of current openCypher queries.
queries
- A list of current openCypher queries.public ListOpenCypherQueriesResult withQueries(GremlinQueryStatus... queries)
A list of current openCypher queries.
NOTE: This method appends the values to the existing list (if any). Use
setQueries(java.util.Collection)
or withQueries(java.util.Collection)
if you want to override
the existing values.
queries
- A list of current openCypher queries.public ListOpenCypherQueriesResult withQueries(Collection<GremlinQueryStatus> queries)
A list of current openCypher queries.
queries
- A list of current openCypher queries.public String toString()
toString
in class Object
Object.toString()
public ListOpenCypherQueriesResult clone()