@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CSVOutput extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the comma-separated value (CSV) file that the job results are stored in.
Constructor and Description |
---|
CSVOutput() |
Modifier and Type | Method and Description |
---|---|
CSVOutput |
clone() |
boolean |
equals(Object obj) |
String |
getFieldDelimiter()
A value used to separate individual fields from each other within a record.
|
String |
getQuoteCharacter()
A value used as an escape character where the field delimiter is part of the value.
|
String |
getQuoteEscapeCharacter()
A single character used for escaping the quotation-mark character inside an already escaped value.
|
String |
getQuoteFields()
A value that indicates whether all output fields should be contained within quotation marks.
|
String |
getRecordDelimiter()
A value used to separate individual records from each other.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFieldDelimiter(String fieldDelimiter)
A value used to separate individual fields from each other within a record.
|
void |
setQuoteCharacter(String quoteCharacter)
A value used as an escape character where the field delimiter is part of the value.
|
void |
setQuoteEscapeCharacter(String quoteEscapeCharacter)
A single character used for escaping the quotation-mark character inside an already escaped value.
|
void |
setQuoteFields(String quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
|
void |
setRecordDelimiter(String recordDelimiter)
A value used to separate individual records from each other.
|
String |
toString()
Returns a string representation of this object.
|
CSVOutput |
withFieldDelimiter(String fieldDelimiter)
A value used to separate individual fields from each other within a record.
|
CSVOutput |
withQuoteCharacter(String quoteCharacter)
A value used as an escape character where the field delimiter is part of the value.
|
CSVOutput |
withQuoteEscapeCharacter(String quoteEscapeCharacter)
A single character used for escaping the quotation-mark character inside an already escaped value.
|
CSVOutput |
withQuoteFields(QuoteFields quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
|
CSVOutput |
withQuoteFields(String quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
|
CSVOutput |
withRecordDelimiter(String recordDelimiter)
A value used to separate individual records from each other.
|
public void setQuoteFields(String quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
quoteFields
- A value that indicates whether all output fields should be contained within quotation marks.QuoteFields
public String getQuoteFields()
A value that indicates whether all output fields should be contained within quotation marks.
QuoteFields
public CSVOutput withQuoteFields(String quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
quoteFields
- A value that indicates whether all output fields should be contained within quotation marks.QuoteFields
public CSVOutput withQuoteFields(QuoteFields quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
quoteFields
- A value that indicates whether all output fields should be contained within quotation marks.QuoteFields
public void setQuoteEscapeCharacter(String quoteEscapeCharacter)
A single character used for escaping the quotation-mark character inside an already escaped value.
quoteEscapeCharacter
- A single character used for escaping the quotation-mark character inside an already escaped value.public String getQuoteEscapeCharacter()
A single character used for escaping the quotation-mark character inside an already escaped value.
public CSVOutput withQuoteEscapeCharacter(String quoteEscapeCharacter)
A single character used for escaping the quotation-mark character inside an already escaped value.
quoteEscapeCharacter
- A single character used for escaping the quotation-mark character inside an already escaped value.public void setRecordDelimiter(String recordDelimiter)
A value used to separate individual records from each other.
recordDelimiter
- A value used to separate individual records from each other.public String getRecordDelimiter()
A value used to separate individual records from each other.
public CSVOutput withRecordDelimiter(String recordDelimiter)
A value used to separate individual records from each other.
recordDelimiter
- A value used to separate individual records from each other.public void setFieldDelimiter(String fieldDelimiter)
A value used to separate individual fields from each other within a record.
fieldDelimiter
- A value used to separate individual fields from each other within a record.public String getFieldDelimiter()
A value used to separate individual fields from each other within a record.
public CSVOutput withFieldDelimiter(String fieldDelimiter)
A value used to separate individual fields from each other within a record.
fieldDelimiter
- A value used to separate individual fields from each other within a record.public void setQuoteCharacter(String quoteCharacter)
A value used as an escape character where the field delimiter is part of the value.
quoteCharacter
- A value used as an escape character where the field delimiter is part of the value.public String getQuoteCharacter()
A value used as an escape character where the field delimiter is part of the value.
public CSVOutput withQuoteCharacter(String quoteCharacter)
A value used as an escape character where the field delimiter is part of the value.
quoteCharacter
- A value used as an escape character where the field delimiter is part of the value.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.