Class CfnFormPropsMixin.SectionalElementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnFormPropsMixin.SectionalElementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFormPropsMixin.SectionalElementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFormPropsMixin.SectionalElementProperty
@Stability(Stable)
@Internal
public static final class CfnFormPropsMixin.SectionalElementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFormPropsMixin.SectionalElementProperty
An implementation for
CfnFormPropsMixin.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.cfnpropertymixins.services.amplifyuibuilder.CfnFormPropsMixin.SectionalElementProperty
CfnFormPropsMixin.SectionalElementProperty.Builder, CfnFormPropsMixin.SectionalElementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFormPropsMixin.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 ObjectExcludes a sectional element that was generated by default for a specified data model.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 theCfnFormPropsMixin.SectionalElementProperty.Builder.
-
-
Method Details
-
getExcluded
Description copied from interface:CfnFormPropsMixin.SectionalElementPropertyExcludes a sectional element that was generated by default for a specified data model.Returns union: either
BooleanorIResolvable- Specified by:
getExcludedin interfaceCfnFormPropsMixin.SectionalElementProperty- See Also:
-
getLevel
Description copied from interface:CfnFormPropsMixin.SectionalElementPropertySpecifies the size of the font for aHeadingsectional element.Valid values are
1 | 2 | 3 | 4 | 5 | 6.- Specified by:
getLevelin interfaceCfnFormPropsMixin.SectionalElementProperty- See Also:
-
getOrientation
Description copied from interface:CfnFormPropsMixin.SectionalElementPropertySpecifies the orientation for aDividersectional element.Valid values are
horizontalorvertical.- Specified by:
getOrientationin interfaceCfnFormPropsMixin.SectionalElementProperty- See Also:
-
getPosition
Description copied from interface:CfnFormPropsMixin.SectionalElementPropertySpecifies the position of the text in a field for aTextsectional element.Returns union: either
IResolvableorCfnFormPropsMixin.FieldPositionProperty- Specified by:
getPositionin interfaceCfnFormPropsMixin.SectionalElementProperty- See Also:
-
getText
Description copied from interface:CfnFormPropsMixin.SectionalElementPropertyThe text for aTextsectional element.- Specified by:
getTextin interfaceCfnFormPropsMixin.SectionalElementProperty- See Also:
-
getType
Description copied from interface:CfnFormPropsMixin.SectionalElementPropertyThe type of sectional element.Valid values are
Heading,Text, andDivider.- Specified by:
getTypein interfaceCfnFormPropsMixin.SectionalElementProperty- 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()
-