Class QuicksightDashboardParametersOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.quicksight_dashboard.QuicksightDashboardParametersOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.505Z") @Stability(Stable) public class QuicksightDashboardParametersOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description QuicksightDashboardParametersOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedQuicksightDashboardParametersOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedQuicksightDashboardParametersOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuicksightDashboardParametersDateTimeParametersListgetDateTimeParameters()ObjectgetDateTimeParametersInput()QuicksightDashboardParametersDecimalParametersListgetDecimalParameters()ObjectgetDecimalParametersInput()QuicksightDashboardParametersIntegerParametersListgetIntegerParameters()ObjectgetIntegerParametersInput()QuicksightDashboardParametersgetInternalValue()QuicksightDashboardParametersStringParametersListgetStringParameters()ObjectgetStringParametersInput()voidputDateTimeParameters(Object value)voidputDecimalParameters(Object value)voidputIntegerParameters(Object value)voidputStringParameters(Object value)voidresetDateTimeParameters()voidresetDecimalParameters()voidresetIntegerParameters()voidresetStringParameters()voidsetInternalValue(QuicksightDashboardParameters value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
QuicksightDashboardParametersOutputReference
protected QuicksightDashboardParametersOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
QuicksightDashboardParametersOutputReference
protected QuicksightDashboardParametersOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
QuicksightDashboardParametersOutputReference
@Stability(Stable) public QuicksightDashboardParametersOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putDateTimeParameters
@Stability(Stable) public void putDateTimeParameters(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putDecimalParameters
@Stability(Stable) public void putDecimalParameters(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putIntegerParameters
@Stability(Stable) public void putIntegerParameters(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putStringParameters
@Stability(Stable) public void putStringParameters(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetDateTimeParameters
@Stability(Stable) public void resetDateTimeParameters()
-
resetDecimalParameters
@Stability(Stable) public void resetDecimalParameters()
-
resetIntegerParameters
@Stability(Stable) public void resetIntegerParameters()
-
resetStringParameters
@Stability(Stable) public void resetStringParameters()
-
getDateTimeParameters
@Stability(Stable) @NotNull public QuicksightDashboardParametersDateTimeParametersList getDateTimeParameters()
-
getDecimalParameters
@Stability(Stable) @NotNull public QuicksightDashboardParametersDecimalParametersList getDecimalParameters()
-
getIntegerParameters
@Stability(Stable) @NotNull public QuicksightDashboardParametersIntegerParametersList getIntegerParameters()
-
getStringParameters
@Stability(Stable) @NotNull public QuicksightDashboardParametersStringParametersList getStringParameters()
-
getDateTimeParametersInput
@Stability(Stable) @Nullable public Object getDateTimeParametersInput()
-
getDecimalParametersInput
@Stability(Stable) @Nullable public Object getDecimalParametersInput()
-
getIntegerParametersInput
@Stability(Stable) @Nullable public Object getIntegerParametersInput()
-
getStringParametersInput
@Stability(Stable) @Nullable public Object getStringParametersInput()
-
getInternalValue
@Stability(Stable) @Nullable public QuicksightDashboardParameters getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable QuicksightDashboardParameters value)
-
-