Class CfnComponent.ComponentDataConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentDataConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponent.ComponentDataConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponent.ComponentDataConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnComponent.ComponentDataConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponent.ComponentDataConfigurationProperty
An implementation for
CfnComponent.ComponentDataConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentDataConfigurationProperty
CfnComponent.ComponentDataConfigurationProperty.Builder, CfnComponent.ComponentDataConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponent.ComponentDataConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanA list of IDs to use to bind data to a component.final StringgetModel()The name of the data model to use to bind data to a component.final ObjectRepresents the conditional logic to use when binding data to a component.final ObjectgetSort()Describes how to sort the component's properties.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnComponent.ComponentDataConfigurationProperty.Builder.
-
-
Method Details
-
getModel
Description copied from interface:CfnComponent.ComponentDataConfigurationPropertyThe name of the data model to use to bind data to a component.- Specified by:
getModelin interfaceCfnComponent.ComponentDataConfigurationProperty- See Also:
-
getIdentifiers
Description copied from interface:CfnComponent.ComponentDataConfigurationPropertyA list of IDs to use to bind data to a component.Use this property to bind specifically chosen data, rather than data retrieved from a query.
- Specified by:
getIdentifiersin interfaceCfnComponent.ComponentDataConfigurationProperty- See Also:
-
getPredicate
Description copied from interface:CfnComponent.ComponentDataConfigurationPropertyRepresents the conditional logic to use when binding data to a component.Use this property to retrieve only a subset of the data in a collection.
Returns union: either
IResolvableorCfnComponent.PredicateProperty- Specified by:
getPredicatein interfaceCfnComponent.ComponentDataConfigurationProperty- See Also:
-
getSort
Description copied from interface:CfnComponent.ComponentDataConfigurationPropertyDescribes how to sort the component's properties.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnComponent.SortPropertyProperty>- Specified by:
getSortin interfaceCfnComponent.ComponentDataConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-