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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentDataConfigurationProperty
CfnComponent.ComponentDataConfigurationProperty.Builder, CfnComponent.ComponentDataConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponent.ComponentDataConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
A list of IDs to use to bind data to a component.final String
getModel()
The name of the data model to use to bind data to a component.final Object
Represents the conditional logic to use when binding data to a component.final Object
getSort()
Describes how to sort the component's properties.final int
hashCode()
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.ComponentDataConfigurationProperty
The name of the data model to use to bind data to a component.- Specified by:
getModel
in interfaceCfnComponent.ComponentDataConfigurationProperty
- See Also:
-
getIdentifiers
Description copied from interface:CfnComponent.ComponentDataConfigurationProperty
A 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:
getIdentifiers
in interfaceCfnComponent.ComponentDataConfigurationProperty
- See Also:
-
getPredicate
Description copied from interface:CfnComponent.ComponentDataConfigurationProperty
Represents 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.
- Specified by:
getPredicate
in interfaceCfnComponent.ComponentDataConfigurationProperty
- See Also:
-
getSort
Description copied from interface:CfnComponent.ComponentDataConfigurationProperty
Describes how to sort the component's properties.- Specified by:
getSort
in interfaceCfnComponent.ComponentDataConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-