@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileFormat extends Object implements Serializable, Cloneable, StructuredPojo
The file format of the data.
Constructor and Description |
---|
FileFormat() |
Modifier and Type | Method and Description |
---|---|
FileFormat |
clone() |
boolean |
equals(Object obj) |
Csv |
getCsv()
The .csv file format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCsv(Csv csv)
The .csv file format.
|
String |
toString()
Returns a string representation of this object.
|
FileFormat |
withCsv(Csv csv)
The .csv file format.
|
public void setCsv(Csv csv)
The .csv file format.
csv
- The .csv file format.public Csv getCsv()
The .csv file format.
public FileFormat withCsv(Csv csv)
The .csv file format.
csv
- The .csv file format.public String toString()
toString
in class Object
Object.toString()
public FileFormat clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.