7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/DateTime.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetFeatureTransformationArn(
const char* value) { m_featureTransformationArnHasBeenSet =
true; m_featureTransformationArn.assign(value); }
126 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
134 bool m_nameHasBeenSet =
false;
137 bool m_featureTransformationArnHasBeenSet =
false;
140 bool m_defaultParametersHasBeenSet =
false;
143 bool m_creationDateTimeHasBeenSet =
false;
146 bool m_lastUpdatedDateTimeHasBeenSet =
false;
149 bool m_statusHasBeenSet =
false;
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