7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/evidently/model/ProjectAppConfigResource.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/evidently/model/ProjectDataDelivery.h>
12#include <aws/evidently/model/ProjectStatus.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
26namespace CloudWatchEvidently
53 inline void SetActiveExperimentCount(
long long value) { m_activeExperimentCountHasBeenSet =
true; m_activeExperimentCount = value; }
63 inline void SetActiveLaunchCount(
long long value) { m_activeLaunchCountHasBeenSet =
true; m_activeLaunchCount = value; }
87 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
88 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
127 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
141 inline void SetExperimentCount(
long long value) { m_experimentCountHasBeenSet =
true; m_experimentCount = value; }
151 inline void SetFeatureCount(
long long value) { m_featureCountHasBeenSet =
true; m_featureCount = value; }
174 inline void SetLaunchCount(
long long value) { m_launchCountHasBeenSet =
true; m_launchCount = value; }
186 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
218 inline Project&
AddTags(
const char* key,
Aws::String&& value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, std::move(value));
return *
this; }
219 inline Project&
AddTags(
Aws::String&& key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(std::move(key), value);
return *
this; }
220 inline Project&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
224 long long m_activeExperimentCount;
225 bool m_activeExperimentCountHasBeenSet =
false;
227 long long m_activeLaunchCount;
228 bool m_activeLaunchCountHasBeenSet =
false;
231 bool m_appConfigResourceHasBeenSet =
false;
234 bool m_arnHasBeenSet =
false;
237 bool m_createdTimeHasBeenSet =
false;
240 bool m_dataDeliveryHasBeenSet =
false;
243 bool m_descriptionHasBeenSet =
false;
245 long long m_experimentCount;
246 bool m_experimentCountHasBeenSet =
false;
248 long long m_featureCount;
249 bool m_featureCountHasBeenSet =
false;
252 bool m_lastUpdatedTimeHasBeenSet =
false;
254 long long m_launchCount;
255 bool m_launchCountHasBeenSet =
false;
258 bool m_nameHasBeenSet =
false;
261 bool m_statusHasBeenSet =
false;
264 bool m_tagsHasBeenSet =
false;
long long GetLaunchCount() const
Project & WithFeatureCount(long long value)
Project & AddTags(const char *key, Aws::String &&value)
long long GetActiveExperimentCount() const
bool TagsHasBeenSet() const
Project & WithActiveLaunchCount(long long value)
void SetAppConfigResource(const ProjectAppConfigResource &value)
Project & WithName(const Aws::String &value)
void SetExperimentCount(long long value)
const Aws::String & GetName() const
const ProjectStatus & GetStatus() const
bool FeatureCountHasBeenSet() const
Project & WithArn(const Aws::String &value)
void SetName(Aws::String &&value)
bool LaunchCountHasBeenSet() const
void SetDescription(const Aws::String &value)
void SetLastUpdatedTime(const Aws::Utils::DateTime &value)
Project & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
Project & WithName(const char *value)
Project & AddTags(Aws::String &&key, Aws::String &&value)
void SetArn(const char *value)
Project & WithName(Aws::String &&value)
Project & WithStatus(const ProjectStatus &value)
Project & WithDescription(Aws::String &&value)
void SetDataDelivery(ProjectDataDelivery &&value)
void SetAppConfigResource(ProjectAppConfigResource &&value)
bool LastUpdatedTimeHasBeenSet() const
bool NameHasBeenSet() const
void SetActiveExperimentCount(long long value)
Project & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::Utils::Json::JsonValue Jsonize() const
Project & AddTags(const char *key, const char *value)
Project & WithLaunchCount(long long value)
AWS_CLOUDWATCHEVIDENTLY_API Project & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExperimentCountHasBeenSet() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
Project & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
void SetStatus(ProjectStatus &&value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
Project & WithDataDelivery(ProjectDataDelivery &&value)
void SetName(const char *value)
AWS_CLOUDWATCHEVIDENTLY_API Project()
const ProjectAppConfigResource & GetAppConfigResource() const
Project & WithArn(const char *value)
long long GetFeatureCount() const
bool ArnHasBeenSet() const
bool AppConfigResourceHasBeenSet() const
Project & WithExperimentCount(long long value)
void SetFeatureCount(long long value)
Project & AddTags(const Aws::String &key, Aws::String &&value)
long long GetExperimentCount() const
bool CreatedTimeHasBeenSet() const
Project & WithActiveExperimentCount(long long value)
Project & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
AWS_CLOUDWATCHEVIDENTLY_API Project(Aws::Utils::Json::JsonView jsonValue)
void SetDataDelivery(const ProjectDataDelivery &value)
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
const Aws::String & GetDescription() const
void SetDescription(Aws::String &&value)
Project & WithAppConfigResource(ProjectAppConfigResource &&value)
void SetActiveLaunchCount(long long value)
Project & WithDescription(const Aws::String &value)
const Aws::String & GetArn() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const ProjectDataDelivery & GetDataDelivery() const
void SetArn(const Aws::String &value)
void SetStatus(const ProjectStatus &value)
Project & AddTags(const Aws::String &key, const Aws::String &value)
void SetArn(Aws::String &&value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
Project & WithCreatedTime(Aws::Utils::DateTime &&value)
void SetName(const Aws::String &value)
Project & WithAppConfigResource(const ProjectAppConfigResource &value)
bool ActiveExperimentCountHasBeenSet() const
Project & WithArn(Aws::String &&value)
void SetDescription(const char *value)
Project & AddTags(Aws::String &&key, const Aws::String &value)
bool DataDeliveryHasBeenSet() const
bool DescriptionHasBeenSet() const
Project & WithStatus(ProjectStatus &&value)
Project & WithDataDelivery(const ProjectDataDelivery &value)
long long GetActiveLaunchCount() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetLaunchCount(long long value)
bool ActiveLaunchCountHasBeenSet() const
Project & WithCreatedTime(const Aws::Utils::DateTime &value)
Project & AddTags(Aws::String &&key, const char *value)
void SetLastUpdatedTime(Aws::Utils::DateTime &&value)
Project & WithDescription(const char *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