@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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCsv(CSVOutput csv)
Describes the serialization of CSV-encoded query results.
|
String |
toString()
Returns a string representation of this object.
|
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 Object
Object.toString()
public OutputSerialization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.