@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetQueryResultsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetQueryResultsResult() |
Modifier and Type | Method and Description |
---|---|
GetQueryResultsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token to be used by the next request if this request is truncated.
|
ResultSet |
getResultSet()
The results of the query execution.
|
Long |
getUpdateCount()
The number of rows inserted with a CREATE TABLE AS SELECT statement.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
|
void |
setResultSet(ResultSet resultSet)
The results of the query execution.
|
void |
setUpdateCount(Long updateCount)
The number of rows inserted with a CREATE TABLE AS SELECT statement.
|
String |
toString()
Returns a string representation of this object.
|
GetQueryResultsResult |
withNextToken(String nextToken)
A token to be used by the next request if this request is truncated.
|
GetQueryResultsResult |
withResultSet(ResultSet resultSet)
The results of the query execution.
|
GetQueryResultsResult |
withUpdateCount(Long updateCount)
The number of rows inserted with a CREATE TABLE AS SELECT statement.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUpdateCount(Long updateCount)
The number of rows inserted with a CREATE TABLE AS SELECT statement.
updateCount
- The number of rows inserted with a CREATE TABLE AS SELECT statement.public Long getUpdateCount()
The number of rows inserted with a CREATE TABLE AS SELECT statement.
public GetQueryResultsResult withUpdateCount(Long updateCount)
The number of rows inserted with a CREATE TABLE AS SELECT statement.
updateCount
- The number of rows inserted with a CREATE TABLE AS SELECT statement.public void setResultSet(ResultSet resultSet)
The results of the query execution.
resultSet
- The results of the query execution.public ResultSet getResultSet()
The results of the query execution.
public GetQueryResultsResult withResultSet(ResultSet resultSet)
The results of the query execution.
resultSet
- The results of the query execution.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 GetQueryResultsResult 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 GetQueryResultsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.