Class CfnDataset.FormatOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.databrew.CfnDataset.FormatOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataset.FormatOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataset.FormatOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDataset.FormatOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataset.FormatOptionsProperty
An implementation for
CfnDataset.FormatOptionsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.databrew.CfnDataset.FormatOptionsProperty
CfnDataset.FormatOptionsProperty.Builder, CfnDataset.FormatOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataset.FormatOptionsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
getCsv()
Options that define how CSV input is to be interpreted by DataBrew.final Object
getExcel()
Options that define how Excel input is to be interpreted by DataBrew.final Object
getJson()
Options that define how JSON input is to be interpreted by DataBrew.final int
hashCode()
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.FormatOptionsProperty.Builder
.
-
-
Method Details
-
getCsv
Description copied from interface:CfnDataset.FormatOptionsProperty
Options that define how CSV input is to be interpreted by DataBrew.- Specified by:
getCsv
in interfaceCfnDataset.FormatOptionsProperty
-
getExcel
Description copied from interface:CfnDataset.FormatOptionsProperty
Options that define how Excel input is to be interpreted by DataBrew.- Specified by:
getExcel
in interfaceCfnDataset.FormatOptionsProperty
-
getJson
Description copied from interface:CfnDataset.FormatOptionsProperty
Options that define how JSON input is to be interpreted by DataBrew.- Specified by:
getJson
in interfaceCfnDataset.FormatOptionsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-