7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/evidently/model/ProjectStatus.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
24namespace CloudWatchEvidently
50 inline void SetActiveExperimentCount(
long long value) { m_activeExperimentCountHasBeenSet =
true; m_activeExperimentCount = value; }
60 inline void SetActiveLaunchCount(
long long value) { m_activeLaunchCountHasBeenSet =
true; m_activeLaunchCount = value; }
71 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
72 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
98 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
110 inline void SetExperimentCount(
long long value) { m_experimentCountHasBeenSet =
true; m_experimentCount = value; }
120 inline void SetFeatureCount(
long long value) { m_featureCountHasBeenSet =
true; m_featureCount = value; }
143 inline void SetLaunchCount(
long long value) { m_launchCountHasBeenSet =
true; m_launchCount = value; }
155 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
189 inline ProjectSummary&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
193 long long m_activeExperimentCount;
194 bool m_activeExperimentCountHasBeenSet =
false;
196 long long m_activeLaunchCount;
197 bool m_activeLaunchCountHasBeenSet =
false;
200 bool m_arnHasBeenSet =
false;
203 bool m_createdTimeHasBeenSet =
false;
206 bool m_descriptionHasBeenSet =
false;
208 long long m_experimentCount;
209 bool m_experimentCountHasBeenSet =
false;
211 long long m_featureCount;
212 bool m_featureCountHasBeenSet =
false;
215 bool m_lastUpdatedTimeHasBeenSet =
false;
217 long long m_launchCount;
218 bool m_launchCountHasBeenSet =
false;
221 bool m_nameHasBeenSet =
false;
224 bool m_statusHasBeenSet =
false;
227 bool m_tagsHasBeenSet =
false;
ProjectSummary & WithDescription(const char *value)
void SetName(const Aws::String &value)
bool LastUpdatedTimeHasBeenSet() const
ProjectSummary & WithCreatedTime(Aws::Utils::DateTime &&value)
const Aws::String & GetDescription() const
const Aws::String & GetName() const
ProjectSummary & WithName(const Aws::String &value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::Utils::Json::JsonValue Jsonize() const
bool ArnHasBeenSet() const
void SetFeatureCount(long long value)
long long GetExperimentCount() const
AWS_CLOUDWATCHEVIDENTLY_API ProjectSummary()
ProjectSummary & AddTags(const char *key, Aws::String &&value)
void SetName(const char *value)
void SetStatus(const ProjectStatus &value)
void SetName(Aws::String &&value)
ProjectSummary & WithArn(const Aws::String &value)
const Aws::String & GetArn() const
ProjectSummary & AddTags(const Aws::String &key, const Aws::String &value)
ProjectSummary & WithFeatureCount(long long value)
void SetArn(const Aws::String &value)
ProjectSummary & WithArn(const char *value)
ProjectSummary & WithCreatedTime(const Aws::Utils::DateTime &value)
ProjectSummary & WithActiveLaunchCount(long long value)
void SetLastUpdatedTime(const Aws::Utils::DateTime &value)
void SetLaunchCount(long long value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool FeatureCountHasBeenSet() const
const ProjectStatus & GetStatus() const
ProjectSummary & WithName(const char *value)
bool NameHasBeenSet() const
ProjectSummary & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
void SetActiveExperimentCount(long long value)
ProjectSummary & AddTags(Aws::String &&key, const Aws::String &value)
ProjectSummary & WithLaunchCount(long long value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
ProjectSummary & WithDescription(const Aws::String &value)
ProjectSummary & WithName(Aws::String &&value)
void SetArn(const char *value)
bool LaunchCountHasBeenSet() const
ProjectSummary & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
ProjectSummary & WithArn(Aws::String &&value)
void SetDescription(Aws::String &&value)
bool StatusHasBeenSet() const
bool ExperimentCountHasBeenSet() const
ProjectSummary & AddTags(const char *key, const char *value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
ProjectSummary & WithDescription(Aws::String &&value)
ProjectSummary & AddTags(Aws::String &&key, Aws::String &&value)
ProjectSummary & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
void SetArn(Aws::String &&value)
bool CreatedTimeHasBeenSet() const
void SetExperimentCount(long long value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_CLOUDWATCHEVIDENTLY_API ProjectSummary(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(const Aws::String &value)
ProjectSummary & WithStatus(const ProjectStatus &value)
bool DescriptionHasBeenSet() const
void SetLastUpdatedTime(Aws::Utils::DateTime &&value)
ProjectSummary & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
ProjectSummary & WithStatus(ProjectStatus &&value)
bool TagsHasBeenSet() const
ProjectSummary & AddTags(Aws::String &&key, const char *value)
void SetDescription(const char *value)
long long GetFeatureCount() const
long long GetActiveLaunchCount() const
AWS_CLOUDWATCHEVIDENTLY_API ProjectSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(ProjectStatus &&value)
ProjectSummary & AddTags(const Aws::String &key, Aws::String &&value)
ProjectSummary & WithActiveExperimentCount(long long value)
ProjectSummary & WithExperimentCount(long long value)
void SetActiveLaunchCount(long long value)
long long GetActiveExperimentCount() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
bool ActiveExperimentCountHasBeenSet() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
long long GetLaunchCount() const
bool ActiveLaunchCountHasBeenSet() 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