Class CfnFormPropsMixin.FieldPositionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnFormPropsMixin.FieldPositionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFormPropsMixin.FieldPositionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFormPropsMixin.FieldPositionProperty
@Stability(Stable)
@Internal
public static final class CfnFormPropsMixin.FieldPositionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFormPropsMixin.FieldPositionProperty
An implementation for
CfnFormPropsMixin.FieldPositionProperty-
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.FieldPositionProperty
CfnFormPropsMixin.FieldPositionProperty.Builder, CfnFormPropsMixin.FieldPositionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFormPropsMixin.FieldPositionProperty.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 StringgetBelow()The field position is below the field specified by the string.final StringgetFixed()The field position is fixed and doesn't change in relation to other fields.final StringThe field position is to the right of the field specified by the string.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.FieldPositionProperty.Builder.
-
-
Method Details
-
getBelow
Description copied from interface:CfnFormPropsMixin.FieldPositionPropertyThe field position is below the field specified by the string.- Specified by:
getBelowin interfaceCfnFormPropsMixin.FieldPositionProperty- See Also:
-
getFixed
Description copied from interface:CfnFormPropsMixin.FieldPositionPropertyThe field position is fixed and doesn't change in relation to other fields.- Specified by:
getFixedin interfaceCfnFormPropsMixin.FieldPositionProperty- See Also:
-
getRightOf
Description copied from interface:CfnFormPropsMixin.FieldPositionPropertyThe field position is to the right of the field specified by the string.- Specified by:
getRightOfin interfaceCfnFormPropsMixin.FieldPositionProperty- 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()
-