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