Class CfnTemplate.ParameterControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.ParameterControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.ParameterControlProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTemplate.ParameterControlProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.ParameterControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.ParameterControlProperty
An implementation for
CfnTemplate.ParameterControlProperty
-
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.quicksight.CfnTemplate.ParameterControlProperty
CfnTemplate.ParameterControlProperty.Builder, CfnTemplate.ParameterControlProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.ParameterControlProperty.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
A control from a date parameter that specifies date and time.final Object
A control to display a dropdown list with buttons that are used to select a single value.final Object
getList()
A control to display a list with buttons or boxes that are used to select either a single value or multiple values.final Object
A control to display a horizontal toggle bar.final Object
A control to display a text box that is used to enter multiple entries.final Object
A control to display a text box that is used to enter a single entry.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 theCfnTemplate.ParameterControlProperty.Builder
.
-
-
Method Details
-
getDateTimePicker
Description copied from interface:CfnTemplate.ParameterControlProperty
A control from a date parameter that specifies date and time.- Specified by:
getDateTimePicker
in interfaceCfnTemplate.ParameterControlProperty
-
getDropdown
Description copied from interface:CfnTemplate.ParameterControlProperty
A control to display a dropdown list with buttons that are used to select a single value.- Specified by:
getDropdown
in interfaceCfnTemplate.ParameterControlProperty
-
getList
Description copied from interface:CfnTemplate.ParameterControlProperty
A control to display a list with buttons or boxes that are used to select either a single value or multiple values.- Specified by:
getList
in interfaceCfnTemplate.ParameterControlProperty
-
getSlider
Description copied from interface:CfnTemplate.ParameterControlProperty
A control to display a horizontal toggle bar.This is used to change a value by sliding the toggle.
- Specified by:
getSlider
in interfaceCfnTemplate.ParameterControlProperty
-
getTextArea
Description copied from interface:CfnTemplate.ParameterControlProperty
A control to display a text box that is used to enter multiple entries.- Specified by:
getTextArea
in interfaceCfnTemplate.ParameterControlProperty
-
getTextField
Description copied from interface:CfnTemplate.ParameterControlProperty
A control to display a text box that is used to enter a single entry.- Specified by:
getTextField
in interfaceCfnTemplate.ParameterControlProperty
-
$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()
-