AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::CustomerProfiles::Model::SalesforceSourceProperties Class Reference

#include <SalesforceSourceProperties.h>

Public Member Functions

AWS_CUSTOMERPROFILES_API SalesforceSourceProperties ()=default
 
AWS_CUSTOMERPROFILES_API SalesforceSourceProperties (Aws::Utils::Json::JsonView jsonValue)
 
AWS_CUSTOMERPROFILES_API SalesforceSourcePropertiesoperator= (Aws::Utils::Json::JsonView jsonValue)
 
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize () const
 
const Aws::StringGetObject () const
 
bool ObjectHasBeenSet () const
 
template<typename ObjectT = Aws::String>
void SetObject (ObjectT &&value)
 
template<typename ObjectT = Aws::String>
 
 
 
void SetEnableDynamicFieldUpdate (bool value)
 
 
 
 
void SetIncludeDeletedRecords (bool value)
 
 

Detailed Description

The properties that are applied when Salesforce is being used as a source.

See Also:

AWS API Reference

Definition at line 32 of file SalesforceSourceProperties.h.

Constructor & Destructor Documentation

◆ SalesforceSourceProperties() [1/2]

AWS_CUSTOMERPROFILES_API Aws::CustomerProfiles::Model::SalesforceSourceProperties::SalesforceSourceProperties ( )
default

◆ SalesforceSourceProperties() [2/2]

AWS_CUSTOMERPROFILES_API Aws::CustomerProfiles::Model::SalesforceSourceProperties::SalesforceSourceProperties ( Aws::Utils::Json::JsonView  jsonValue)

Member Function Documentation

◆ EnableDynamicFieldUpdateHasBeenSet()

bool Aws::CustomerProfiles::Model::SalesforceSourceProperties::EnableDynamicFieldUpdateHasBeenSet ( ) const
inline

The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

Definition at line 59 of file SalesforceSourceProperties.h.

◆ GetEnableDynamicFieldUpdate()

bool Aws::CustomerProfiles::Model::SalesforceSourceProperties::GetEnableDynamicFieldUpdate ( ) const
inline

The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

Definition at line 58 of file SalesforceSourceProperties.h.

◆ GetIncludeDeletedRecords()

bool Aws::CustomerProfiles::Model::SalesforceSourceProperties::GetIncludeDeletedRecords ( ) const
inline

Indicates whether Amazon AppFlow includes deleted files in the flow run.

Definition at line 68 of file SalesforceSourceProperties.h.

◆ GetObject()

const Aws::String & Aws::CustomerProfiles::Model::SalesforceSourceProperties::GetObject ( ) const
inline

The object specified in the Salesforce flow source.

Definition at line 45 of file SalesforceSourceProperties.h.

◆ IncludeDeletedRecordsHasBeenSet()

bool Aws::CustomerProfiles::Model::SalesforceSourceProperties::IncludeDeletedRecordsHasBeenSet ( ) const
inline

Indicates whether Amazon AppFlow includes deleted files in the flow run.

Definition at line 69 of file SalesforceSourceProperties.h.

◆ Jsonize()

AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Aws::CustomerProfiles::Model::SalesforceSourceProperties::Jsonize ( ) const

◆ ObjectHasBeenSet()

bool Aws::CustomerProfiles::Model::SalesforceSourceProperties::ObjectHasBeenSet ( ) const
inline

The object specified in the Salesforce flow source.

Definition at line 46 of file SalesforceSourceProperties.h.

◆ operator=()

AWS_CUSTOMERPROFILES_API SalesforceSourceProperties & Aws::CustomerProfiles::Model::SalesforceSourceProperties::operator= ( Aws::Utils::Json::JsonView  jsonValue)

◆ SetEnableDynamicFieldUpdate()

void Aws::CustomerProfiles::Model::SalesforceSourceProperties::SetEnableDynamicFieldUpdate ( bool  value)
inline

The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

Definition at line 60 of file SalesforceSourceProperties.h.

◆ SetIncludeDeletedRecords()

void Aws::CustomerProfiles::Model::SalesforceSourceProperties::SetIncludeDeletedRecords ( bool  value)
inline

Indicates whether Amazon AppFlow includes deleted files in the flow run.

Definition at line 70 of file SalesforceSourceProperties.h.

◆ SetObject()

template<typename ObjectT = Aws::String>
void Aws::CustomerProfiles::Model::SalesforceSourceProperties::SetObject ( ObjectT &&  value)
inline

The object specified in the Salesforce flow source.

Definition at line 48 of file SalesforceSourceProperties.h.

◆ WithEnableDynamicFieldUpdate()

SalesforceSourceProperties & Aws::CustomerProfiles::Model::SalesforceSourceProperties::WithEnableDynamicFieldUpdate ( bool  value)
inline

The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

Definition at line 61 of file SalesforceSourceProperties.h.

◆ WithIncludeDeletedRecords()

SalesforceSourceProperties & Aws::CustomerProfiles::Model::SalesforceSourceProperties::WithIncludeDeletedRecords ( bool  value)
inline

Indicates whether Amazon AppFlow includes deleted files in the flow run.

Definition at line 71 of file SalesforceSourceProperties.h.

◆ WithObject()

template<typename ObjectT = Aws::String>
SalesforceSourceProperties & Aws::CustomerProfiles::Model::SalesforceSourceProperties::WithObject ( ObjectT &&  value)
inline

The object specified in the Salesforce flow source.

Definition at line 50 of file SalesforceSourceProperties.h.


The documentation for this class was generated from the following file: