public static final class CfnAnomalyDetector.CsvFormatDescriptorProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAnomalyDetector.CsvFormatDescriptorProperty
CfnAnomalyDetector.CsvFormatDescriptorProperty
CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder, CfnAnomalyDetector.CsvFormatDescriptorProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCharset()
The character set in which the source CSV file is written.
|
java.lang.Object |
getContainsHeader()
Whether or not the source CSV file contains a header.
|
java.lang.String |
getDelimiter()
The character used to delimit the source CSV file.
|
java.lang.String |
getFileCompression()
The level of compression of the source CSV file.
|
java.util.List<java.lang.String> |
getHeaderList()
A list of the source CSV file's headers, if any.
|
java.lang.String |
getQuoteSymbol()
The character used as a quote character.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getCharset()
CfnAnomalyDetector.CsvFormatDescriptorProperty
getCharset
in interface CfnAnomalyDetector.CsvFormatDescriptorProperty
public final java.lang.Object getContainsHeader()
CfnAnomalyDetector.CsvFormatDescriptorProperty
getContainsHeader
in interface CfnAnomalyDetector.CsvFormatDescriptorProperty
public final java.lang.String getDelimiter()
CfnAnomalyDetector.CsvFormatDescriptorProperty
getDelimiter
in interface CfnAnomalyDetector.CsvFormatDescriptorProperty
public final java.lang.String getFileCompression()
CfnAnomalyDetector.CsvFormatDescriptorProperty
getFileCompression
in interface CfnAnomalyDetector.CsvFormatDescriptorProperty
public final java.util.List<java.lang.String> getHeaderList()
CfnAnomalyDetector.CsvFormatDescriptorProperty
getHeaderList
in interface CfnAnomalyDetector.CsvFormatDescriptorProperty
public final java.lang.String getQuoteSymbol()
CfnAnomalyDetector.CsvFormatDescriptorProperty
getQuoteSymbol
in interface CfnAnomalyDetector.CsvFormatDescriptorProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()