Class CfnDashboard.DataFieldSeriesItemProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.DataFieldSeriesItemProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.DataFieldSeriesItemProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.DataFieldSeriesItemProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.DataFieldSeriesItemProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.DataFieldSeriesItemProperty
An implementation for
CfnDashboard.DataFieldSeriesItemProperty
-
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.CfnDashboard.DataFieldSeriesItemProperty
CfnDashboard.DataFieldSeriesItemProperty.Builder, CfnDashboard.DataFieldSeriesItemProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.DataFieldSeriesItemProperty.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 String
The axis that you are binding the field to.final String
The field ID of the field that you are setting the axis binding to.final String
The field value of the field that you are setting the axis binding to.final Object
The options that determine the presentation of line series associated to the field.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 theCfnDashboard.DataFieldSeriesItemProperty.Builder
.
-
-
Method Details
-
getAxisBinding
Description copied from interface:CfnDashboard.DataFieldSeriesItemProperty
The axis that you are binding the field to.- Specified by:
getAxisBinding
in interfaceCfnDashboard.DataFieldSeriesItemProperty
- See Also:
-
getFieldId
Description copied from interface:CfnDashboard.DataFieldSeriesItemProperty
The field ID of the field that you are setting the axis binding to.- Specified by:
getFieldId
in interfaceCfnDashboard.DataFieldSeriesItemProperty
- See Also:
-
getFieldValue
Description copied from interface:CfnDashboard.DataFieldSeriesItemProperty
The field value of the field that you are setting the axis binding to.- Specified by:
getFieldValue
in interfaceCfnDashboard.DataFieldSeriesItemProperty
- See Also:
-
getSettings
Description copied from interface:CfnDashboard.DataFieldSeriesItemProperty
The options that determine the presentation of line series associated to the field.- Specified by:
getSettings
in interfaceCfnDashboard.DataFieldSeriesItemProperty
- See Also:
-
$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()
-