7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/DataTransferApi.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename EntityNameT = Aws::String>
45 m_entityNameHasBeenSet =
true;
46 m_entityName = std::forward<EntityNameT>(value);
48 template <
typename EntityNameT = Aws::String>
62 template <
typename CustomPropertiesT = Aws::Map<Aws::String, Aws::String>>
64 m_customPropertiesHasBeenSet =
true;
65 m_customProperties = std::forward<CustomPropertiesT>(value);
67 template <
typename CustomPropertiesT = Aws::Map<Aws::String, Aws::String>>
72 template <
typename CustomPropertiesKeyT = Aws::String,
typename CustomPropertiesValueT = Aws::String>
74 m_customPropertiesHasBeenSet =
true;
75 m_customProperties.emplace(std::forward<CustomPropertiesKeyT>(key), std::forward<CustomPropertiesValueT>(value));
87 template <
typename DataTransferApiT = DataTransferApi>
89 m_dataTransferApiHasBeenSet =
true;
90 m_dataTransferApi = std::forward<DataTransferApiT>(value);
92 template <
typename DataTransferApiT = DataTransferApi>
104 bool m_entityNameHasBeenSet =
false;
105 bool m_customPropertiesHasBeenSet =
false;
106 bool m_dataTransferApiHasBeenSet =
false;
bool EntityNameHasBeenSet() const
CustomConnectorSourceProperties & WithCustomProperties(CustomPropertiesT &&value)
AWS_APPFLOW_API CustomConnectorSourceProperties(Aws::Utils::Json::JsonView jsonValue)
bool DataTransferApiHasBeenSet() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
bool CustomPropertiesHasBeenSet() const
CustomConnectorSourceProperties & WithDataTransferApi(DataTransferApiT &&value)
AWS_APPFLOW_API CustomConnectorSourceProperties()=default
const DataTransferApi & GetDataTransferApi() const
void SetCustomProperties(CustomPropertiesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetCustomProperties() const
CustomConnectorSourceProperties & AddCustomProperties(CustomPropertiesKeyT &&key, CustomPropertiesValueT &&value)
const Aws::String & GetEntityName() const
void SetDataTransferApi(DataTransferApiT &&value)
void SetEntityName(EntityNameT &&value)
CustomConnectorSourceProperties & WithEntityName(EntityNameT &&value)
AWS_APPFLOW_API CustomConnectorSourceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue