@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGremlinQueriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListGremlinQueriesResult() |
Modifier and Type | Method and Description |
---|---|
ListGremlinQueriesResult |
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 the current queries.
|
Integer |
getRunningQueryCount()
The number of Gremlin queries currently running.
|
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 the current queries.
|
void |
setRunningQueryCount(Integer runningQueryCount)
The number of Gremlin queries currently running.
|
String |
toString()
Returns a string representation of this object.
|
ListGremlinQueriesResult |
withAcceptedQueryCount(Integer acceptedQueryCount)
The number of queries that have been accepted but not yet completed, including queries in the queue.
|
ListGremlinQueriesResult |
withQueries(Collection<GremlinQueryStatus> queries)
A list of the current queries.
|
ListGremlinQueriesResult |
withQueries(GremlinQueryStatus... queries)
A list of the current queries.
|
ListGremlinQueriesResult |
withRunningQueryCount(Integer runningQueryCount)
The number of Gremlin queries currently running.
|
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 ListGremlinQueriesResult 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 Gremlin queries currently running.
runningQueryCount
- The number of Gremlin queries currently running.public Integer getRunningQueryCount()
The number of Gremlin queries currently running.
public ListGremlinQueriesResult withRunningQueryCount(Integer runningQueryCount)
The number of Gremlin queries currently running.
runningQueryCount
- The number of Gremlin queries currently running.public List<GremlinQueryStatus> getQueries()
A list of the current queries.
public void setQueries(Collection<GremlinQueryStatus> queries)
A list of the current queries.
queries
- A list of the current queries.public ListGremlinQueriesResult withQueries(GremlinQueryStatus... queries)
A list of the current 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 the current queries.public ListGremlinQueriesResult withQueries(Collection<GremlinQueryStatus> queries)
A list of the current queries.
queries
- A list of the current queries.public String toString()
toString
in class Object
Object.toString()
public ListGremlinQueriesResult clone()