@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SalesforceSourceProperties extends Object implements Serializable, Cloneable, StructuredPojo
The properties that are applied when Salesforce is being used as a source.
Constructor and Description |
---|
SalesforceSourceProperties() |
Modifier and Type | Method and Description |
---|---|
SalesforceSourceProperties |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableDynamicFieldUpdate()
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a
flow.
|
Boolean |
getIncludeDeletedRecords()
Indicates whether Amazon AppFlow includes deleted files in the flow run.
|
String |
getObject()
The object specified in the Salesforce flow source.
|
int |
hashCode() |
Boolean |
isEnableDynamicFieldUpdate()
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a
flow.
|
Boolean |
isIncludeDeletedRecords()
Indicates whether Amazon AppFlow includes deleted files in the flow run.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnableDynamicFieldUpdate(Boolean enableDynamicFieldUpdate)
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a
flow.
|
void |
setIncludeDeletedRecords(Boolean includeDeletedRecords)
Indicates whether Amazon AppFlow includes deleted files in the flow run.
|
void |
setObject(String object)
The object specified in the Salesforce flow source.
|
String |
toString()
Returns a string representation of this object.
|
SalesforceSourceProperties |
withEnableDynamicFieldUpdate(Boolean enableDynamicFieldUpdate)
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a
flow.
|
SalesforceSourceProperties |
withIncludeDeletedRecords(Boolean includeDeletedRecords)
Indicates whether Amazon AppFlow includes deleted files in the flow run.
|
SalesforceSourceProperties |
withObject(String object)
The object specified in the Salesforce flow source.
|
public void setObject(String object)
The object specified in the Salesforce flow source.
object
- The object specified in the Salesforce flow source.public String getObject()
The object specified in the Salesforce flow source.
public SalesforceSourceProperties withObject(String object)
The object specified in the Salesforce flow source.
object
- The object specified in the Salesforce flow source.public void setEnableDynamicFieldUpdate(Boolean enableDynamicFieldUpdate)
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
enableDynamicFieldUpdate
- The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while
running a flow.public Boolean getEnableDynamicFieldUpdate()
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
public SalesforceSourceProperties withEnableDynamicFieldUpdate(Boolean enableDynamicFieldUpdate)
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
enableDynamicFieldUpdate
- The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while
running a flow.public Boolean isEnableDynamicFieldUpdate()
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
public void setIncludeDeletedRecords(Boolean includeDeletedRecords)
Indicates whether Amazon AppFlow includes deleted files in the flow run.
includeDeletedRecords
- Indicates whether Amazon AppFlow includes deleted files in the flow run.public Boolean getIncludeDeletedRecords()
Indicates whether Amazon AppFlow includes deleted files in the flow run.
public SalesforceSourceProperties withIncludeDeletedRecords(Boolean includeDeletedRecords)
Indicates whether Amazon AppFlow includes deleted files in the flow run.
includeDeletedRecords
- Indicates whether Amazon AppFlow includes deleted files in the flow run.public Boolean isIncludeDeletedRecords()
Indicates whether Amazon AppFlow includes deleted files in the flow run.
public String toString()
toString
in class Object
Object.toString()
public SalesforceSourceProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.