com.amazonaws.services.appflow.model.transform.ConnectorProfileCredentialsMarshaller Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-java-sdk-appflow Show documentation
Show all versions of aws-java-sdk-appflow Show documentation
The AWS Java SDK for Amazon Appflow module holds the client classes that are used for communicating with Amazon Appflow Service
/*
* Copyright 2019-2024 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.
*/
package com.amazonaws.services.appflow.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.appflow.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* ConnectorProfileCredentialsMarshaller
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
@SdkInternalApi
public class ConnectorProfileCredentialsMarshaller {
private static final MarshallingInfo AMPLITUDE_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Amplitude").build();
private static final MarshallingInfo DATADOG_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Datadog").build();
private static final MarshallingInfo DYNATRACE_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Dynatrace").build();
private static final MarshallingInfo GOOGLEANALYTICS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("GoogleAnalytics").build();
private static final MarshallingInfo HONEYCODE_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Honeycode").build();
private static final MarshallingInfo INFORNEXUS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("InforNexus").build();
private static final MarshallingInfo MARKETO_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Marketo").build();
private static final MarshallingInfo REDSHIFT_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Redshift").build();
private static final MarshallingInfo SALESFORCE_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Salesforce").build();
private static final MarshallingInfo SERVICENOW_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("ServiceNow").build();
private static final MarshallingInfo SINGULAR_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Singular").build();
private static final MarshallingInfo SLACK_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Slack").build();
private static final MarshallingInfo SNOWFLAKE_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Snowflake").build();
private static final MarshallingInfo TRENDMICRO_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Trendmicro").build();
private static final MarshallingInfo VEEVA_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Veeva").build();
private static final MarshallingInfo ZENDESK_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Zendesk").build();
private static final MarshallingInfo SAPODATA_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("SAPOData").build();
private static final MarshallingInfo CUSTOMCONNECTOR_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("CustomConnector").build();
private static final MarshallingInfo PARDOT_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("Pardot").build();
private static final ConnectorProfileCredentialsMarshaller instance = new ConnectorProfileCredentialsMarshaller();
public static ConnectorProfileCredentialsMarshaller getInstance() {
return instance;
}
/**
* Marshall the given parameter object.
*/
public void marshall(ConnectorProfileCredentials connectorProfileCredentials, ProtocolMarshaller protocolMarshaller) {
if (connectorProfileCredentials == null) {
throw new SdkClientException("Invalid argument passed to marshall(...)");
}
try {
protocolMarshaller.marshall(connectorProfileCredentials.getAmplitude(), AMPLITUDE_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getDatadog(), DATADOG_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getDynatrace(), DYNATRACE_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getGoogleAnalytics(), GOOGLEANALYTICS_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getHoneycode(), HONEYCODE_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getInforNexus(), INFORNEXUS_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getMarketo(), MARKETO_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getRedshift(), REDSHIFT_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getSalesforce(), SALESFORCE_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getServiceNow(), SERVICENOW_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getSingular(), SINGULAR_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getSlack(), SLACK_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getSnowflake(), SNOWFLAKE_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getTrendmicro(), TRENDMICRO_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getVeeva(), VEEVA_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getZendesk(), ZENDESK_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getSAPOData(), SAPODATA_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getCustomConnector(), CUSTOMCONNECTOR_BINDING);
protocolMarshaller.marshall(connectorProfileCredentials.getPardot(), PARDOT_BINDING);
} catch (Exception e) {
throw new SdkClientException("Unable to marshall request to JSON: " + e.getMessage(), e);
}
}
}