7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint/Pinpoint_EXPORTS.h>
50 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
52 m_attributesHasBeenSet =
true;
53 m_attributes = std::forward<AttributesT>(value);
55 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
60 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
62 m_attributesHasBeenSet =
true;
63 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
75 template <
typename CreationDateT = Aws::String>
77 m_creationDateHasBeenSet =
true;
78 m_creationDate = std::forward<CreationDateT>(value);
80 template <
typename CreationDateT = Aws::String>
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
111 template <
typename IdT = Aws::String>
113 m_idHasBeenSet =
true;
114 m_id = std::forward<IdT>(value);
116 template <
typename IdT = Aws::String>
118 SetId(std::forward<IdT>(value));
130 template <
typename LastModifiedDateT = Aws::String>
132 m_lastModifiedDateHasBeenSet =
true;
133 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
135 template <
typename LastModifiedDateT = Aws::String>
148 template <
typename NameT = Aws::String>
150 m_nameHasBeenSet =
true;
151 m_name = std::forward<NameT>(value);
153 template <
typename NameT = Aws::String>
155 SetName(std::forward<NameT>(value));
177 template <
typename RecommendationProv
iderIdTypeT = Aws::String>
179 m_recommendationProviderIdTypeHasBeenSet =
true;
180 m_recommendationProviderIdType = std::forward<RecommendationProviderIdTypeT>(value);
182 template <
typename RecommendationProv
iderIdTypeT = Aws::String>
197 template <
typename RecommendationProv
iderRoleArnT = Aws::String>
199 m_recommendationProviderRoleArnHasBeenSet =
true;
200 m_recommendationProviderRoleArn = std::forward<RecommendationProviderRoleArnT>(value);
202 template <
typename RecommendationProv
iderRoleArnT = Aws::String>
217 template <
typename RecommendationProv
iderUriT = Aws::String>
219 m_recommendationProviderUriHasBeenSet =
true;
220 m_recommendationProviderUri = std::forward<RecommendationProviderUriT>(value);
222 template <
typename RecommendationProv
iderUriT = Aws::String>
237 template <
typename RecommendationTransformerUriT = Aws::String>
239 m_recommendationTransformerUriHasBeenSet =
true;
240 m_recommendationTransformerUri = std::forward<RecommendationTransformerUriT>(value);
242 template <
typename RecommendationTransformerUriT = Aws::String>
262 template <
typename RecommendationsDisplayNameT = Aws::String>
264 m_recommendationsDisplayNameHasBeenSet =
true;
265 m_recommendationsDisplayName = std::forward<RecommendationsDisplayNameT>(value);
267 template <
typename RecommendationsDisplayNameT = Aws::String>
284 m_recommendationsPerMessageHasBeenSet =
true;
285 m_recommendationsPerMessage = value;
294 bool m_attributesHasBeenSet =
false;
297 bool m_creationDateHasBeenSet =
false;
300 bool m_descriptionHasBeenSet =
false;
303 bool m_idHasBeenSet =
false;
306 bool m_lastModifiedDateHasBeenSet =
false;
309 bool m_nameHasBeenSet =
false;
312 bool m_recommendationProviderIdTypeHasBeenSet =
false;
315 bool m_recommendationProviderRoleArnHasBeenSet =
false;
318 bool m_recommendationProviderUriHasBeenSet =
false;
321 bool m_recommendationTransformerUriHasBeenSet =
false;
324 bool m_recommendationsDisplayNameHasBeenSet =
false;
326 int m_recommendationsPerMessage{0};
327 bool m_recommendationsPerMessageHasBeenSet =
false;
void SetRecommendationProviderUri(RecommendationProviderUriT &&value)
RecommenderConfigurationResponse & WithDescription(DescriptionT &&value)
const Aws::String & GetCreationDate() const
const Aws::String & GetRecommendationTransformerUri() const
RecommenderConfigurationResponse & WithRecommendationProviderIdType(RecommendationProviderIdTypeT &&value)
bool RecommendationsPerMessageHasBeenSet() const
void SetAttributes(AttributesT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
void SetRecommendationProviderRoleArn(RecommendationProviderRoleArnT &&value)
AWS_PINPOINT_API RecommenderConfigurationResponse()=default
const Aws::String & GetDescription() const
RecommenderConfigurationResponse & WithRecommendationsPerMessage(int value)
RecommenderConfigurationResponse & WithName(NameT &&value)
RecommenderConfigurationResponse & WithRecommendationProviderRoleArn(RecommendationProviderRoleArnT &&value)
void SetCreationDate(CreationDateT &&value)
bool RecommendationsDisplayNameHasBeenSet() const
const Aws::String & GetRecommendationProviderUri() const
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
void SetDescription(DescriptionT &&value)
RecommenderConfigurationResponse & WithId(IdT &&value)
const Aws::String & GetId() const
RecommenderConfigurationResponse & WithRecommendationProviderUri(RecommendationProviderUriT &&value)
bool RecommendationProviderIdTypeHasBeenSet() const
void SetName(NameT &&value)
bool LastModifiedDateHasBeenSet() const
RecommenderConfigurationResponse & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
bool CreationDateHasBeenSet() const
bool RecommendationProviderUriHasBeenSet() const
AWS_PINPOINT_API RecommenderConfigurationResponse(Aws::Utils::Json::JsonView jsonValue)
bool RecommendationProviderRoleArnHasBeenSet() const
RecommenderConfigurationResponse & WithRecommendationTransformerUri(RecommendationTransformerUriT &&value)
const Aws::String & GetRecommendationProviderRoleArn() const
RecommenderConfigurationResponse & WithLastModifiedDate(LastModifiedDateT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetLastModifiedDate() const
RecommenderConfigurationResponse & WithRecommendationsDisplayName(RecommendationsDisplayNameT &&value)
AWS_PINPOINT_API RecommenderConfigurationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRecommendationsPerMessage(int value)
int GetRecommendationsPerMessage() const
bool NameHasBeenSet() const
RecommenderConfigurationResponse & WithCreationDate(CreationDateT &&value)
const Aws::String & GetRecommendationProviderIdType() const
bool RecommendationTransformerUriHasBeenSet() const
void SetRecommendationProviderIdType(RecommendationProviderIdTypeT &&value)
void SetRecommendationsDisplayName(RecommendationsDisplayNameT &&value)
bool AttributesHasBeenSet() const
bool IdHasBeenSet() const
RecommenderConfigurationResponse & WithAttributes(AttributesT &&value)
bool DescriptionHasBeenSet() const
void SetRecommendationTransformerUri(RecommendationTransformerUriT &&value)
const Aws::String & GetRecommendationsDisplayName() const
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