@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TsvOptions extends Object implements Serializable, Cloneable, StructuredPojo
Formatting options for a TSV file.
| Constructor and Description |
|---|
TsvOptions() |
| Modifier and Type | Method and Description |
|---|---|
TsvOptions |
clone() |
boolean |
equals(Object obj) |
ReadOptions |
getReadOptions()
The file's read options.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setReadOptions(ReadOptions readOptions)
The file's read options.
|
String |
toString()
Returns a string representation of this object.
|
TsvOptions |
withReadOptions(ReadOptions readOptions)
The file's read options.
|
public void setReadOptions(ReadOptions readOptions)
The file's read options.
readOptions - The file's read options.public ReadOptions getReadOptions()
The file's read options.
public TsvOptions withReadOptions(ReadOptions readOptions)
The file's read options.
readOptions - The file's read options.public String toString()
toString in class ObjectObject.toString()public TsvOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.