@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public InputSerialization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.