public class InputSerialization extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
InputSerialization()  | 
| Modifier and Type | Method and Description | 
|---|---|
InputSerialization | 
clone()  | 
boolean | 
equals(Object obj)  | 
CSVInput | 
getCsv()  | 
int | 
hashCode()  | 
void | 
setCsv(CSVInput csv)
Sets the serialization of a CSV-encoded object. 
 | 
String | 
toString()  | 
InputSerialization | 
withCsv(CSVInput csvInput)
Sets the serialization of a CSV-encoded object. 
 | 
public CSVInput getCsv()
public void setCsv(CSVInput csv)
csv - The new csv value.public InputSerialization withCsv(CSVInput csvInput)
csvInput - The new csv value.public InputSerialization clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.