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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.customerprofiles.CfnIntegration.TaskProperty
CfnIntegration.TaskProperty.Builder, CfnIntegration.TaskProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegration.TaskProperty.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 ObjectThe operation to be performed on the provided source fields.final StringA 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 ObjectA map used to store task-related information.final StringSpecifies the particular task implementation that Amazon AppFlow performs.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 theCfnIntegration.TaskProperty.Builder. 
 - 
 - 
Method Details
- 
getSourceFields
Description copied from interface:CfnIntegration.TaskPropertyThe source fields to which a particular task is applied.- Specified by:
 getSourceFieldsin interfaceCfnIntegration.TaskProperty
 - 
getTaskType
Description copied from interface:CfnIntegration.TaskPropertySpecifies the particular task implementation that Amazon AppFlow performs.- Specified by:
 getTaskTypein interfaceCfnIntegration.TaskProperty
 - 
getConnectorOperator
Description copied from interface:CfnIntegration.TaskPropertyThe operation to be performed on the provided source fields.- Specified by:
 getConnectorOperatorin interfaceCfnIntegration.TaskProperty
 - 
getDestinationField
Description copied from interface:CfnIntegration.TaskPropertyA field in a destination connector, or a field value against which Amazon AppFlow validates a source field.- Specified by:
 getDestinationFieldin interfaceCfnIntegration.TaskProperty
 - 
getTaskProperties
Description copied from interface:CfnIntegration.TaskPropertyA map used to store task-related information.The service looks for particular information based on the TaskType.
- Specified by:
 getTaskPropertiesin interfaceCfnIntegration.TaskProperty
 - 
$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() 
 -