Class CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lookoutmetrics.CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty
An implementation for
CfnAnomalyDetectorPropsMixin.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.cfnpropertymixins.services.lookoutmetrics.CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty
CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty.Builder, CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorPropsMixin.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 theCfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty.Builder.
-
-
Method Details
-
getCharset
Description copied from interface:CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorPropertyThe character set in which the source CSV file is written.- Specified by:
getCharsetin interfaceCfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty- See Also:
-
getContainsHeader
Description copied from interface:CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorPropertyWhether or not the source CSV file contains a header.Returns union: either
BooleanorIResolvable- Specified by:
getContainsHeaderin interfaceCfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty- See Also:
-
getDelimiter
Description copied from interface:CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorPropertyThe character used to delimit the source CSV file.- Specified by:
getDelimiterin interfaceCfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty- See Also:
-
getFileCompression
Description copied from interface:CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorPropertyThe level of compression of the source CSV file.- Specified by:
getFileCompressionin interfaceCfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty- See Also:
-
getHeaderList
Description copied from interface:CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorPropertyA list of the source CSV file's headers, if any.- Specified by:
getHeaderListin interfaceCfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty- See Also:
-
getQuoteSymbol
Description copied from interface:CfnAnomalyDetectorPropsMixin.CsvFormatDescriptorPropertyThe character used as a quote character.- Specified by:
getQuoteSymbolin interfaceCfnAnomalyDetectorPropsMixin.CsvFormatDescriptorProperty- See Also:
-
$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()
-