@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteQueryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExecuteQueryResult() |
Modifier and Type | Method and Description |
---|---|
ExecuteQueryResult |
clone() |
boolean |
equals(Object obj) |
List<ColumnInfo> |
getColumns()
Represents a single column in the query results.
|
String |
getNextToken()
The string that specifies the next page of results.
|
List<Row> |
getRows()
Represents a single row in the query results.
|
int |
hashCode() |
void |
setColumns(Collection<ColumnInfo> columns)
Represents a single column in the query results.
|
void |
setNextToken(String nextToken)
The string that specifies the next page of results.
|
void |
setRows(Collection<Row> rows)
Represents a single row in the query results.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteQueryResult |
withColumns(Collection<ColumnInfo> columns)
Represents a single column in the query results.
|
ExecuteQueryResult |
withColumns(ColumnInfo... columns)
Represents a single column in the query results.
|
ExecuteQueryResult |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
ExecuteQueryResult |
withRows(Collection<Row> rows)
Represents a single row in the query results.
|
ExecuteQueryResult |
withRows(Row... rows)
Represents a single row in the query results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ColumnInfo> getColumns()
Represents a single column in the query results.
public void setColumns(Collection<ColumnInfo> columns)
Represents a single column in the query results.
columns
- Represents a single column in the query results.public ExecuteQueryResult withColumns(ColumnInfo... columns)
Represents a single column in the query results.
NOTE: This method appends the values to the existing list (if any). Use
setColumns(java.util.Collection)
or withColumns(java.util.Collection)
if you want to override
the existing values.
columns
- Represents a single column in the query results.public ExecuteQueryResult withColumns(Collection<ColumnInfo> columns)
Represents a single column in the query results.
columns
- Represents a single column in the query results.public List<Row> getRows()
Represents a single row in the query results.
public void setRows(Collection<Row> rows)
Represents a single row in the query results.
rows
- Represents a single row in the query results.public ExecuteQueryResult withRows(Row... rows)
Represents a single row in the query results.
NOTE: This method appends the values to the existing list (if any). Use
setRows(java.util.Collection)
or withRows(java.util.Collection)
if you want to override the
existing values.
rows
- Represents a single row in the query results.public ExecuteQueryResult withRows(Collection<Row> rows)
Represents a single row in the query results.
rows
- Represents a single row in the query results.public void setNextToken(String nextToken)
The string that specifies the next page of results.
nextToken
- The string that specifies the next page of results.public String getNextToken()
The string that specifies the next page of results.
public ExecuteQueryResult withNextToken(String nextToken)
The string that specifies the next page of results.
nextToken
- The string that specifies the next page of results.public String toString()
toString
in class Object
Object.toString()
public ExecuteQueryResult clone()