Class CfnDashboard.TableSideBorderOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.TableSideBorderOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.TableSideBorderOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.TableSideBorderOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.TableSideBorderOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.TableSideBorderOptionsProperty
An implementation for
CfnDashboard.TableSideBorderOptionsProperty
-
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.TableSideBorderOptionsProperty
CfnDashboard.TableSideBorderOptionsProperty.Builder, CfnDashboard.TableSideBorderOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.TableSideBorderOptionsProperty.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
The table border options of the bottom border.final Object
The table border options of the inner horizontal border.final Object
The table border options of the inner vertical border.final Object
getLeft()
The table border options of the left border.final Object
getRight()
The table border options of the right border.final Object
getTop()
The table border options of the top border.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.TableSideBorderOptionsProperty.Builder
.
-
-
Method Details
-
getBottom
Description copied from interface:CfnDashboard.TableSideBorderOptionsProperty
The table border options of the bottom border.- Specified by:
getBottom
in interfaceCfnDashboard.TableSideBorderOptionsProperty
- See Also:
-
getInnerHorizontal
Description copied from interface:CfnDashboard.TableSideBorderOptionsProperty
The table border options of the inner horizontal border.- Specified by:
getInnerHorizontal
in interfaceCfnDashboard.TableSideBorderOptionsProperty
- See Also:
-
getInnerVertical
Description copied from interface:CfnDashboard.TableSideBorderOptionsProperty
The table border options of the inner vertical border.- Specified by:
getInnerVertical
in interfaceCfnDashboard.TableSideBorderOptionsProperty
- See Also:
-
getLeft
Description copied from interface:CfnDashboard.TableSideBorderOptionsProperty
The table border options of the left border.- Specified by:
getLeft
in interfaceCfnDashboard.TableSideBorderOptionsProperty
- See Also:
-
getRight
Description copied from interface:CfnDashboard.TableSideBorderOptionsProperty
The table border options of the right border.- Specified by:
getRight
in interfaceCfnDashboard.TableSideBorderOptionsProperty
- See Also:
-
getTop
Description copied from interface:CfnDashboard.TableSideBorderOptionsProperty
The table border options of the top border.- Specified by:
getTop
in interfaceCfnDashboard.TableSideBorderOptionsProperty
- 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()
-