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