@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.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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.