@Generated(value="software.amazon.awssdk:codegen") public final class FormInputBindingPropertiesValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FormInputBindingPropertiesValue.Builder,FormInputBindingPropertiesValue>
Represents the data binding configuration for a form's input fields at runtime.You can use
FormInputBindingPropertiesValue to add exposed properties to a form to allow different values to be
entered when a form is reused in different places in an app.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FormInputBindingPropertiesValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
FormInputBindingPropertiesValueProperties |
bindingProperties()
Describes the properties to customize with data at runtime.
|
static FormInputBindingPropertiesValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FormInputBindingPropertiesValue.Builder> |
serializableBuilderClass() |
FormInputBindingPropertiesValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The property type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String type()
The property type.
public final FormInputBindingPropertiesValueProperties bindingProperties()
Describes the properties to customize with data at runtime.
public FormInputBindingPropertiesValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FormInputBindingPropertiesValue.Builder,FormInputBindingPropertiesValue>public static FormInputBindingPropertiesValue.Builder builder()
public static Class<? extends FormInputBindingPropertiesValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.