Class CfnComponent.ComponentBindingPropertiesValuePropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentBindingPropertiesValuePropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponent.ComponentBindingPropertiesValuePropertiesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponent.ComponentBindingPropertiesValuePropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnComponent.ComponentBindingPropertiesValuePropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponent.ComponentBindingPropertiesValuePropertiesProperty
An implementation for
CfnComponent.ComponentBindingPropertiesValuePropertiesProperty
-
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.ComponentBindingPropertiesValuePropertiesProperty
CfnComponent.ComponentBindingPropertiesValuePropertiesProperty.Builder, CfnComponent.ComponentBindingPropertiesValuePropertiesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponent.ComponentBindingPropertiesValuePropertiesProperty.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
final String
An Amazon S3 bucket.final String
The default value to assign to the property.final String
getField()
The field to bind the data to.final String
getKey()
The storage key for an Amazon S3 bucket.final String
getModel()
An Amplify DataStore model.final Object
A list of predicates for binding a component's properties to data.final String
An authenticated user attribute.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
protected Jsii$Proxy(CfnComponent.ComponentBindingPropertiesValuePropertiesProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnComponent.ComponentBindingPropertiesValuePropertiesProperty.Builder
.
-
-
Method Details
-
getBucket
Description copied from interface:CfnComponent.ComponentBindingPropertiesValuePropertiesProperty
An Amazon S3 bucket.- Specified by:
getBucket
in interfaceCfnComponent.ComponentBindingPropertiesValuePropertiesProperty
-
getDefaultValue
Description copied from interface:CfnComponent.ComponentBindingPropertiesValuePropertiesProperty
The default value to assign to the property.- Specified by:
getDefaultValue
in interfaceCfnComponent.ComponentBindingPropertiesValuePropertiesProperty
-
getField
Description copied from interface:CfnComponent.ComponentBindingPropertiesValuePropertiesProperty
The field to bind the data to.- Specified by:
getField
in interfaceCfnComponent.ComponentBindingPropertiesValuePropertiesProperty
-
getKey
Description copied from interface:CfnComponent.ComponentBindingPropertiesValuePropertiesProperty
The storage key for an Amazon S3 bucket.- Specified by:
getKey
in interfaceCfnComponent.ComponentBindingPropertiesValuePropertiesProperty
-
getModel
Description copied from interface:CfnComponent.ComponentBindingPropertiesValuePropertiesProperty
An Amplify DataStore model.- Specified by:
getModel
in interfaceCfnComponent.ComponentBindingPropertiesValuePropertiesProperty
-
getPredicates
Description copied from interface:CfnComponent.ComponentBindingPropertiesValuePropertiesProperty
A list of predicates for binding a component's properties to data.- Specified by:
getPredicates
in interfaceCfnComponent.ComponentBindingPropertiesValuePropertiesProperty
-
getUserAttribute
Description copied from interface:CfnComponent.ComponentBindingPropertiesValuePropertiesProperty
An authenticated user attribute.- Specified by:
getUserAttribute
in interfaceCfnComponent.ComponentBindingPropertiesValuePropertiesProperty
-
$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()
-