@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> |
getOAuthScopes()
The desired authorization scope for the Salesforce account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Salesforce account.
|
String |
toString()
Returns a string representation of this object.
|
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 String toString()
toString in class ObjectObject.toString()public SalesforceMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.