Class CfnIntegration.TaskProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnIntegration.TaskProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIntegration.TaskProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIntegration.TaskProperty
@Stability(Stable)
@Internal
public static final class CfnIntegration.TaskProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegration.TaskProperty
An implementation for
CfnIntegration.TaskProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.customerprofiles.CfnIntegration.TaskProperty
CfnIntegration.TaskProperty.Builder, CfnIntegration.TaskProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIntegration.TaskProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The operation to be performed on the provided source fields.final String
A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.The source fields to which a particular task is applied.final Object
A map used to store task-related information.final String
Specifies the particular task implementation that Amazon AppFlow performs.final int
hashCode()
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 theCfnIntegration.TaskProperty.Builder
.
-
-
Method Details
-
getSourceFields
Description copied from interface:CfnIntegration.TaskProperty
The source fields to which a particular task is applied.- Specified by:
getSourceFields
in interfaceCfnIntegration.TaskProperty
-
getTaskType
Description copied from interface:CfnIntegration.TaskProperty
Specifies the particular task implementation that Amazon AppFlow performs.- Specified by:
getTaskType
in interfaceCfnIntegration.TaskProperty
-
getConnectorOperator
Description copied from interface:CfnIntegration.TaskProperty
The operation to be performed on the provided source fields.- Specified by:
getConnectorOperator
in interfaceCfnIntegration.TaskProperty
-
getDestinationField
Description copied from interface:CfnIntegration.TaskProperty
A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.- Specified by:
getDestinationField
in interfaceCfnIntegration.TaskProperty
-
getTaskProperties
Description copied from interface:CfnIntegration.TaskProperty
A map used to store task-related information.The service looks for particular information based on the TaskType.
- Specified by:
getTaskProperties
in interfaceCfnIntegration.TaskProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-