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