@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FormInputValueProperty extends Object implements Serializable, Cloneable, StructuredPojo
Describes the configuration for an input field on a form. Use FormInputValueProperty to specify the
values to render or bind by default.
| Constructor and Description |
|---|
FormInputValueProperty() |
| Modifier and Type | Method and Description |
|---|---|
FormInputValueProperty |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
The value to assign to the input field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setValue(String value)
The value to assign to the input field.
|
String |
toString()
Returns a string representation of this object.
|
FormInputValueProperty |
withValue(String value)
The value to assign to the input field.
|
public void setValue(String value)
The value to assign to the input field.
value - The value to assign to the input field.public String getValue()
The value to assign to the input field.
public FormInputValueProperty withValue(String value)
The value to assign to the input field.
value - The value to assign to the input field.public String toString()
toString in class ObjectObject.toString()public FormInputValueProperty clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.