@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public FormInputValueProperty clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.