Class CfnDatasetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.scn.CfnDatasetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetProps
@Stability(Stable)
@Internal
public static final class CfnDatasetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetProps
An implementation for
CfnDatasetProps-
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.scn.CfnDatasetProps
CfnDatasetProps.Builder, CfnDatasetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDatasetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDatasetProps.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 description of the dataset.final StringThe Amazon Web Services Supply Chain instance identifier.final StringgetName()The name of the dataset.final StringThe namespace of the dataset.final ObjectThe partition specification of the dataset.final ObjectThe schema of the dataset.getTags()The tags for the dataset.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 theCfnDatasetProps.Builder.
-
-
Method Details
-
getInstanceId
Description copied from interface:CfnDatasetPropsThe Amazon Web Services Supply Chain instance identifier.- Specified by:
getInstanceIdin interfaceCfnDatasetProps- See Also:
-
getName
Description copied from interface:CfnDatasetPropsThe name of the dataset.- Specified by:
getNamein interfaceCfnDatasetProps- See Also:
-
getNamespace
Description copied from interface:CfnDatasetPropsThe namespace of the dataset.- Specified by:
getNamespacein interfaceCfnDatasetProps- See Also:
-
getDescription
Description copied from interface:CfnDatasetPropsThe description of the dataset.- Specified by:
getDescriptionin interfaceCfnDatasetProps- See Also:
-
getPartitionSpec
Description copied from interface:CfnDatasetPropsThe partition specification of the dataset.Returns union: either
IResolvableorCfnDataset.PartitionSpecProperty- Specified by:
getPartitionSpecin interfaceCfnDatasetProps- See Also:
-
getSchema
Description copied from interface:CfnDatasetPropsThe schema of the dataset.Returns union: either
IResolvableorCfnDataset.SchemaProperty- Specified by:
getSchemain interfaceCfnDatasetProps- See Also:
-
getTags
Description copied from interface:CfnDatasetPropsThe tags for the dataset.- Specified by:
getTagsin interfaceCfnDatasetProps- 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()
-