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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotanalytics.CfnDataset.VariableProperty
CfnDataset.VariableProperty.Builder, CfnDataset.VariableProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataset.VariableProperty.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
The value of the variable as a structure that specifies a dataset content version.final Number
The value of the variable as a double (numeric).final Object
The value of the variable as a structure that specifies an output file URI.final String
The value of the variable as a string.final String
The name of the variable.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.VariableProperty.Builder
.
-
-
Method Details
-
getVariableName
Description copied from interface:CfnDataset.VariableProperty
The name of the variable.- Specified by:
getVariableName
in interfaceCfnDataset.VariableProperty
- See Also:
-
getDatasetContentVersionValue
Description copied from interface:CfnDataset.VariableProperty
The value of the variable as a structure that specifies a dataset content version.- Specified by:
getDatasetContentVersionValue
in interfaceCfnDataset.VariableProperty
- See Also:
-
getDoubleValue
Description copied from interface:CfnDataset.VariableProperty
The value of the variable as a double (numeric).- Specified by:
getDoubleValue
in interfaceCfnDataset.VariableProperty
- See Also:
-
getOutputFileUriValue
Description copied from interface:CfnDataset.VariableProperty
The value of the variable as a structure that specifies an output file URI.- Specified by:
getOutputFileUriValue
in interfaceCfnDataset.VariableProperty
- See Also:
-
getStringValue
Description copied from interface:CfnDataset.VariableProperty
The value of the variable as a string.- Specified by:
getStringValue
in interfaceCfnDataset.VariableProperty
- See Also:
-
$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()
-