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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.datazone.CfnDataSource.FormInputProperty
CfnDataSource.FormInputProperty.Builder, CfnDataSource.FormInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.FormInputProperty.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 booleanfinal StringThe content of the metadata form.final StringThe name of the metadata form.final StringThe ID of the metadata form type.final StringThe revision of the metadata form type.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 theCfnDataSource.FormInputProperty.Builder.
-
-
Method Details
-
getFormName
Description copied from interface:CfnDataSource.FormInputPropertyThe name of the metadata form.- Specified by:
getFormNamein interfaceCfnDataSource.FormInputProperty- See Also:
-
getContent
Description copied from interface:CfnDataSource.FormInputPropertyThe content of the metadata form.- Specified by:
getContentin interfaceCfnDataSource.FormInputProperty- See Also:
-
getTypeIdentifier
Description copied from interface:CfnDataSource.FormInputPropertyThe ID of the metadata form type.- Specified by:
getTypeIdentifierin interfaceCfnDataSource.FormInputProperty- See Also:
-
getTypeRevision
Description copied from interface:CfnDataSource.FormInputPropertyThe revision of the metadata form type.- Specified by:
getTypeRevisionin interfaceCfnDataSource.FormInputProperty- 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()
-