Class CfnDataSet.UploadSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.UploadSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.UploadSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSet.UploadSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.UploadSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.UploadSettingsProperty
An implementation for
CfnDataSet.UploadSettingsProperty-
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.quicksight.CfnDataSet.UploadSettingsProperty
CfnDataSet.UploadSettingsProperty.Builder, CfnDataSet.UploadSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.UploadSettingsProperty.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 ObjectWhether the file has a header row, or the files each have a header row.final StringThe delimiter between values in the file.final StringFile format.final NumberA row number to start reading data from.final StringText qualifier.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 theCfnDataSet.UploadSettingsProperty.Builder.
-
-
Method Details
-
getContainsHeader
Description copied from interface:CfnDataSet.UploadSettingsPropertyWhether the file has a header row, or the files each have a header row.- Specified by:
getContainsHeaderin interfaceCfnDataSet.UploadSettingsProperty
-
getDelimiter
Description copied from interface:CfnDataSet.UploadSettingsPropertyThe delimiter between values in the file.- Specified by:
getDelimiterin interfaceCfnDataSet.UploadSettingsProperty
-
getFormat
Description copied from interface:CfnDataSet.UploadSettingsPropertyFile format.- Specified by:
getFormatin interfaceCfnDataSet.UploadSettingsProperty
-
getStartFromRow
Description copied from interface:CfnDataSet.UploadSettingsPropertyA row number to start reading data from.- Specified by:
getStartFromRowin interfaceCfnDataSet.UploadSettingsProperty
-
getTextQualifier
Description copied from interface:CfnDataSet.UploadSettingsPropertyText qualifier.- Specified by:
getTextQualifierin interfaceCfnDataSet.UploadSettingsProperty
-
$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()
-