/*
* 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 connector-specific profile properties required by each connector.
///
public partial class ConnectorProfileProperties
{
private AmplitudeConnectorProfileProperties _amplitude;
private CustomConnectorProfileProperties _customConnector;
private DatadogConnectorProfileProperties _datadog;
private DynatraceConnectorProfileProperties _dynatrace;
private GoogleAnalyticsConnectorProfileProperties _googleAnalytics;
private HoneycodeConnectorProfileProperties _honeycode;
private InforNexusConnectorProfileProperties _inforNexus;
private MarketoConnectorProfileProperties _marketo;
private PardotConnectorProfileProperties _pardot;
private RedshiftConnectorProfileProperties _redshift;
private SalesforceConnectorProfileProperties _salesforce;
private SAPODataConnectorProfileProperties _sapoData;
private ServiceNowConnectorProfileProperties _serviceNow;
private SingularConnectorProfileProperties _singular;
private SlackConnectorProfileProperties _slack;
private SnowflakeConnectorProfileProperties _snowflake;
private TrendmicroConnectorProfileProperties _trendmicro;
private VeevaConnectorProfileProperties _veeva;
private ZendeskConnectorProfileProperties _zendesk;
///
/// Gets and sets the property Amplitude.
///
/// The connector-specific properties required by Amplitude.
///
///
public AmplitudeConnectorProfileProperties 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.
///
/// The properties required by the custom connector.
///
///
public CustomConnectorProfileProperties 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 connector-specific properties required by Datadog.
///
///
public DatadogConnectorProfileProperties 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 connector-specific properties required by Dynatrace.
///
///
public DynatraceConnectorProfileProperties 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 connector-specific properties required Google Analytics.
///
///
public GoogleAnalyticsConnectorProfileProperties 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 Honeycode.
///
/// The connector-specific properties required by Amazon Honeycode.
///
///
public HoneycodeConnectorProfileProperties Honeycode
{
get { return this._honeycode; }
set { this._honeycode = value; }
}
// Check to see if Honeycode property is set
internal bool IsSetHoneycode()
{
return this._honeycode != null;
}
///
/// Gets and sets the property InforNexus.
///
/// The connector-specific properties required by Infor Nexus.
///
///
public InforNexusConnectorProfileProperties 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 connector-specific properties required by Marketo.
///
///
public MarketoConnectorProfileProperties 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 connector-specific properties required by Salesforce Pardot.
///
///
public PardotConnectorProfileProperties 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 Redshift.
///
/// The connector-specific properties required by Amazon Redshift.
///
///
public RedshiftConnectorProfileProperties Redshift
{
get { return this._redshift; }
set { this._redshift = value; }
}
// Check to see if Redshift property is set
internal bool IsSetRedshift()
{
return this._redshift != null;
}
///
/// Gets and sets the property Salesforce.
///
/// The connector-specific properties required by Salesforce.
///
///
public SalesforceConnectorProfileProperties 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.
///
public SAPODataConnectorProfileProperties 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 connector-specific properties required by serviceNow.
///
///
public ServiceNowConnectorProfileProperties 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 connector-specific properties required by Singular.
///
///
public SingularConnectorProfileProperties 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 connector-specific properties required by Slack.
///
///
public SlackConnectorProfileProperties 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 Snowflake.
///
/// The connector-specific properties required by Snowflake.
///
///
public SnowflakeConnectorProfileProperties Snowflake
{
get { return this._snowflake; }
set { this._snowflake = value; }
}
// Check to see if Snowflake property is set
internal bool IsSetSnowflake()
{
return this._snowflake != null;
}
///
/// Gets and sets the property Trendmicro.
///
/// The connector-specific properties required by Trend Micro.
///
///
public TrendmicroConnectorProfileProperties 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 connector-specific properties required by Veeva.
///
///
public VeevaConnectorProfileProperties 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 connector-specific properties required by Zendesk.
///
///
public ZendeskConnectorProfileProperties Zendesk
{
get { return this._zendesk; }
set { this._zendesk = value; }
}
// Check to see if Zendesk property is set
internal bool IsSetZendesk()
{
return this._zendesk != null;
}
}
}