Class CfnDataSource.FormInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datazone.CfnDataSource.FormInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.FormInputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.FormInputProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.FormInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.FormInputProperty
An implementation for
CfnDataSource.FormInputProperty
-
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.datazone.CfnDataSource.FormInputProperty
CfnDataSource.FormInputProperty.Builder, CfnDataSource.FormInputProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.FormInputProperty.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
The content of the metadata form.final String
The name of the metadata form.final String
The ID of the metadata form type.final String
The revision of the metadata form type.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 theCfnDataSource.FormInputProperty.Builder
.
-
-
Method Details
-
getFormName
Description copied from interface:CfnDataSource.FormInputProperty
The name of the metadata form.- Specified by:
getFormName
in interfaceCfnDataSource.FormInputProperty
- See Also:
-
getContent
Description copied from interface:CfnDataSource.FormInputProperty
The content of the metadata form.- Specified by:
getContent
in interfaceCfnDataSource.FormInputProperty
- See Also:
-
getTypeIdentifier
Description copied from interface:CfnDataSource.FormInputProperty
The ID of the metadata form type.- Specified by:
getTypeIdentifier
in interfaceCfnDataSource.FormInputProperty
- See Also:
-
getTypeRevision
Description copied from interface:CfnDataSource.FormInputProperty
The revision of the metadata form type.- Specified by:
getTypeRevision
in interfaceCfnDataSource.FormInputProperty
- 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()
-