@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueryExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListQueryExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListQueryExecutionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token to be used by the next request if this request is truncated.
|
List<String> |
getQueryExecutionIds()
The unique IDs of each query execution as an array of strings.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
|
void |
setQueryExecutionIds(Collection<String> queryExecutionIds)
The unique IDs of each query execution as an array of strings.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListQueryExecutionsResult |
withNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
|
ListQueryExecutionsResult |
withQueryExecutionIds(Collection<String> queryExecutionIds)
The unique IDs of each query execution as an array of strings.
|
ListQueryExecutionsResult |
withQueryExecutionIds(String... queryExecutionIds)
The unique IDs of each query execution as an array of strings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getQueryExecutionIds()
The unique IDs of each query execution as an array of strings.
public void setQueryExecutionIds(Collection<String> queryExecutionIds)
The unique IDs of each query execution as an array of strings.
queryExecutionIds
- The unique IDs of each query execution as an array of strings.public ListQueryExecutionsResult withQueryExecutionIds(String... queryExecutionIds)
The unique IDs of each query execution as an array of strings.
NOTE: This method appends the values to the existing list (if any). Use
setQueryExecutionIds(java.util.Collection)
or withQueryExecutionIds(java.util.Collection)
if
you want to override the existing values.
queryExecutionIds
- The unique IDs of each query execution as an array of strings.public ListQueryExecutionsResult withQueryExecutionIds(Collection<String> queryExecutionIds)
The unique IDs of each query execution as an array of strings.
queryExecutionIds
- The unique IDs of each query execution as an array of strings.public void setNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
nextToken
- A token to be used by the next request if this request is truncated.public String getNextToken()
A token to be used by the next request if this request is truncated.
public ListQueryExecutionsResult withNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
nextToken
- A token to be used by the next request if this request is truncated.public String toString()
toString
in class Object
Object.toString()
public ListQueryExecutionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.