Class CfnAnalysis.DestinationParameterValueConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.DestinationParameterValueConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.DestinationParameterValueConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.DestinationParameterValueConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.DestinationParameterValueConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.DestinationParameterValueConfigurationProperty
An implementation for
CfnAnalysis.DestinationParameterValueConfigurationProperty-
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.quicksight.CfnAnalysis.DestinationParameterValueConfigurationProperty
CfnAnalysis.DestinationParameterValueConfigurationProperty.Builder, CfnAnalysis.DestinationParameterValueConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.DestinationParameterValueConfigurationProperty.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 configuration of custom values for destination parameter inDestinationParameterValueConfiguration.final StringThe configuration that selects all options.final ObjectA column of a data set.final StringThe source field ID of the destination parameter.final StringThe source parameter name of the destination parameter.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 theCfnAnalysis.DestinationParameterValueConfigurationProperty.Builder.
-
-
Method Details
-
getCustomValuesConfiguration
Description copied from interface:CfnAnalysis.DestinationParameterValueConfigurationPropertyThe configuration of custom values for destination parameter inDestinationParameterValueConfiguration.Returns union: either
IResolvableorCfnAnalysis.CustomValuesConfigurationProperty- Specified by:
getCustomValuesConfigurationin interfaceCfnAnalysis.DestinationParameterValueConfigurationProperty- See Also:
-
getSelectAllValueOptions
Description copied from interface:CfnAnalysis.DestinationParameterValueConfigurationPropertyThe configuration that selects all options.- Specified by:
getSelectAllValueOptionsin interfaceCfnAnalysis.DestinationParameterValueConfigurationProperty- See Also:
-
getSourceColumn
Description copied from interface:CfnAnalysis.DestinationParameterValueConfigurationPropertyA column of a data set.Returns union: either
IResolvableorCfnAnalysis.ColumnIdentifierProperty- Specified by:
getSourceColumnin interfaceCfnAnalysis.DestinationParameterValueConfigurationProperty- See Also:
-
getSourceField
Description copied from interface:CfnAnalysis.DestinationParameterValueConfigurationPropertyThe source field ID of the destination parameter.- Specified by:
getSourceFieldin interfaceCfnAnalysis.DestinationParameterValueConfigurationProperty- See Also:
-
getSourceParameterName
Description copied from interface:CfnAnalysis.DestinationParameterValueConfigurationPropertyThe source parameter name of the destination parameter.- Specified by:
getSourceParameterNamein interfaceCfnAnalysis.DestinationParameterValueConfigurationProperty- 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()
-