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; }
70 template<
typename ArnT = Aws::String>
71 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
72 template<
typename ArnT = Aws::String>
82 template<
typename CreatedTimeT = Aws::Utils::DateTime>
83 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
84 template<
typename CreatedTimeT = Aws::Utils::DateTime>
94 template<
typename DescriptionT = Aws::String>
95 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
96 template<
typename DescriptionT = Aws::String>
106 inline void SetExperimentCount(
long long value) { m_experimentCountHasBeenSet =
true; m_experimentCount = value; }
116 inline void SetFeatureCount(
long long value) { m_featureCountHasBeenSet =
true; m_featureCount = value; }
126 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
127 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
128 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
139 inline void SetLaunchCount(
long long value) { m_launchCountHasBeenSet =
true; m_launchCount = value; }
149 template<
typename NameT = Aws::String>
150 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
151 template<
typename NameT = Aws::String>
171 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
172 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
173 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
175 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
177 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
182 long long m_activeExperimentCount{0};
183 bool m_activeExperimentCountHasBeenSet =
false;
185 long long m_activeLaunchCount{0};
186 bool m_activeLaunchCountHasBeenSet =
false;
189 bool m_arnHasBeenSet =
false;
192 bool m_createdTimeHasBeenSet =
false;
195 bool m_descriptionHasBeenSet =
false;
197 long long m_experimentCount{0};
198 bool m_experimentCountHasBeenSet =
false;
200 long long m_featureCount{0};
201 bool m_featureCountHasBeenSet =
false;
204 bool m_lastUpdatedTimeHasBeenSet =
false;
206 long long m_launchCount{0};
207 bool m_launchCountHasBeenSet =
false;
210 bool m_nameHasBeenSet =
false;
213 bool m_statusHasBeenSet =
false;
216 bool m_tagsHasBeenSet =
false;
ProjectSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool LastUpdatedTimeHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetName() const
AWS_CLOUDWATCHEVIDENTLY_API Aws::Utils::Json::JsonValue Jsonize() const
ProjectStatus GetStatus() const
bool ArnHasBeenSet() const
void SetFeatureCount(long long value)
long long GetExperimentCount() const
ProjectSummary & WithTags(TagsT &&value)
const Aws::String & GetArn() const
ProjectSummary & WithDescription(DescriptionT &&value)
ProjectSummary & WithFeatureCount(long long value)
void SetCreatedTime(CreatedTimeT &&value)
void SetStatus(ProjectStatus value)
ProjectSummary & WithActiveLaunchCount(long long value)
void SetLaunchCount(long long value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool FeatureCountHasBeenSet() const
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
void SetActiveExperimentCount(long long value)
ProjectSummary & WithCreatedTime(CreatedTimeT &&value)
ProjectSummary & WithArn(ArnT &&value)
ProjectSummary & WithLaunchCount(long long value)
bool LaunchCountHasBeenSet() const
void SetName(NameT &&value)
bool StatusHasBeenSet() const
bool ExperimentCountHasBeenSet() const
ProjectSummary & WithName(NameT &&value)
const Aws::Utils::DateTime & GetLastUpdatedTime() const
AWS_CLOUDWATCHEVIDENTLY_API ProjectSummary()=default
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)
bool DescriptionHasBeenSet() const
ProjectSummary & WithStatus(ProjectStatus value)
bool TagsHasBeenSet() const
long long GetFeatureCount() const
long long GetActiveLaunchCount() const
void SetArn(ArnT &&value)
AWS_CLOUDWATCHEVIDENTLY_API ProjectSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTags(TagsT &&value)
ProjectSummary & WithActiveExperimentCount(long long value)
ProjectSummary & WithExperimentCount(long long value)
void SetActiveLaunchCount(long long value)
long long GetActiveExperimentCount() const
ProjectSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
bool ActiveExperimentCountHasBeenSet() const
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