@Generated(value="software.amazon.awssdk:codegen") public final class ComponentBindingPropertiesValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComponentBindingPropertiesValue.Builder,ComponentBindingPropertiesValue>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComponentBindingPropertiesValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
ComponentBindingPropertiesValueProperties |
bindingProperties()
Describes the properties to customize with data at runtime.
|
static ComponentBindingPropertiesValue.Builder |
builder() |
String |
defaultValue()
The default value of the property.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComponentBindingPropertiesValue.Builder> |
serializableBuilderClass() |
ComponentBindingPropertiesValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The property type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String type()
The property type.
public final ComponentBindingPropertiesValueProperties bindingProperties()
Describes the properties to customize with data at runtime.
public final String defaultValue()
The default value of the property.
public ComponentBindingPropertiesValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComponentBindingPropertiesValue.Builder,ComponentBindingPropertiesValue>public static ComponentBindingPropertiesValue.Builder builder()
public static Class<? extends ComponentBindingPropertiesValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.