@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputFormatOptions extends Object implements Serializable, Cloneable, StructuredPojo
Represents a set of options that define the structure of comma-separated (CSV) job output.
Constructor and Description |
---|
OutputFormatOptions() |
Modifier and Type | Method and Description |
---|---|
OutputFormatOptions |
clone() |
boolean |
equals(Object obj) |
CsvOutputOptions |
getCsv()
Represents a set of options that define the structure of comma-separated value (CSV) job output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCsv(CsvOutputOptions csv)
Represents a set of options that define the structure of comma-separated value (CSV) job output.
|
String |
toString()
Returns a string representation of this object.
|
OutputFormatOptions |
withCsv(CsvOutputOptions csv)
Represents a set of options that define the structure of comma-separated value (CSV) job output.
|
public void setCsv(CsvOutputOptions csv)
Represents a set of options that define the structure of comma-separated value (CSV) job output.
csv
- Represents a set of options that define the structure of comma-separated value (CSV) job output.public CsvOutputOptions getCsv()
Represents a set of options that define the structure of comma-separated value (CSV) job output.
public OutputFormatOptions withCsv(CsvOutputOptions csv)
Represents a set of options that define the structure of comma-separated value (CSV) job output.
csv
- Represents a set of options that define the structure of comma-separated value (CSV) job output.public String toString()
toString
in class Object
Object.toString()
public OutputFormatOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.