@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputSerialization extends Object implements Serializable, Cloneable, StructuredPojo
Describes how the select output is serialized.
| Constructor and Description |
|---|
OutputSerialization() |
| Modifier and Type | Method and Description |
|---|---|
OutputSerialization |
clone() |
boolean |
equals(Object obj) |
CSVOutput |
getCsv()
Describes the serialization of CSV-encoded query results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCsv(CSVOutput csv)
Describes the serialization of CSV-encoded query results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
OutputSerialization |
withCsv(CSVOutput csv)
Describes the serialization of CSV-encoded query results.
|
public void setCsv(CSVOutput csv)
Describes the serialization of CSV-encoded query results.
csv - Describes the serialization of CSV-encoded query results.public CSVOutput getCsv()
Describes the serialization of CSV-encoded query results.
public OutputSerialization withCsv(CSVOutput csv)
Describes the serialization of CSV-encoded query results.
csv - Describes the serialization of CSV-encoded query results.public String toString()
toString in class ObjectObject.toString()public OutputSerialization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.