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>
75 bool m_profilePropertiesHasBeenSet =
false;
78 bool m_oAuth2PropertiesHasBeenSet =
false;
CustomConnectorProfileProperties & WithOAuth2Properties(OAuth2Properties &&value)
bool ProfilePropertiesHasBeenSet() const
AWS_APPFLOW_API CustomConnectorProfileProperties()
CustomConnectorProfileProperties & AddProfileProperties(Aws::String &&key, Aws::String &&value)
CustomConnectorProfileProperties & AddProfileProperties(const Aws::String &key, Aws::String &&value)
CustomConnectorProfileProperties & AddProfileProperties(Aws::String &&key, const char *value)
CustomConnectorProfileProperties & AddProfileProperties(const Aws::String &key, const Aws::String &value)
const OAuth2Properties & GetOAuth2Properties() const
CustomConnectorProfileProperties & WithProfileProperties(const Aws::Map< Aws::String, Aws::String > &value)
CustomConnectorProfileProperties & AddProfileProperties(Aws::String &&key, const Aws::String &value)
AWS_APPFLOW_API CustomConnectorProfileProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomConnectorProfileProperties & AddProfileProperties(const char *key, Aws::String &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOAuth2Properties(OAuth2Properties &&value)
void SetProfileProperties(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Map< Aws::String, Aws::String > & GetProfileProperties() const
AWS_APPFLOW_API CustomConnectorProfileProperties(Aws::Utils::Json::JsonView jsonValue)
CustomConnectorProfileProperties & AddProfileProperties(const char *key, const char *value)
void SetOAuth2Properties(const OAuth2Properties &value)
bool OAuth2PropertiesHasBeenSet() const
CustomConnectorProfileProperties & WithProfileProperties(Aws::Map< Aws::String, Aws::String > &&value)
CustomConnectorProfileProperties & WithOAuth2Properties(const OAuth2Properties &value)
void SetProfileProperties(Aws::Map< Aws::String, Aws::String > &&value)
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