Class CfnHumanTaskUiMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnHumanTaskUiMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHumanTaskUiMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHumanTaskUiMixinProps
@Stability(Stable)
@Internal
public static final class CfnHumanTaskUiMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHumanTaskUiMixinProps
An implementation for
CfnHumanTaskUiMixinProps-
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.sagemaker.CfnHumanTaskUiMixinProps
CfnHumanTaskUiMixinProps.Builder, CfnHumanTaskUiMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHumanTaskUiMixinProps.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 of the human task user interface.getTags()An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.final ObjectThe Liquid template for the worker user interface.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 theCfnHumanTaskUiMixinProps.Builder.
-
-
Method Details
-
getHumanTaskUiName
Description copied from interface:CfnHumanTaskUiMixinPropsThe name of the human task user interface.- Specified by:
getHumanTaskUiNamein interfaceCfnHumanTaskUiMixinProps- See Also:
-
getTags
Description copied from interface:CfnHumanTaskUiMixinPropsAn array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface.- Specified by:
getTagsin interfaceCfnHumanTaskUiMixinProps- See Also:
-
getUiTemplate
Description copied from interface:CfnHumanTaskUiMixinPropsThe Liquid template for the worker user interface.Returns union: either
IResolvableorCfnHumanTaskUiPropsMixin.UiTemplateProperty- Specified by:
getUiTemplatein interfaceCfnHumanTaskUiMixinProps- 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()
-