* Information about a query execution. *
*/ private java.util.List* Information about the query executions that failed to run. *
*/ private java.util.List* Information about a query execution. *
* * @return Information about a query execution. */ public java.util.List* Information about a query execution. *
* * @param queryExecutions * Information about a query execution. */ public void setQueryExecutions(java.util.Collection* Information about a query execution. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setQueryExecutions(java.util.Collection)} or {@link #withQueryExecutions(java.util.Collection)} if you * want to override the existing values. *
* * @param queryExecutions * Information about a query execution. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetQueryExecutionResult withQueryExecutions(QueryExecution... queryExecutions) { if (this.queryExecutions == null) { setQueryExecutions(new java.util.ArrayList* Information about a query execution. *
* * @param queryExecutions * Information about a query execution. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetQueryExecutionResult withQueryExecutions(java.util.Collection* Information about the query executions that failed to run. *
* * @return Information about the query executions that failed to run. */ public java.util.List* Information about the query executions that failed to run. *
* * @param unprocessedQueryExecutionIds * Information about the query executions that failed to run. */ public void setUnprocessedQueryExecutionIds(java.util.Collection* Information about the query executions that failed to run. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setUnprocessedQueryExecutionIds(java.util.Collection)} or * {@link #withUnprocessedQueryExecutionIds(java.util.Collection)} if you want to override the existing values. *
* * @param unprocessedQueryExecutionIds * Information about the query executions that failed to run. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetQueryExecutionResult withUnprocessedQueryExecutionIds(UnprocessedQueryExecutionId... unprocessedQueryExecutionIds) { if (this.unprocessedQueryExecutionIds == null) { setUnprocessedQueryExecutionIds(new java.util.ArrayList* Information about the query executions that failed to run. *
* * @param unprocessedQueryExecutionIds * Information about the query executions that failed to run. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetQueryExecutionResult withUnprocessedQueryExecutionIds(java.util.Collection