/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the appflow-2020-08-23.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.Text;
using System.IO;
using System.Net;
using Amazon.Runtime;
using Amazon.Runtime.Internal;
namespace Amazon.Appflow.Model
{
///
/// The operation to be performed on the provided source fields.
///
public partial class ConnectorOperator
{
private AmplitudeConnectorOperator _amplitude;
private Operator _customConnector;
private DatadogConnectorOperator _datadog;
private DynatraceConnectorOperator _dynatrace;
private GoogleAnalyticsConnectorOperator _googleAnalytics;
private InforNexusConnectorOperator _inforNexus;
private MarketoConnectorOperator _marketo;
private PardotConnectorOperator _pardot;
private S3ConnectorOperator _s3;
private SalesforceConnectorOperator _salesforce;
private SAPODataConnectorOperator _sapoData;
private ServiceNowConnectorOperator _serviceNow;
private SingularConnectorOperator _singular;
private SlackConnectorOperator _slack;
private TrendmicroConnectorOperator _trendmicro;
private VeevaConnectorOperator _veeva;
private ZendeskConnectorOperator _zendesk;
///
/// Gets and sets the property Amplitude.
///
/// The operation to be performed on the provided Amplitude source fields.
///
///
public AmplitudeConnectorOperator Amplitude
{
get { return this._amplitude; }
set { this._amplitude = value; }
}
// Check to see if Amplitude property is set
internal bool IsSetAmplitude()
{
return this._amplitude != null;
}
///
/// Gets and sets the property CustomConnector.
///
/// Operators supported by the custom connector.
///
///
public Operator CustomConnector
{
get { return this._customConnector; }
set { this._customConnector = value; }
}
// Check to see if CustomConnector property is set
internal bool IsSetCustomConnector()
{
return this._customConnector != null;
}
///
/// Gets and sets the property Datadog.
///
/// The operation to be performed on the provided Datadog source fields.
///
///
public DatadogConnectorOperator Datadog
{
get { return this._datadog; }
set { this._datadog = value; }
}
// Check to see if Datadog property is set
internal bool IsSetDatadog()
{
return this._datadog != null;
}
///
/// Gets and sets the property Dynatrace.
///
/// The operation to be performed on the provided Dynatrace source fields.
///
///
public DynatraceConnectorOperator Dynatrace
{
get { return this._dynatrace; }
set { this._dynatrace = value; }
}
// Check to see if Dynatrace property is set
internal bool IsSetDynatrace()
{
return this._dynatrace != null;
}
///
/// Gets and sets the property GoogleAnalytics.
///
/// The operation to be performed on the provided Google Analytics source fields.
///
///
public GoogleAnalyticsConnectorOperator GoogleAnalytics
{
get { return this._googleAnalytics; }
set { this._googleAnalytics = value; }
}
// Check to see if GoogleAnalytics property is set
internal bool IsSetGoogleAnalytics()
{
return this._googleAnalytics != null;
}
///
/// Gets and sets the property InforNexus.
///
/// The operation to be performed on the provided Infor Nexus source fields.
///
///
public InforNexusConnectorOperator InforNexus
{
get { return this._inforNexus; }
set { this._inforNexus = value; }
}
// Check to see if InforNexus property is set
internal bool IsSetInforNexus()
{
return this._inforNexus != null;
}
///
/// Gets and sets the property Marketo.
///
/// The operation to be performed on the provided Marketo source fields.
///
///
public MarketoConnectorOperator Marketo
{
get { return this._marketo; }
set { this._marketo = value; }
}
// Check to see if Marketo property is set
internal bool IsSetMarketo()
{
return this._marketo != null;
}
///
/// Gets and sets the property Pardot.
///
/// The operation to be performed on the provided Salesforce Pardot source fields.
///
///
public PardotConnectorOperator Pardot
{
get { return this._pardot; }
set { this._pardot = value; }
}
// Check to see if Pardot property is set
internal bool IsSetPardot()
{
return this._pardot != null;
}
///
/// Gets and sets the property S3.
///
/// The operation to be performed on the provided Amazon S3 source fields.
///
///
public S3ConnectorOperator S3
{
get { return this._s3; }
set { this._s3 = value; }
}
// Check to see if S3 property is set
internal bool IsSetS3()
{
return this._s3 != null;
}
///
/// Gets and sets the property Salesforce.
///
/// The operation to be performed on the provided Salesforce source fields.
///
///
public SalesforceConnectorOperator Salesforce
{
get { return this._salesforce; }
set { this._salesforce = value; }
}
// Check to see if Salesforce property is set
internal bool IsSetSalesforce()
{
return this._salesforce != null;
}
///
/// Gets and sets the property SAPOData.
///
/// The operation to be performed on the provided SAPOData source fields.
///
///
public SAPODataConnectorOperator SAPOData
{
get { return this._sapoData; }
set { this._sapoData = value; }
}
// Check to see if SAPOData property is set
internal bool IsSetSAPOData()
{
return this._sapoData != null;
}
///
/// Gets and sets the property ServiceNow.
///
/// The operation to be performed on the provided ServiceNow source fields.
///
///
public ServiceNowConnectorOperator ServiceNow
{
get { return this._serviceNow; }
set { this._serviceNow = value; }
}
// Check to see if ServiceNow property is set
internal bool IsSetServiceNow()
{
return this._serviceNow != null;
}
///
/// Gets and sets the property Singular.
///
/// The operation to be performed on the provided Singular source fields.
///
///
public SingularConnectorOperator Singular
{
get { return this._singular; }
set { this._singular = value; }
}
// Check to see if Singular property is set
internal bool IsSetSingular()
{
return this._singular != null;
}
///
/// Gets and sets the property Slack.
///
/// The operation to be performed on the provided Slack source fields.
///
///
public SlackConnectorOperator Slack
{
get { return this._slack; }
set { this._slack = value; }
}
// Check to see if Slack property is set
internal bool IsSetSlack()
{
return this._slack != null;
}
///
/// Gets and sets the property Trendmicro.
///
/// The operation to be performed on the provided Trend Micro source fields.
///
///
public TrendmicroConnectorOperator Trendmicro
{
get { return this._trendmicro; }
set { this._trendmicro = value; }
}
// Check to see if Trendmicro property is set
internal bool IsSetTrendmicro()
{
return this._trendmicro != null;
}
///
/// Gets and sets the property Veeva.
///
/// The operation to be performed on the provided Veeva source fields.
///
///
public VeevaConnectorOperator Veeva
{
get { return this._veeva; }
set { this._veeva = value; }
}
// Check to see if Veeva property is set
internal bool IsSetVeeva()
{
return this._veeva != null;
}
///
/// Gets and sets the property Zendesk.
///
/// The operation to be performed on the provided Zendesk source fields.
///
///
public ZendeskConnectorOperator Zendesk
{
get { return this._zendesk; }
set { this._zendesk = value; }
}
// Check to see if Zendesk property is set
internal bool IsSetZendesk()
{
return this._zendesk != null;
}
}
}