@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public SalesforceConnectorProfileProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.