Class CfnAdapterMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.textract.CfnAdapterMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAdapterMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAdapterMixinProps
@Stability(Stable)
@Internal
public static final class CfnAdapterMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAdapterMixinProps
An implementation for
CfnAdapterMixinProps-
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.cfnpropertymixins.services.textract.CfnAdapterMixinProps
CfnAdapterMixinProps.Builder, CfnAdapterMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAdapterMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAdapterMixinProps.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 name to be assigned to the adapter being created.final StringControls whether or not the adapter should automatically update.final StringThe description to be assigned to the adapter being created.The type of feature that the adapter is being trained on.getTags()A list of tags to be added to the adapter.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 theCfnAdapterMixinProps.Builder.
-
-
Method Details
-
getAdapterName
Description copied from interface:CfnAdapterMixinPropsThe name to be assigned to the adapter being created.- Specified by:
getAdapterNamein interfaceCfnAdapterMixinProps- See Also:
-
getAutoUpdate
Description copied from interface:CfnAdapterMixinPropsControls whether or not the adapter should automatically update.- Specified by:
getAutoUpdatein interfaceCfnAdapterMixinProps- See Also:
-
getDescription
Description copied from interface:CfnAdapterMixinPropsThe description to be assigned to the adapter being created.- Specified by:
getDescriptionin interfaceCfnAdapterMixinProps- See Also:
-
getFeatureTypes
Description copied from interface:CfnAdapterMixinPropsThe type of feature that the adapter is being trained on.Currently, supported feature types are: QUERIES
- Specified by:
getFeatureTypesin interfaceCfnAdapterMixinProps- See Also:
-
getTags
Description copied from interface:CfnAdapterMixinPropsA list of tags to be added to the adapter.- Specified by:
getTagsin interfaceCfnAdapterMixinProps- 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()
-