* A token used for pagination of results, or null if there are no additional results. Use the token value in a * subsequent request to continue results where the previous request ended. *
*/ private String nextToken; /** *
* An array of QuantumTaskSummary
objects for tasks that match the specified filters.
*
* A token used for pagination of results, or null if there are no additional results. Use the token value in a * subsequent request to continue results where the previous request ended. *
* * @param nextToken * A token used for pagination of results, or null if there are no additional results. Use the token value in * a subsequent request to continue results where the previous request ended. */ public void setNextToken(String nextToken) { this.nextToken = nextToken; } /** ** A token used for pagination of results, or null if there are no additional results. Use the token value in a * subsequent request to continue results where the previous request ended. *
* * @return A token used for pagination of results, or null if there are no additional results. Use the token value * in a subsequent request to continue results where the previous request ended. */ public String getNextToken() { return this.nextToken; } /** ** A token used for pagination of results, or null if there are no additional results. Use the token value in a * subsequent request to continue results where the previous request ended. *
* * @param nextToken * A token used for pagination of results, or null if there are no additional results. Use the token value in * a subsequent request to continue results where the previous request ended. * @return Returns a reference to this object so that method calls can be chained together. */ public SearchQuantumTasksResult withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** *
* An array of QuantumTaskSummary
objects for tasks that match the specified filters.
*
QuantumTaskSummary
objects for tasks that match the specified filters.
*/
public java.util.List
* An array of QuantumTaskSummary
objects for tasks that match the specified filters.
*
QuantumTaskSummary
objects for tasks that match the specified filters.
*/
public void setQuantumTasks(java.util.Collection
* An array of QuantumTaskSummary
objects for tasks that match the specified filters.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setQuantumTasks(java.util.Collection)} or {@link #withQuantumTasks(java.util.Collection)} if you want to * override the existing values. *
* * @param quantumTasks * An array ofQuantumTaskSummary
objects for tasks that match the specified filters.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public SearchQuantumTasksResult withQuantumTasks(QuantumTaskSummary... quantumTasks) {
if (this.quantumTasks == null) {
setQuantumTasks(new java.util.ArrayList
* An array of QuantumTaskSummary
objects for tasks that match the specified filters.
*
QuantumTaskSummary
objects for tasks that match the specified filters.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public SearchQuantumTasksResult withQuantumTasks(java.util.Collection