@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectedCsvFormatDescriptor extends Object implements Serializable, Cloneable, StructuredPojo
Properties of an inferred CSV format.
| Constructor and Description |
|---|
DetectedCsvFormatDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
DetectedCsvFormatDescriptor |
clone() |
boolean |
equals(Object obj) |
DetectedField |
getCharset()
The format's charset.
|
DetectedField |
getContainsHeader()
Whether the format includes a header.
|
DetectedField |
getDelimiter()
The format's delimiter.
|
DetectedField |
getFileCompression()
The format's file compression.
|
DetectedField |
getHeaderList()
The format's header list.
|
DetectedField |
getQuoteSymbol()
The format's quote symbol.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCharset(DetectedField charset)
The format's charset.
|
void |
setContainsHeader(DetectedField containsHeader)
Whether the format includes a header.
|
void |
setDelimiter(DetectedField delimiter)
The format's delimiter.
|
void |
setFileCompression(DetectedField fileCompression)
The format's file compression.
|
void |
setHeaderList(DetectedField headerList)
The format's header list.
|
void |
setQuoteSymbol(DetectedField quoteSymbol)
The format's quote symbol.
|
String |
toString()
Returns a string representation of this object.
|
DetectedCsvFormatDescriptor |
withCharset(DetectedField charset)
The format's charset.
|
DetectedCsvFormatDescriptor |
withContainsHeader(DetectedField containsHeader)
Whether the format includes a header.
|
DetectedCsvFormatDescriptor |
withDelimiter(DetectedField delimiter)
The format's delimiter.
|
DetectedCsvFormatDescriptor |
withFileCompression(DetectedField fileCompression)
The format's file compression.
|
DetectedCsvFormatDescriptor |
withHeaderList(DetectedField headerList)
The format's header list.
|
DetectedCsvFormatDescriptor |
withQuoteSymbol(DetectedField quoteSymbol)
The format's quote symbol.
|
public void setFileCompression(DetectedField fileCompression)
The format's file compression.
fileCompression - The format's file compression.public DetectedField getFileCompression()
The format's file compression.
public DetectedCsvFormatDescriptor withFileCompression(DetectedField fileCompression)
The format's file compression.
fileCompression - The format's file compression.public void setCharset(DetectedField charset)
The format's charset.
charset - The format's charset.public DetectedField getCharset()
The format's charset.
public DetectedCsvFormatDescriptor withCharset(DetectedField charset)
The format's charset.
charset - The format's charset.public void setContainsHeader(DetectedField containsHeader)
Whether the format includes a header.
containsHeader - Whether the format includes a header.public DetectedField getContainsHeader()
Whether the format includes a header.
public DetectedCsvFormatDescriptor withContainsHeader(DetectedField containsHeader)
Whether the format includes a header.
containsHeader - Whether the format includes a header.public void setDelimiter(DetectedField delimiter)
The format's delimiter.
delimiter - The format's delimiter.public DetectedField getDelimiter()
The format's delimiter.
public DetectedCsvFormatDescriptor withDelimiter(DetectedField delimiter)
The format's delimiter.
delimiter - The format's delimiter.public void setHeaderList(DetectedField headerList)
The format's header list.
headerList - The format's header list.public DetectedField getHeaderList()
The format's header list.
public DetectedCsvFormatDescriptor withHeaderList(DetectedField headerList)
The format's header list.
headerList - The format's header list.public void setQuoteSymbol(DetectedField quoteSymbol)
The format's quote symbol.
quoteSymbol - The format's quote symbol.public DetectedField getQuoteSymbol()
The format's quote symbol.
public DetectedCsvFormatDescriptor withQuoteSymbol(DetectedField quoteSymbol)
The format's quote symbol.
quoteSymbol - The format's quote symbol.public String toString()
toString in class ObjectObject.toString()public DetectedCsvFormatDescriptor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.