StructuredPojo, ToCopyableBuilder<Row.Builder,Row>@Generated("software.amazon.awssdk:codegen") public class Row extends Object implements StructuredPojo, ToCopyableBuilder<Row.Builder,Row>
The rows that comprise a query result table.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Row.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static Row.Builder |
builder() |
|
List<Datum> |
data() |
The data that populates a row in a query result table.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends Row.Builder> |
serializableBuilderClass() |
|
Row.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<Datum> data()
The data that populates a row in a query result table.
public Row.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Row.Builder,Row>public static Row.Builder builder()
public static Class<? extends Row.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.