Class CfnDashboardPropsMixin.TableSideBorderOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.TableSideBorderOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.TableSideBorderOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.TableSideBorderOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.TableSideBorderOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.TableSideBorderOptionsProperty
An implementation for
CfnDashboardPropsMixin.TableSideBorderOptionsProperty-
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.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.TableSideBorderOptionsProperty
CfnDashboardPropsMixin.TableSideBorderOptionsProperty.Builder, CfnDashboardPropsMixin.TableSideBorderOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.TableSideBorderOptionsProperty.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 ObjectThe table border options of the bottom border.final ObjectThe table border options of the inner horizontal border.final ObjectThe table border options of the inner vertical border.final ObjectgetLeft()The table border options of the left border.final ObjectgetRight()The table border options of the right border.final ObjectgetTop()The table border options of the top border.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 theCfnDashboardPropsMixin.TableSideBorderOptionsProperty.Builder.
-
-
Method Details
-
getBottom
Description copied from interface:CfnDashboardPropsMixin.TableSideBorderOptionsPropertyThe table border options of the bottom border.Returns union: either
IResolvableorCfnDashboardPropsMixin.TableBorderOptionsProperty- Specified by:
getBottomin interfaceCfnDashboardPropsMixin.TableSideBorderOptionsProperty- See Also:
-
getInnerHorizontal
Description copied from interface:CfnDashboardPropsMixin.TableSideBorderOptionsPropertyThe table border options of the inner horizontal border.Returns union: either
IResolvableorCfnDashboardPropsMixin.TableBorderOptionsProperty- Specified by:
getInnerHorizontalin interfaceCfnDashboardPropsMixin.TableSideBorderOptionsProperty- See Also:
-
getInnerVertical
Description copied from interface:CfnDashboardPropsMixin.TableSideBorderOptionsPropertyThe table border options of the inner vertical border.Returns union: either
IResolvableorCfnDashboardPropsMixin.TableBorderOptionsProperty- Specified by:
getInnerVerticalin interfaceCfnDashboardPropsMixin.TableSideBorderOptionsProperty- See Also:
-
getLeft
Description copied from interface:CfnDashboardPropsMixin.TableSideBorderOptionsPropertyThe table border options of the left border.Returns union: either
IResolvableorCfnDashboardPropsMixin.TableBorderOptionsProperty- Specified by:
getLeftin interfaceCfnDashboardPropsMixin.TableSideBorderOptionsProperty- See Also:
-
getRight
Description copied from interface:CfnDashboardPropsMixin.TableSideBorderOptionsPropertyThe table border options of the right border.Returns union: either
IResolvableorCfnDashboardPropsMixin.TableBorderOptionsProperty- Specified by:
getRightin interfaceCfnDashboardPropsMixin.TableSideBorderOptionsProperty- See Also:
-
getTop
Description copied from interface:CfnDashboardPropsMixin.TableSideBorderOptionsPropertyThe table border options of the top border.Returns union: either
IResolvableorCfnDashboardPropsMixin.TableBorderOptionsProperty- Specified by:
getTopin interfaceCfnDashboardPropsMixin.TableSideBorderOptionsProperty- 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()
-