@Generated(value="software.amazon.awssdk:codegen") public final class FormInputValuePropertyBindingProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FormInputValuePropertyBindingProperties.Builder,FormInputValuePropertyBindingProperties>
Associates a form property to a binding property. This enables exposed properties on the top level form to propagate data to the form's property values.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FormInputValuePropertyBindingProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FormInputValuePropertyBindingProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
field()
The data field to bind the property to.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
property()
The form property to bind to the data field.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FormInputValuePropertyBindingProperties.Builder> |
serializableBuilderClass() |
FormInputValuePropertyBindingProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String property()
The form property to bind to the data field.
public final String field()
The data field to bind the property to.
public FormInputValuePropertyBindingProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FormInputValuePropertyBindingProperties.Builder,FormInputValuePropertyBindingProperties>public static FormInputValuePropertyBindingProperties.Builder builder()
public static Class<? extends FormInputValuePropertyBindingProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.