@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetQueryExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetQueryExecutionResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetQueryExecutionResult |
clone() |
boolean |
equals(Object obj) |
List<QueryExecution> |
getQueryExecutions()
Information about a query execution.
|
List<UnprocessedQueryExecutionId> |
getUnprocessedQueryExecutionIds()
Information about the query executions that failed to run.
|
int |
hashCode() |
void |
setQueryExecutions(Collection<QueryExecution> queryExecutions)
Information about a query execution.
|
void |
setUnprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchGetQueryExecutionResult |
withQueryExecutions(Collection<QueryExecution> queryExecutions)
Information about a query execution.
|
BatchGetQueryExecutionResult |
withQueryExecutions(QueryExecution... queryExecutions)
Information about a query execution.
|
BatchGetQueryExecutionResult |
withUnprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
|
BatchGetQueryExecutionResult |
withUnprocessedQueryExecutionIds(UnprocessedQueryExecutionId... unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<QueryExecution> getQueryExecutions()
Information about a query execution.
public void setQueryExecutions(Collection<QueryExecution> queryExecutions)
Information about a query execution.
queryExecutions
- Information about a query execution.public BatchGetQueryExecutionResult withQueryExecutions(QueryExecution... queryExecutions)
Information about a query execution.
NOTE: This method appends the values to the existing list (if any). Use
setQueryExecutions(java.util.Collection)
or withQueryExecutions(java.util.Collection)
if you
want to override the existing values.
queryExecutions
- Information about a query execution.public BatchGetQueryExecutionResult withQueryExecutions(Collection<QueryExecution> queryExecutions)
Information about a query execution.
queryExecutions
- Information about a query execution.public List<UnprocessedQueryExecutionId> getUnprocessedQueryExecutionIds()
Information about the query executions that failed to run.
public void setUnprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
unprocessedQueryExecutionIds
- Information about the query executions that failed to run.public BatchGetQueryExecutionResult withUnprocessedQueryExecutionIds(UnprocessedQueryExecutionId... unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedQueryExecutionIds(java.util.Collection)
or
withUnprocessedQueryExecutionIds(java.util.Collection)
if you want to override the existing values.
unprocessedQueryExecutionIds
- Information about the query executions that failed to run.public BatchGetQueryExecutionResult withUnprocessedQueryExecutionIds(Collection<UnprocessedQueryExecutionId> unprocessedQueryExecutionIds)
Information about the query executions that failed to run.
unprocessedQueryExecutionIds
- Information about the query executions that failed to run.public String toString()
toString
in class Object
Object.toString()
public BatchGetQueryExecutionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.