7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/appflow/model/OAuth2Properties.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ProfilePropertiesT = Aws::Map<Aws::String, Aws::String>>
51 void SetProfileProperties(ProfilePropertiesT&& value) { m_profilePropertiesHasBeenSet =
true; m_profileProperties = std::forward<ProfilePropertiesT>(value); }
52 template<
typename ProfilePropertiesT = Aws::Map<Aws::String, Aws::String>>
54 template<
typename ProfilePropertiesKeyT = Aws::String,
typename ProfilePropertiesValueT = Aws::String>
56 m_profilePropertiesHasBeenSet =
true; m_profileProperties.emplace(std::forward<ProfilePropertiesKeyT>(key), std::forward<ProfilePropertiesValueT>(value));
return *
this;
64 template<
typename OAuth2PropertiesT = OAuth2Properties>
65 void SetOAuth2Properties(OAuth2PropertiesT&& value) { m_oAuth2PropertiesHasBeenSet =
true; m_oAuth2Properties = std::forward<OAuth2PropertiesT>(value); }
66 template<
typename OAuth2PropertiesT = OAuth2Properties>
72 bool m_profilePropertiesHasBeenSet =
false;
75 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