@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResultFrame extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ResultFrame() |
| Modifier and Type | Method and Description |
|---|---|
ResultFrame |
clone() |
boolean |
equals(Object obj) |
List<Record> |
getRecords()
ResultSet Metadata.
|
ResultSetMetadata |
getResultSetMetadata()
ResultSet Metadata.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRecords(Collection<Record> records)
ResultSet Metadata.
|
void |
setResultSetMetadata(ResultSetMetadata resultSetMetadata)
ResultSet Metadata.
|
String |
toString()
Returns a string representation of this object.
|
ResultFrame |
withRecords(Collection<Record> records)
ResultSet Metadata.
|
ResultFrame |
withRecords(Record... records)
ResultSet Metadata.
|
ResultFrame |
withResultSetMetadata(ResultSetMetadata resultSetMetadata)
ResultSet Metadata.
|
public void setRecords(Collection<Record> records)
records - ResultSet Metadata.public ResultFrame withRecords(Record... records)
NOTE: This method appends the values to the existing list (if any). Use
setRecords(java.util.Collection) or withRecords(java.util.Collection) if you want to override
the existing values.
records - ResultSet Metadata.public ResultFrame withRecords(Collection<Record> records)
records - ResultSet Metadata.public void setResultSetMetadata(ResultSetMetadata resultSetMetadata)
resultSetMetadata - ResultSet Metadata.public ResultSetMetadata getResultSetMetadata()
public ResultFrame withResultSetMetadata(ResultSetMetadata resultSetMetadata)
resultSetMetadata - ResultSet Metadata.public String toString()
toString in class ObjectObject.toString()public ResultFrame clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.