@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComponentBindingPropertiesValue extends Object implements Serializable, Cloneable, StructuredPojo
Represents the data binding configuration for a component at runtime. You can use
ComponentBindingPropertiesValue
to add exposed properties to a component to allow different values to be
entered when a component is reused in different places in an app.
Constructor and Description |
---|
ComponentBindingPropertiesValue() |
Modifier and Type | Method and Description |
---|---|
ComponentBindingPropertiesValue |
clone() |
boolean |
equals(Object obj) |
ComponentBindingPropertiesValueProperties |
getBindingProperties()
Describes the properties to customize with data at runtime.
|
String |
getDefaultValue()
The default value of the property.
|
String |
getType()
The property type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBindingProperties(ComponentBindingPropertiesValueProperties bindingProperties)
Describes the properties to customize with data at runtime.
|
void |
setDefaultValue(String defaultValue)
The default value of the property.
|
void |
setType(String type)
The property type.
|
String |
toString()
Returns a string representation of this object.
|
ComponentBindingPropertiesValue |
withBindingProperties(ComponentBindingPropertiesValueProperties bindingProperties)
Describes the properties to customize with data at runtime.
|
ComponentBindingPropertiesValue |
withDefaultValue(String defaultValue)
The default value of the property.
|
ComponentBindingPropertiesValue |
withType(String type)
The property type.
|
public void setBindingProperties(ComponentBindingPropertiesValueProperties bindingProperties)
Describes the properties to customize with data at runtime.
bindingProperties
- Describes the properties to customize with data at runtime.public ComponentBindingPropertiesValueProperties getBindingProperties()
Describes the properties to customize with data at runtime.
public ComponentBindingPropertiesValue withBindingProperties(ComponentBindingPropertiesValueProperties bindingProperties)
Describes the properties to customize with data at runtime.
bindingProperties
- Describes the properties to customize with data at runtime.public void setDefaultValue(String defaultValue)
The default value of the property.
defaultValue
- The default value of the property.public String getDefaultValue()
The default value of the property.
public ComponentBindingPropertiesValue withDefaultValue(String defaultValue)
The default value of the property.
defaultValue
- The default value of the property.public void setType(String type)
The property type.
type
- The property type.public String getType()
The property type.
public ComponentBindingPropertiesValue withType(String type)
The property type.
type
- The property type.public String toString()
toString
in class Object
Object.toString()
public ComponentBindingPropertiesValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.