7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename DomainNameT = Aws::String>
45 m_domainNameHasBeenSet =
true;
46 m_domainName = std::forward<DomainNameT>(value);
48 template <
typename DomainNameT = Aws::String>
61 template <
typename RecommenderNameT = Aws::String>
63 m_recommenderNameHasBeenSet =
true;
64 m_recommenderName = std::forward<RecommenderNameT>(value);
66 template <
typename RecommenderNameT = Aws::String>
80 template <
typename ContextT = Aws::Map<Aws::String, Aws::String>>
82 m_contextHasBeenSet =
true;
83 m_context = std::forward<ContextT>(value);
85 template <
typename ContextT = Aws::Map<Aws::String, Aws::String>>
90 template <
typename ContextKeyT = Aws::String,
typename ContextValueT = Aws::String>
92 m_contextHasBeenSet =
true;
93 m_context.emplace(std::forward<ContextKeyT>(key), std::forward<ContextValueT>(value));
103 bool m_domainNameHasBeenSet =
false;
104 bool m_recommenderNameHasBeenSet =
false;
105 bool m_contextHasBeenSet =
false;
bool DomainNameHasBeenSet() const
void SetRecommenderName(RecommenderNameT &&value)
AWS_CONNECT_API RecommenderConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetContext() const
void SetDomainName(DomainNameT &&value)
RecommenderConfig & WithDomainName(DomainNameT &&value)
RecommenderConfig & WithContext(ContextT &&value)
AWS_CONNECT_API RecommenderConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDomainName() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API RecommenderConfig()=default
RecommenderConfig & AddContext(ContextKeyT &&key, ContextValueT &&value)
bool ContextHasBeenSet() const
bool RecommenderNameHasBeenSet() const
RecommenderConfig & WithRecommenderName(RecommenderNameT &&value)
const Aws::String & GetRecommenderName() const
void SetContext(ContextT &&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