Class CfnTaskMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnTaskMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskMixinProps
@Stability(Stable)
@Internal
public static final class CfnTaskMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskMixinProps
An implementation for
CfnTaskMixinProps-
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.iotsitewise.CfnTaskMixinProps
CfnTaskMixinProps.Builder, CfnTaskMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTaskMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTaskMixinProps.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 StringA description of the task.getTags()An array of key-value pairs to apply to this resource.final ObjectThe task execution configuration.final StringThe name of the task.final StringThe name of the workspace.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 theCfnTaskMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnTaskMixinPropsA description of the task.- Specified by:
getDescriptionin interfaceCfnTaskMixinProps- See Also:
-
getTags
Description copied from interface:CfnTaskMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnTaskMixinProps- See Also:
-
getTaskConfiguration
Description copied from interface:CfnTaskMixinPropsThe task execution configuration.Returns union: either
IResolvableorCfnTaskPropsMixin.TaskConfigurationProperty- Specified by:
getTaskConfigurationin interfaceCfnTaskMixinProps- See Also:
-
getTaskName
Description copied from interface:CfnTaskMixinPropsThe name of the task.Must be unique within the workspace.
- Specified by:
getTaskNamein interfaceCfnTaskMixinProps- See Also:
-
getWorkspaceName
Description copied from interface:CfnTaskMixinPropsThe name of the workspace.- Specified by:
getWorkspaceNamein interfaceCfnTaskMixinProps- 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()
-