@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComponentPropertyBindingProperties extends Object implements Serializable, Cloneable, StructuredPojo
Associates a component property to a binding property. This enables exposed properties on the top level component to propagate data to the component's property values.
Constructor and Description |
---|
ComponentPropertyBindingProperties() |
Modifier and Type | Method and Description |
---|---|
ComponentPropertyBindingProperties |
clone() |
boolean |
equals(Object obj) |
String |
getField()
The data field to bind the property to.
|
String |
getProperty()
The component 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 component property to bind to the data field.
|
String |
toString()
Returns a string representation of this object.
|
ComponentPropertyBindingProperties |
withField(String field)
The data field to bind the property to.
|
ComponentPropertyBindingProperties |
withProperty(String property)
The component 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 ComponentPropertyBindingProperties withField(String field)
The data field to bind the property to.
field
- The data field to bind the property to.public void setProperty(String property)
The component property to bind to the data field.
property
- The component property to bind to the data field.public String getProperty()
The component property to bind to the data field.
public ComponentPropertyBindingProperties withProperty(String property)
The component property to bind to the data field.
property
- The component property to bind to the data field.public String toString()
toString
in class Object
Object.toString()
public ComponentPropertyBindingProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.