Class CfnAnomalyDetector.CsvFormatDescriptorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.CsvFormatDescriptorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.CsvFormatDescriptorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnomalyDetector.CsvFormatDescriptorProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.CsvFormatDescriptorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.CsvFormatDescriptorProperty
An implementation for
CfnAnomalyDetector.CsvFormatDescriptorProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.CsvFormatDescriptorProperty
CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder, CfnAnomalyDetector.CsvFormatDescriptorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.CsvFormatDescriptorProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe character set in which the source CSV file is written.final ObjectWhether or not the source CSV file contains a header.final StringThe character used to delimit the source CSV file.final StringThe level of compression of the source CSV file.A list of the source CSV file's headers, if any.final StringThe character used as a quote character.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.CsvFormatDescriptorProperty.Builder.
-
-
Method Details
-
getCharset
Description copied from interface:CfnAnomalyDetector.CsvFormatDescriptorPropertyThe character set in which the source CSV file is written.- Specified by:
getCharsetin interfaceCfnAnomalyDetector.CsvFormatDescriptorProperty
-
getContainsHeader
Description copied from interface:CfnAnomalyDetector.CsvFormatDescriptorPropertyWhether or not the source CSV file contains a header.- Specified by:
getContainsHeaderin interfaceCfnAnomalyDetector.CsvFormatDescriptorProperty
-
getDelimiter
Description copied from interface:CfnAnomalyDetector.CsvFormatDescriptorPropertyThe character used to delimit the source CSV file.- Specified by:
getDelimiterin interfaceCfnAnomalyDetector.CsvFormatDescriptorProperty
-
getFileCompression
Description copied from interface:CfnAnomalyDetector.CsvFormatDescriptorPropertyThe level of compression of the source CSV file.- Specified by:
getFileCompressionin interfaceCfnAnomalyDetector.CsvFormatDescriptorProperty
-
getHeaderList
Description copied from interface:CfnAnomalyDetector.CsvFormatDescriptorPropertyA list of the source CSV file's headers, if any.- Specified by:
getHeaderListin interfaceCfnAnomalyDetector.CsvFormatDescriptorProperty
-
getQuoteSymbol
Description copied from interface:CfnAnomalyDetector.CsvFormatDescriptorPropertyThe character used as a quote character.- Specified by:
getQuoteSymbolin interfaceCfnAnomalyDetector.CsvFormatDescriptorProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-