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