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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTemplate.ParameterControlProperty
CfnTemplate.ParameterControlProperty.Builder, CfnTemplate.ParameterControlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.ParameterControlProperty.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 ObjectA control from a date parameter that specifies date and time.final ObjectA control to display a dropdown list with buttons that are used to select a single value.final ObjectgetList()A control to display a list with buttons or boxes that are used to select either a single value or multiple values.final ObjectA control to display a horizontal toggle bar.final ObjectA control to display a text box that is used to enter multiple entries.final ObjectA control to display a text box that is used to enter a single entry.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.ParameterControlProperty.Builder.
-
-
Method Details
-
getDateTimePicker
Description copied from interface:CfnTemplate.ParameterControlPropertyA control from a date parameter that specifies date and time.Returns union: either
IResolvableorCfnTemplate.ParameterDateTimePickerControlProperty- Specified by:
getDateTimePickerin interfaceCfnTemplate.ParameterControlProperty- See Also:
-
getDropdown
Description copied from interface:CfnTemplate.ParameterControlPropertyA control to display a dropdown list with buttons that are used to select a single value.Returns union: either
IResolvableorCfnTemplate.ParameterDropDownControlProperty- Specified by:
getDropdownin interfaceCfnTemplate.ParameterControlProperty- See Also:
-
getList
Description copied from interface:CfnTemplate.ParameterControlPropertyA control to display a list with buttons or boxes that are used to select either a single value or multiple values.Returns union: either
IResolvableorCfnTemplate.ParameterListControlProperty- Specified by:
getListin interfaceCfnTemplate.ParameterControlProperty- See Also:
-
getSlider
Description copied from interface:CfnTemplate.ParameterControlPropertyA control to display a horizontal toggle bar.This is used to change a value by sliding the toggle.
Returns union: either
IResolvableorCfnTemplate.ParameterSliderControlProperty- Specified by:
getSliderin interfaceCfnTemplate.ParameterControlProperty- See Also:
-
getTextArea
Description copied from interface:CfnTemplate.ParameterControlPropertyA control to display a text box that is used to enter multiple entries.Returns union: either
IResolvableorCfnTemplate.ParameterTextAreaControlProperty- Specified by:
getTextAreain interfaceCfnTemplate.ParameterControlProperty- See Also:
-
getTextField
Description copied from interface:CfnTemplate.ParameterControlPropertyA control to display a text box that is used to enter a single entry.Returns union: either
IResolvableorCfnTemplate.ParameterTextFieldControlProperty- Specified by:
getTextFieldin interfaceCfnTemplate.ParameterControlProperty- 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()
-