@Generated(value="software.amazon.awssdk:codegen") public final class ResultSet extends Object implements StructuredPojo, ToCopyableBuilder<ResultSet.Builder,ResultSet>
The metadata and rows that comprise a query result set. The metadata describes the column structure and data types.
Modifier and Type | Class and Description |
---|---|
static interface |
ResultSet.Builder |
Modifier and Type | Method and Description |
---|---|
static ResultSet.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
ResultSetMetadata |
resultSetMetadata()
The metadata that describes the column structure and data types of a table of query results.
|
List<Row> |
rows()
The rows in the table.
|
static Class<? extends ResultSet.Builder> |
serializableBuilderClass() |
ResultSet.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<Row> rows()
The rows in the table.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ResultSetMetadata resultSetMetadata()
The metadata that describes the column structure and data types of a table of query results.
public ResultSet.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResultSet.Builder,ResultSet>
public static ResultSet.Builder builder()
public static Class<? extends ResultSet.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.