@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SalesforceConnectorProfileProperties extends Object implements Serializable, Cloneable, StructuredPojo
The connector-specific profile properties required when using Salesforce.
| Constructor and Description |
|---|
SalesforceConnectorProfileProperties() |
| Modifier and Type | Method and Description |
|---|---|
SalesforceConnectorProfileProperties |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceUrl()
The location of the Salesforce resource.
|
Boolean |
getIsSandboxEnvironment()
Indicates whether the connector profile applies to a sandbox or production environment.
|
int |
hashCode() |
Boolean |
isSandboxEnvironment()
Indicates whether the connector profile applies to a sandbox or production environment.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInstanceUrl(String instanceUrl)
The location of the Salesforce resource.
|
void |
setIsSandboxEnvironment(Boolean isSandboxEnvironment)
Indicates whether the connector profile applies to a sandbox or production environment.
|
String |
toString()
Returns a string representation of this object.
|
SalesforceConnectorProfileProperties |
withInstanceUrl(String instanceUrl)
The location of the Salesforce resource.
|
SalesforceConnectorProfileProperties |
withIsSandboxEnvironment(Boolean isSandboxEnvironment)
Indicates whether the connector profile applies to a sandbox or production environment.
|
public SalesforceConnectorProfileProperties()
public void setInstanceUrl(String instanceUrl)
The location of the Salesforce resource.
instanceUrl - The location of the Salesforce resource.public String getInstanceUrl()
The location of the Salesforce resource.
public SalesforceConnectorProfileProperties withInstanceUrl(String instanceUrl)
The location of the Salesforce resource.
instanceUrl - The location of the Salesforce resource.public void setIsSandboxEnvironment(Boolean isSandboxEnvironment)
Indicates whether the connector profile applies to a sandbox or production environment.
isSandboxEnvironment - Indicates whether the connector profile applies to a sandbox or production environment.public Boolean getIsSandboxEnvironment()
Indicates whether the connector profile applies to a sandbox or production environment.
public SalesforceConnectorProfileProperties withIsSandboxEnvironment(Boolean isSandboxEnvironment)
Indicates whether the connector profile applies to a sandbox or production environment.
isSandboxEnvironment - Indicates whether the connector profile applies to a sandbox or production environment.public Boolean isSandboxEnvironment()
Indicates whether the connector profile applies to a sandbox or production environment.
public String toString()
toString in class ObjectObject.toString()public SalesforceConnectorProfileProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.