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