7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/CustomerProfilesRequest.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
15namespace CustomerProfiles {
38 template <
typename DomainNameT = Aws::String>
40 m_domainNameHasBeenSet =
true;
41 m_domainName = std::forward<DomainNameT>(value);
43 template <
typename DomainNameT = Aws::String>
57 template <
typename ProfileIdT = Aws::String>
59 m_profileIdHasBeenSet =
true;
60 m_profileId = std::forward<ProfileIdT>(value);
62 template <
typename ProfileIdT = Aws::String>
75 template <
typename RecommenderNameT = Aws::String>
77 m_recommenderNameHasBeenSet =
true;
78 m_recommenderName = std::forward<RecommenderNameT>(value);
80 template <
typename RecommenderNameT = Aws::String>
94 template <
typename ContextT = Aws::Map<Aws::String, Aws::String>>
96 m_contextHasBeenSet =
true;
97 m_context = std::forward<ContextT>(value);
99 template <
typename ContextT = Aws::Map<Aws::String, Aws::String>>
104 template <
typename ContextKeyT = Aws::String,
typename ContextValueT = Aws::String>
106 m_contextHasBeenSet =
true;
107 m_context.emplace(std::forward<ContextKeyT>(key), std::forward<ContextValueT>(value));
119 m_maxResultsHasBeenSet =
true;
120 m_maxResults = value;
137 bool m_domainNameHasBeenSet =
false;
138 bool m_profileIdHasBeenSet =
false;
139 bool m_recommenderNameHasBeenSet =
false;
140 bool m_contextHasBeenSet =
false;
141 bool m_maxResultsHasBeenSet =
false;
void SetDomainName(DomainNameT &&value)
bool MaxResultsHasBeenSet() const
GetProfileRecommendationsRequest & AddContext(ContextKeyT &&key, ContextValueT &&value)
bool ProfileIdHasBeenSet() const
bool RecommenderNameHasBeenSet() const
AWS_CUSTOMERPROFILES_API GetProfileRecommendationsRequest()=default
GetProfileRecommendationsRequest & WithProfileId(ProfileIdT &&value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
bool ContextHasBeenSet() const
const Aws::String & GetDomainName() const
virtual const char * GetServiceRequestName() const override
GetProfileRecommendationsRequest & WithContext(ContextT &&value)
GetProfileRecommendationsRequest & WithMaxResults(int value)
const Aws::String & GetRecommenderName() const
int GetMaxResults() const
void SetMaxResults(int value)
const Aws::String & GetProfileId() const
const Aws::Map< Aws::String, Aws::String > & GetContext() const
void SetRecommenderName(RecommenderNameT &&value)
GetProfileRecommendationsRequest & WithDomainName(DomainNameT &&value)
void SetContext(ContextT &&value)
bool DomainNameHasBeenSet() const
GetProfileRecommendationsRequest & WithRecommenderName(RecommenderNameT &&value)
void SetProfileId(ProfileIdT &&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