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