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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.amplifyuibuilder.CfnForm.SectionalElementProperty
CfnForm.SectionalElementProperty.Builder, CfnForm.SectionalElementProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnForm.SectionalElementProperty.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 ObjectCfnForm.SectionalElementProperty.Excluded.final NumbergetLevel()Specifies the size of the font for aHeadingsectional element.final StringSpecifies the orientation for aDividersectional element.final ObjectSpecifies the position of the text in a field for aTextsectional element.final StringgetText()The text for aTextsectional element.final StringgetType()The type of sectional element.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 theCfnForm.SectionalElementProperty.Builder. 
 - 
 - 
Method Details
- 
getType
Description copied from interface:CfnForm.SectionalElementPropertyThe type of sectional element.Valid values are
Heading,Text, andDivider.- Specified by:
 getTypein interfaceCfnForm.SectionalElementProperty
 - 
getExcluded
Description copied from interface:CfnForm.SectionalElementPropertyCfnForm.SectionalElementProperty.Excluded.- Specified by:
 getExcludedin interfaceCfnForm.SectionalElementProperty
 - 
getLevel
Description copied from interface:CfnForm.SectionalElementPropertySpecifies the size of the font for aHeadingsectional element.Valid values are
1 | 2 | 3 | 4 | 5 | 6.- Specified by:
 getLevelin interfaceCfnForm.SectionalElementProperty
 - 
getOrientation
Description copied from interface:CfnForm.SectionalElementPropertySpecifies the orientation for aDividersectional element.Valid values are
horizontalorvertical.- Specified by:
 getOrientationin interfaceCfnForm.SectionalElementProperty
 - 
getPosition
Description copied from interface:CfnForm.SectionalElementPropertySpecifies the position of the text in a field for aTextsectional element.- Specified by:
 getPositionin interfaceCfnForm.SectionalElementProperty
 - 
getText
Description copied from interface:CfnForm.SectionalElementPropertyThe text for aTextsectional element.- Specified by:
 getTextin interfaceCfnForm.SectionalElementProperty
 - 
$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() 
 -