Class CfnForm.SectionalElementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplifyuibuilder.CfnForm.SectionalElementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnForm.SectionalElementProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnForm.SectionalElementProperty
@Stability(Stable)
@Internal
public static final class CfnForm.SectionalElementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnForm.SectionalElementProperty
An implementation for
CfnForm.SectionalElementProperty
-
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.amplifyuibuilder.CfnForm.SectionalElementProperty
CfnForm.SectionalElementProperty.Builder, CfnForm.SectionalElementProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnForm.SectionalElementProperty.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
Excludes a sectional element that was generated by default for a specified data model.final Number
getLevel()
Specifies the size of the font for aHeading
sectional element.final String
Specifies the orientation for aDivider
sectional element.final Object
Specifies the position of the text in a field for aText
sectional element.final String
getText()
The text for aText
sectional element.final String
getType()
The type of sectional element.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 theCfnForm.SectionalElementProperty.Builder
.
-
-
Method Details
-
getType
Description copied from interface:CfnForm.SectionalElementProperty
The type of sectional element.Valid values are
Heading
,Text
, andDivider
.- Specified by:
getType
in interfaceCfnForm.SectionalElementProperty
- See Also:
-
getExcluded
Description copied from interface:CfnForm.SectionalElementProperty
Excludes a sectional element that was generated by default for a specified data model.- Specified by:
getExcluded
in interfaceCfnForm.SectionalElementProperty
- See Also:
-
getLevel
Description copied from interface:CfnForm.SectionalElementProperty
Specifies the size of the font for aHeading
sectional element.Valid values are
1 | 2 | 3 | 4 | 5 | 6
.- Specified by:
getLevel
in interfaceCfnForm.SectionalElementProperty
- See Also:
-
getOrientation
Description copied from interface:CfnForm.SectionalElementProperty
Specifies the orientation for aDivider
sectional element.Valid values are
horizontal
orvertical
.- Specified by:
getOrientation
in interfaceCfnForm.SectionalElementProperty
- See Also:
-
getPosition
Description copied from interface:CfnForm.SectionalElementProperty
Specifies the position of the text in a field for aText
sectional element.- Specified by:
getPosition
in interfaceCfnForm.SectionalElementProperty
- See Also:
-
getText
Description copied from interface:CfnForm.SectionalElementProperty
The text for aText
sectional element.- Specified by:
getText
in interfaceCfnForm.SectionalElementProperty
- 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()
-