Class CfnDatasetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.iotsitewise.mixins.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.mixins.preview.services.iotsitewise.mixins.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 StringA description about the dataset, and its functionality.final StringThe name of the dataset.final ObjectThe data source for the dataset.getTags()A list of key-value pairs that contain metadata for the access policy.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
-
getDatasetDescription
Description copied from interface:CfnDatasetMixinPropsA description about the dataset, and its functionality.- Specified by:
getDatasetDescriptionin interfaceCfnDatasetMixinProps- See Also:
-
getDatasetName
Description copied from interface:CfnDatasetMixinPropsThe name of the dataset.- Specified by:
getDatasetNamein interfaceCfnDatasetMixinProps- See Also:
-
getDatasetSource
Description copied from interface:CfnDatasetMixinPropsThe data source for the dataset.Returns union: either
IResolvableorCfnDatasetPropsMixin.DatasetSourceProperty- Specified by:
getDatasetSourcein interfaceCfnDatasetMixinProps- See Also:
-
getTags
Description copied from interface:CfnDatasetMixinPropsA list of key-value pairs that contain metadata for the access policy.For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
- 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()
-