Class FormBindingElement
- java.lang.Object
-
- software.amazon.awssdk.services.amplifyuibuilder.model.FormBindingElement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FormBindingElement.Builder,FormBindingElement>
@Generated("software.amazon.awssdk:codegen") public final class FormBindingElement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FormBindingElement.Builder,FormBindingElement>
Describes how to bind a component property to form data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFormBindingElement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormBindingElement.Builderbuilder()Stringelement()The name of the component to retrieve a value from.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringproperty()The property to retrieve a value from.List<SdkField<?>>sdkFields()static Class<? extends FormBindingElement.Builder>serializableBuilderClass()FormBindingElement.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
element
public final String element()
The name of the component to retrieve a value from.
- Returns:
- The name of the component to retrieve a value from.
-
property
public final String property()
The property to retrieve a value from.
- Returns:
- The property to retrieve a value from.
-
toBuilder
public FormBindingElement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FormBindingElement.Builder,FormBindingElement>
-
builder
public static FormBindingElement.Builder builder()
-
serializableBuilderClass
public static Class<? extends FormBindingElement.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-