Class CfnIntegration.SourceConnectorPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnIntegration.SourceConnectorPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIntegration.SourceConnectorPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIntegration.SourceConnectorPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnIntegration.SourceConnectorPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegration.SourceConnectorPropertiesProperty
An implementation for
CfnIntegration.SourceConnectorPropertiesProperty-
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.SourceConnectorPropertiesProperty
CfnIntegration.SourceConnectorPropertiesProperty.Builder, CfnIntegration.SourceConnectorPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegration.SourceConnectorPropertiesProperty.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 properties that are applied when Marketo is being used as a source.final ObjectgetS3()The properties that are applied when Amazon S3 is being used as the flow source.final ObjectThe properties that are applied when Salesforce is being used as a source.final ObjectThe properties that are applied when ServiceNow is being used as a source.final ObjectThe properties that are applied when using Zendesk as a flow source.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.SourceConnectorPropertiesProperty.Builder.
-
-
Method Details
-
getMarketo
Description copied from interface:CfnIntegration.SourceConnectorPropertiesPropertyThe properties that are applied when Marketo is being used as a source.Returns union: either
IResolvableorCfnIntegration.MarketoSourcePropertiesProperty- Specified by:
getMarketoin interfaceCfnIntegration.SourceConnectorPropertiesProperty- See Also:
-
getS3
Description copied from interface:CfnIntegration.SourceConnectorPropertiesPropertyThe properties that are applied when Amazon S3 is being used as the flow source.Returns union: either
IResolvableorCfnIntegration.S3SourcePropertiesProperty- Specified by:
getS3in interfaceCfnIntegration.SourceConnectorPropertiesProperty- See Also:
-
getSalesforce
Description copied from interface:CfnIntegration.SourceConnectorPropertiesPropertyThe properties that are applied when Salesforce is being used as a source.Returns union: either
IResolvableorCfnIntegration.SalesforceSourcePropertiesProperty- Specified by:
getSalesforcein interfaceCfnIntegration.SourceConnectorPropertiesProperty- See Also:
-
getServiceNow
Description copied from interface:CfnIntegration.SourceConnectorPropertiesPropertyThe properties that are applied when ServiceNow is being used as a source.Returns union: either
IResolvableorCfnIntegration.ServiceNowSourcePropertiesProperty- Specified by:
getServiceNowin interfaceCfnIntegration.SourceConnectorPropertiesProperty- See Also:
-
getZendesk
Description copied from interface:CfnIntegration.SourceConnectorPropertiesPropertyThe properties that are applied when using Zendesk as a flow source.Returns union: either
IResolvableorCfnIntegration.ZendeskSourcePropertiesProperty- Specified by:
getZendeskin interfaceCfnIntegration.SourceConnectorPropertiesProperty- 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()
-