Class ValueMapping
- java.lang.Object
-
- software.amazon.awssdk.services.amplifyuibuilder.model.ValueMapping
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ValueMapping.Builder,ValueMapping>
@Generated("software.amazon.awssdk:codegen") public final class ValueMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ValueMapping.Builder,ValueMapping>
Associates a complex object with a display value. Use
ValueMappingto store how to represent complex objects when they are displayed.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceValueMapping.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValueMapping.Builderbuilder()FormInputValuePropertydisplayValue()The value to display for the complex object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ValueMapping.Builder>serializableBuilderClass()ValueMapping.BuildertoBuilder()StringtoString()Returns a string representation of this object.FormInputValuePropertyvalue()The complex 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
-
displayValue
public final FormInputValueProperty displayValue()
The value to display for the complex object.
- Returns:
- The value to display for the complex object.
-
value
public final FormInputValueProperty value()
The complex object.
- Returns:
- The complex object.
-
toBuilder
public ValueMapping.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ValueMapping.Builder,ValueMapping>
-
builder
public static ValueMapping.Builder builder()
-
serializableBuilderClass
public static Class<? extends ValueMapping.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.
-
-