7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
12#include <aws/customer-profiles/model/RecommenderSchemaField.h>
13#include <aws/customer-profiles/model/RecommenderSchemaStatus.h>
24namespace CustomerProfiles {
46 template <
typename RecommenderSchemaNameT = Aws::String>
48 m_recommenderSchemaNameHasBeenSet =
true;
49 m_recommenderSchemaName = std::forward<RecommenderSchemaNameT>(value);
51 template <
typename RecommenderSchemaNameT = Aws::String>
64 template <
typename FieldsT = Aws::Map<Aws::String, Aws::Vector<RecommenderSchemaField>>>
66 m_fieldsHasBeenSet =
true;
67 m_fields = std::forward<FieldsT>(value);
69 template <
typename FieldsT = Aws::Map<Aws::String, Aws::Vector<RecommenderSchemaField>>>
74 template <
typename FieldsKeyT = Aws::String,
typename FieldsValueT = Aws::Vector<RecommenderSchemaField>>
76 m_fieldsHasBeenSet =
true;
77 m_fields.emplace(std::forward<FieldsKeyT>(key), std::forward<FieldsValueT>(value));
88 template <
typename CreatedAtT = Aws::Utils::DateTime>
90 m_createdAtHasBeenSet =
true;
91 m_createdAt = std::forward<CreatedAtT>(value);
93 template <
typename CreatedAtT = Aws::Utils::DateTime>
107 m_statusHasBeenSet =
true;
123 bool m_recommenderSchemaNameHasBeenSet =
false;
124 bool m_fieldsHasBeenSet =
false;
125 bool m_createdAtHasBeenSet =
false;
126 bool m_statusHasBeenSet =
false;
RecommenderSchemaSummary & WithRecommenderSchemaName(RecommenderSchemaNameT &&value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetRecommenderSchemaName() const
AWS_CUSTOMERPROFILES_API RecommenderSchemaSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
RecommenderSchemaSummary & AddFields(FieldsKeyT &&key, FieldsValueT &&value)
RecommenderSchemaSummary & WithFields(FieldsT &&value)
AWS_CUSTOMERPROFILES_API RecommenderSchemaSummary()=default
const Aws::Map< Aws::String, Aws::Vector< RecommenderSchemaField > > & GetFields() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool FieldsHasBeenSet() const
RecommenderSchemaSummary & WithStatus(RecommenderSchemaStatus value)
void SetFields(FieldsT &&value)
void SetStatus(RecommenderSchemaStatus value)
AWS_CUSTOMERPROFILES_API RecommenderSchemaSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
RecommenderSchemaStatus GetStatus() const
bool RecommenderSchemaNameHasBeenSet() const
void SetRecommenderSchemaName(RecommenderSchemaNameT &&value)
bool StatusHasBeenSet() const
RecommenderSchemaSummary & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&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