Class CfnAnalysis.TableFieldOptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.TableFieldOptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.TableFieldOptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.TableFieldOptionProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.TableFieldOptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.TableFieldOptionProperty
An implementation for
CfnAnalysis.TableFieldOptionProperty-
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.CfnAnalysis.TableFieldOptionProperty
CfnAnalysis.TableFieldOptionProperty.Builder, CfnAnalysis.TableFieldOptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.TableFieldOptionProperty.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 StringThe custom label for a table field.final StringThe field ID for a table field.final ObjectThe URL configuration for a table field.final StringThe visibility of a table field.final StringgetWidth()The width for a table field.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 theCfnAnalysis.TableFieldOptionProperty.Builder.
-
-
Method Details
-
getFieldId
Description copied from interface:CfnAnalysis.TableFieldOptionPropertyThe field ID for a table field.- Specified by:
getFieldIdin interfaceCfnAnalysis.TableFieldOptionProperty- See Also:
-
getCustomLabel
Description copied from interface:CfnAnalysis.TableFieldOptionPropertyThe custom label for a table field.- Specified by:
getCustomLabelin interfaceCfnAnalysis.TableFieldOptionProperty- See Also:
-
getUrlStyling
Description copied from interface:CfnAnalysis.TableFieldOptionPropertyThe URL configuration for a table field.Returns union: either
IResolvableorCfnAnalysis.TableFieldURLConfigurationProperty- Specified by:
getUrlStylingin interfaceCfnAnalysis.TableFieldOptionProperty- See Also:
-
getVisibility
Description copied from interface:CfnAnalysis.TableFieldOptionPropertyThe visibility of a table field.- Specified by:
getVisibilityin interfaceCfnAnalysis.TableFieldOptionProperty- See Also:
-
getWidth
Description copied from interface:CfnAnalysis.TableFieldOptionPropertyThe width for a table field.- Specified by:
getWidthin interfaceCfnAnalysis.TableFieldOptionProperty- 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()
-