@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FormInputValuePropertyBindingProperties extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
FormInputValuePropertyBindingProperties() |
Modifier and Type | Method and Description |
---|---|
FormInputValuePropertyBindingProperties |
clone() |
boolean |
equals(Object obj) |
String |
getField()
The data field to bind the property to.
|
String |
getProperty()
The form property to bind to the data field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setField(String field)
The data field to bind the property to.
|
void |
setProperty(String property)
The form property to bind to the data field.
|
String |
toString()
Returns a string representation of this object.
|
FormInputValuePropertyBindingProperties |
withField(String field)
The data field to bind the property to.
|
FormInputValuePropertyBindingProperties |
withProperty(String property)
The form property to bind to the data field.
|
public FormInputValuePropertyBindingProperties()
public void setProperty(String property)
The form property to bind to the data field.
property
- The form property to bind to the data field.public String getProperty()
The form property to bind to the data field.
public FormInputValuePropertyBindingProperties withProperty(String property)
The form property to bind to the data field.
property
- The form property to bind to the data field.public void setField(String field)
The data field to bind the property to.
field
- The data field to bind the property to.public String getField()
The data field to bind the property to.
public FormInputValuePropertyBindingProperties withField(String field)
The data field to bind the property to.
field
- The data field to bind the property to.public String toString()
toString
in class Object
Object.toString()
public FormInputValuePropertyBindingProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.