7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/OAuth2Properties.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename ProfilePropertiesT = Aws::Map<Aws::String, Aws::String>>
46 m_profilePropertiesHasBeenSet =
true;
47 m_profileProperties = std::forward<ProfilePropertiesT>(value);
49 template <
typename ProfilePropertiesT = Aws::Map<Aws::String, Aws::String>>
54 template <
typename ProfilePropertiesKeyT = Aws::String,
typename ProfilePropertiesValueT = Aws::String>
56 m_profilePropertiesHasBeenSet =
true;
57 m_profileProperties.emplace(std::forward<ProfilePropertiesKeyT>(key), std::forward<ProfilePropertiesValueT>(value));
66 template <
typename OAuth2PropertiesT = OAuth2Properties>
68 m_oAuth2PropertiesHasBeenSet =
true;
69 m_oAuth2Properties = std::forward<OAuth2PropertiesT>(value);
71 template <
typename OAuth2PropertiesT = OAuth2Properties>
81 bool m_profilePropertiesHasBeenSet =
false;
82 bool m_oAuth2PropertiesHasBeenSet =
false;
bool ProfilePropertiesHasBeenSet() const
AWS_APPFLOW_API CustomConnectorProfileProperties()=default
CustomConnectorProfileProperties & WithProfileProperties(ProfilePropertiesT &&value)
void SetOAuth2Properties(OAuth2PropertiesT &&value)
const OAuth2Properties & GetOAuth2Properties() const
AWS_APPFLOW_API CustomConnectorProfileProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomConnectorProfileProperties & WithOAuth2Properties(OAuth2PropertiesT &&value)
CustomConnectorProfileProperties & AddProfileProperties(ProfilePropertiesKeyT &&key, ProfilePropertiesValueT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::String > & GetProfileProperties() const
AWS_APPFLOW_API CustomConnectorProfileProperties(Aws::Utils::Json::JsonView jsonValue)
bool OAuth2PropertiesHasBeenSet() const
void SetProfileProperties(ProfilePropertiesT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue