All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.appflow.model.SalesforceConnectorProfileProperties Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon Appflow module holds the client classes that are used for communicating with Amazon Appflow Service

There is a newer version: 1.12.778
Show newest version
/*
 * 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;

import java.io.Serializable;
import javax.annotation.Generated;
import com.amazonaws.protocol.StructuredPojo;
import com.amazonaws.protocol.ProtocolMarshaller;

/**
 * 

* The connector-specific profile properties required when using Salesforce. *

* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class SalesforceConnectorProfileProperties implements Serializable, Cloneable, StructuredPojo { /** *

* The location of the Salesforce resource. *

*/ private String instanceUrl; /** *

* Indicates whether the connector profile applies to a sandbox or production environment. *

*/ private Boolean isSandboxEnvironment; /** *

* If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the * private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends private calls * through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services infrastructure without * being exposed to the public internet. *

*

* Set either of the following values: *

*
*
true
*
*

* Amazon AppFlow sends all calls to Salesforce over the private network. *

*

* These private calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their * fields. *

    *
  • *
  • *

    * Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records. *

    *
  • *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
false
*
*

* The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public * internet. *

*

* The public calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. *

    *
  • *
  • *

    * Calls to get or refresh access tokens. *

    *
  • *
*

* The private calls are: *

*
    *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
*/ private Boolean usePrivateLinkForMetadataAndAuthorization; /** *

* The location of the Salesforce resource. *

* * @param instanceUrl * The location of the Salesforce resource. */ public void setInstanceUrl(String instanceUrl) { this.instanceUrl = instanceUrl; } /** *

* The location of the Salesforce resource. *

* * @return The location of the Salesforce resource. */ public String getInstanceUrl() { return this.instanceUrl; } /** *

* The location of the Salesforce resource. *

* * @param instanceUrl * The location of the Salesforce resource. * @return Returns a reference to this object so that method calls can be chained together. */ public SalesforceConnectorProfileProperties withInstanceUrl(String instanceUrl) { setInstanceUrl(instanceUrl); return this; } /** *

* Indicates whether the connector profile applies to a sandbox or production environment. *

* * @param isSandboxEnvironment * Indicates whether the connector profile applies to a sandbox or production environment. */ public void setIsSandboxEnvironment(Boolean isSandboxEnvironment) { this.isSandboxEnvironment = isSandboxEnvironment; } /** *

* Indicates whether the connector profile applies to a sandbox or production environment. *

* * @return Indicates whether the connector profile applies to a sandbox or production environment. */ public Boolean getIsSandboxEnvironment() { return this.isSandboxEnvironment; } /** *

* Indicates whether the connector profile applies to a sandbox or production environment. *

* * @param isSandboxEnvironment * Indicates whether the connector profile applies to a sandbox or production environment. * @return Returns a reference to this object so that method calls can be chained together. */ public SalesforceConnectorProfileProperties withIsSandboxEnvironment(Boolean isSandboxEnvironment) { setIsSandboxEnvironment(isSandboxEnvironment); return this; } /** *

* Indicates whether the connector profile applies to a sandbox or production environment. *

* * @return Indicates whether the connector profile applies to a sandbox or production environment. */ public Boolean isSandboxEnvironment() { return this.isSandboxEnvironment; } /** *

* If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the * private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends private calls * through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services infrastructure without * being exposed to the public internet. *

*

* Set either of the following values: *

*
*
true
*
*

* Amazon AppFlow sends all calls to Salesforce over the private network. *

*

* These private calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their * fields. *

    *
  • *
  • *

    * Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records. *

    *
  • *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
false
*
*

* The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public * internet. *

*

* The public calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. *

    *
  • *
  • *

    * Calls to get or refresh access tokens. *

    *
  • *
*

* The private calls are: *

*
    *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
* * @param usePrivateLinkForMetadataAndAuthorization * If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow * uses the private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends * private calls through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services * infrastructure without being exposed to the public internet.

*

* Set either of the following values: *

*
*
true
*
*

* Amazon AppFlow sends all calls to Salesforce over the private network. *

*

* These private calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and * their fields. *

    *
  • *
  • *

    * Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records. *

    *
  • *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
false
*
*

* The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public * internet. *

*

* The public calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. *

    *
  • *
  • *

    * Calls to get or refresh access tokens. *

    *
  • *
*

* The private calls are: *

*
    *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*/ public void setUsePrivateLinkForMetadataAndAuthorization(Boolean usePrivateLinkForMetadataAndAuthorization) { this.usePrivateLinkForMetadataAndAuthorization = usePrivateLinkForMetadataAndAuthorization; } /** *

* If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the * private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends private calls * through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services infrastructure without * being exposed to the public internet. *

*

* Set either of the following values: *

*
*
true
*
*

* Amazon AppFlow sends all calls to Salesforce over the private network. *

*

* These private calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their * fields. *

    *
  • *
  • *

    * Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records. *

    *
  • *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
false
*
*

* The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public * internet. *

*

* The public calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. *

    *
  • *
  • *

    * Calls to get or refresh access tokens. *

    *
  • *
*

* The private calls are: *

*
    *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
* * @return If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow * uses the private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends * private calls through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services * infrastructure without being exposed to the public internet.

*

* Set either of the following values: *

*
*
true
*
*

* Amazon AppFlow sends all calls to Salesforce over the private network. *

*

* These private calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and * their fields. *

    *
  • *
  • *

    * Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records. *

    *
  • *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
false
*
*

* The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the * public internet. *

*

* The public calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. *

    *
  • *
  • *

    * Calls to get or refresh access tokens. *

    *
  • *
*

* The private calls are: *

*
    *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*/ public Boolean getUsePrivateLinkForMetadataAndAuthorization() { return this.usePrivateLinkForMetadataAndAuthorization; } /** *

* If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the * private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends private calls * through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services infrastructure without * being exposed to the public internet. *

*

* Set either of the following values: *

*
*
true
*
*

* Amazon AppFlow sends all calls to Salesforce over the private network. *

*

* These private calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their * fields. *

    *
  • *
  • *

    * Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records. *

    *
  • *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
false
*
*

* The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public * internet. *

*

* The public calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. *

    *
  • *
  • *

    * Calls to get or refresh access tokens. *

    *
  • *
*

* The private calls are: *

*
    *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
* * @param usePrivateLinkForMetadataAndAuthorization * If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow * uses the private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends * private calls through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services * infrastructure without being exposed to the public internet.

*

* Set either of the following values: *

*
*
true
*
*

* Amazon AppFlow sends all calls to Salesforce over the private network. *

*

* These private calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and * their fields. *

    *
  • *
  • *

    * Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records. *

    *
  • *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
false
*
*

* The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public * internet. *

*

* The public calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. *

    *
  • *
  • *

    * Calls to get or refresh access tokens. *

    *
  • *
*

* The private calls are: *

*
    *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
* @return Returns a reference to this object so that method calls can be chained together. */ public SalesforceConnectorProfileProperties withUsePrivateLinkForMetadataAndAuthorization(Boolean usePrivateLinkForMetadataAndAuthorization) { setUsePrivateLinkForMetadataAndAuthorization(usePrivateLinkForMetadataAndAuthorization); return this; } /** *

* If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the * private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends private calls * through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services infrastructure without * being exposed to the public internet. *

*

* Set either of the following values: *

*
*
true
*
*

* Amazon AppFlow sends all calls to Salesforce over the private network. *

*

* These private calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their * fields. *

    *
  • *
  • *

    * Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records. *

    *
  • *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
false
*
*

* The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public * internet. *

*

* The public calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. *

    *
  • *
  • *

    * Calls to get or refresh access tokens. *

    *
  • *
*

* The private calls are: *

*
    *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
* * @return If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow * uses the private network to send metadata and authorization calls to Salesforce. Amazon AppFlow sends * private calls through Amazon Web Services PrivateLink. These calls travel through Amazon Web Services * infrastructure without being exposed to the public internet.

*

* Set either of the following values: *

*
*
true
*
*

* Amazon AppFlow sends all calls to Salesforce over the private network. *

*

* These private calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and * their fields. *

    *
  • *
  • *

    * Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records. *

    *
  • *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*
false
*
*

* The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the * public internet. *

*

* The public calls are: *

*
    *
  • *

    * Calls to get metadata about your Salesforce records. *

    *
  • *
  • *

    * Calls to get or refresh access tokens. *

    *
  • *
*

* The private calls are: *

*
    *
  • *

    * Calls to transfer your Salesforce records as part of a flow run. *

    *
  • *
*
*/ public Boolean isUsePrivateLinkForMetadataAndAuthorization() { return this.usePrivateLinkForMetadataAndAuthorization; } /** * Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be * redacted from this string using a placeholder value. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getInstanceUrl() != null) sb.append("InstanceUrl: ").append(getInstanceUrl()).append(","); if (getIsSandboxEnvironment() != null) sb.append("IsSandboxEnvironment: ").append(getIsSandboxEnvironment()).append(","); if (getUsePrivateLinkForMetadataAndAuthorization() != null) sb.append("UsePrivateLinkForMetadataAndAuthorization: ").append(getUsePrivateLinkForMetadataAndAuthorization()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof SalesforceConnectorProfileProperties == false) return false; SalesforceConnectorProfileProperties other = (SalesforceConnectorProfileProperties) obj; if (other.getInstanceUrl() == null ^ this.getInstanceUrl() == null) return false; if (other.getInstanceUrl() != null && other.getInstanceUrl().equals(this.getInstanceUrl()) == false) return false; if (other.getIsSandboxEnvironment() == null ^ this.getIsSandboxEnvironment() == null) return false; if (other.getIsSandboxEnvironment() != null && other.getIsSandboxEnvironment().equals(this.getIsSandboxEnvironment()) == false) return false; if (other.getUsePrivateLinkForMetadataAndAuthorization() == null ^ this.getUsePrivateLinkForMetadataAndAuthorization() == null) return false; if (other.getUsePrivateLinkForMetadataAndAuthorization() != null && other.getUsePrivateLinkForMetadataAndAuthorization().equals(this.getUsePrivateLinkForMetadataAndAuthorization()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getInstanceUrl() == null) ? 0 : getInstanceUrl().hashCode()); hashCode = prime * hashCode + ((getIsSandboxEnvironment() == null) ? 0 : getIsSandboxEnvironment().hashCode()); hashCode = prime * hashCode + ((getUsePrivateLinkForMetadataAndAuthorization() == null) ? 0 : getUsePrivateLinkForMetadataAndAuthorization().hashCode()); return hashCode; } @Override public SalesforceConnectorProfileProperties clone() { try { return (SalesforceConnectorProfileProperties) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } @com.amazonaws.annotation.SdkInternalApi @Override public void marshall(ProtocolMarshaller protocolMarshaller) { com.amazonaws.services.appflow.model.transform.SalesforceConnectorProfilePropertiesMarshaller.getInstance().marshall(this, protocolMarshaller); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy