Class CfnDataset.VariableProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotanalytics.CfnDataset.VariableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataset.VariableProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataset.VariableProperty
@Stability(Stable)
@Internal
public static final class CfnDataset.VariableProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataset.VariableProperty
An implementation for
CfnDataset.VariableProperty-
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.iotanalytics.CfnDataset.VariableProperty
CfnDataset.VariableProperty.Builder, CfnDataset.VariableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataset.VariableProperty.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 ObjectThe value of the variable as a structure that specifies a dataset content version.final NumberThe value of the variable as a double (numeric).final ObjectThe value of the variable as a structure that specifies an output file URI.final StringThe value of the variable as a string.final StringThe name of the variable.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.VariableProperty.Builder.
-
-
Method Details
-
getVariableName
Description copied from interface:CfnDataset.VariablePropertyThe name of the variable.- Specified by:
getVariableNamein interfaceCfnDataset.VariableProperty
-
getDatasetContentVersionValue
Description copied from interface:CfnDataset.VariablePropertyThe value of the variable as a structure that specifies a dataset content version.- Specified by:
getDatasetContentVersionValuein interfaceCfnDataset.VariableProperty
-
getDoubleValue
Description copied from interface:CfnDataset.VariablePropertyThe value of the variable as a double (numeric).- Specified by:
getDoubleValuein interfaceCfnDataset.VariableProperty
-
getOutputFileUriValue
Description copied from interface:CfnDataset.VariablePropertyThe value of the variable as a structure that specifies an output file URI.- Specified by:
getOutputFileUriValuein interfaceCfnDataset.VariableProperty
-
getStringValue
Description copied from interface:CfnDataset.VariablePropertyThe value of the variable as a string.- Specified by:
getStringValuein interfaceCfnDataset.VariableProperty
-
$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()
-