@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) |
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 ObjectObject.toString()public FileFormat clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.