@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SalesforceMetadata extends Object implements Serializable, Cloneable, StructuredPojo
The connector metadata specific to Salesforce.
| Constructor and Description |
|---|
SalesforceMetadata() |
| Modifier and Type | Method and Description |
|---|---|
SalesforceMetadata |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDataTransferApis()
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
|
List<String> |
getOAuthScopes()
The desired authorization scope for the Salesforce account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDataTransferApis(Collection<String> dataTransferApis)
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
|
void |
setOAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Salesforce account.
|
String |
toString()
Returns a string representation of this object.
|
SalesforceMetadata |
withDataTransferApis(Collection<String> dataTransferApis)
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
|
SalesforceMetadata |
withDataTransferApis(SalesforceDataTransferApi... dataTransferApis)
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
|
SalesforceMetadata |
withDataTransferApis(String... dataTransferApis)
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
|
SalesforceMetadata |
withOAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Salesforce account.
|
SalesforceMetadata |
withOAuthScopes(String... oAuthScopes)
The desired authorization scope for the Salesforce account.
|
public List<String> getOAuthScopes()
The desired authorization scope for the Salesforce account.
public void setOAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Salesforce account.
oAuthScopes - The desired authorization scope for the Salesforce account.public SalesforceMetadata withOAuthScopes(String... oAuthScopes)
The desired authorization scope for the Salesforce account.
NOTE: This method appends the values to the existing list (if any). Use
setOAuthScopes(java.util.Collection) or withOAuthScopes(java.util.Collection) if you want to
override the existing values.
oAuthScopes - The desired authorization scope for the Salesforce account.public SalesforceMetadata withOAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Salesforce account.
oAuthScopes - The desired authorization scope for the Salesforce account.public List<String> getDataTransferApis()
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
SalesforceDataTransferApipublic void setDataTransferApis(Collection<String> dataTransferApis)
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
dataTransferApis - The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from
Salesforce.SalesforceDataTransferApipublic SalesforceMetadata withDataTransferApis(String... dataTransferApis)
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
NOTE: This method appends the values to the existing list (if any). Use
setDataTransferApis(java.util.Collection) or withDataTransferApis(java.util.Collection) if you
want to override the existing values.
dataTransferApis - The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from
Salesforce.SalesforceDataTransferApipublic SalesforceMetadata withDataTransferApis(Collection<String> dataTransferApis)
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
dataTransferApis - The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from
Salesforce.SalesforceDataTransferApipublic SalesforceMetadata withDataTransferApis(SalesforceDataTransferApi... dataTransferApis)
The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
dataTransferApis - The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from
Salesforce.SalesforceDataTransferApipublic String toString()
toString in class ObjectObject.toString()public SalesforceMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.