7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/model/ExperimentDefinitionStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename ApplicationIdT = Aws::String>
45 m_applicationIdHasBeenSet =
true;
46 m_applicationId = std::forward<ApplicationIdT>(value);
48 template <
typename ApplicationIdT = Aws::String>
61 template <
typename IdT = Aws::String>
63 m_idHasBeenSet =
true;
64 m_id = std::forward<IdT>(value);
66 template <
typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
97 template <
typename HypothesisT = Aws::String>
99 m_hypothesisHasBeenSet =
true;
100 m_hypothesis = std::forward<HypothesisT>(value);
102 template <
typename HypothesisT = Aws::String>
116 m_statusHasBeenSet =
true;
131 template <
typename ConfigurationProfileIdT = Aws::String>
133 m_configurationProfileIdHasBeenSet =
true;
134 m_configurationProfileId = std::forward<ConfigurationProfileIdT>(value);
136 template <
typename ConfigurationProfileIdT = Aws::String>
149 template <
typename EnvironmentIdT = Aws::String>
151 m_environmentIdHasBeenSet =
true;
152 m_environmentId = std::forward<EnvironmentIdT>(value);
154 template <
typename EnvironmentIdT = Aws::String>
167 template <
typename FlagKeyT = Aws::String>
169 m_flagKeyHasBeenSet =
true;
170 m_flagKey = std::forward<FlagKeyT>(value);
172 template <
typename FlagKeyT = Aws::String>
186 template <
typename CreatedAtT = Aws::Utils::DateTime>
188 m_createdAtHasBeenSet =
true;
189 m_createdAt = std::forward<CreatedAtT>(value);
191 template <
typename CreatedAtT = Aws::Utils::DateTime>
205 template <
typename UpdatedAtT = Aws::Utils::DateTime>
207 m_updatedAtHasBeenSet =
true;
208 m_updatedAt = std::forward<UpdatedAtT>(value);
210 template <
typename UpdatedAtT = Aws::Utils::DateTime>
236 bool m_applicationIdHasBeenSet =
false;
237 bool m_idHasBeenSet =
false;
238 bool m_nameHasBeenSet =
false;
239 bool m_hypothesisHasBeenSet =
false;
240 bool m_statusHasBeenSet =
false;
241 bool m_configurationProfileIdHasBeenSet =
false;
242 bool m_environmentIdHasBeenSet =
false;
243 bool m_flagKeyHasBeenSet =
false;
244 bool m_createdAtHasBeenSet =
false;
245 bool m_updatedAtHasBeenSet =
false;
const Aws::String & GetFlagKey() const
const Aws::String & GetEnvironmentId() const
bool StatusHasBeenSet() const
const Aws::String & GetId() const
bool UpdatedAtHasBeenSet() const
const Aws::String & GetConfigurationProfileId() const
bool EnvironmentIdHasBeenSet() const
void SetStatus(ExperimentDefinitionStatus value)
ExperimentDefinitionSummary & WithEnvironmentId(EnvironmentIdT &&value)
void SetName(NameT &&value)
AWS_APPCONFIG_API ExperimentDefinitionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ExperimentDefinitionSummary & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetName() const
bool IdHasBeenSet() const
ExperimentDefinitionSummary & WithName(NameT &&value)
ExperimentDefinitionSummary & WithFlagKey(FlagKeyT &&value)
bool NameHasBeenSet() const
const Aws::String & GetHypothesis() const
ExperimentDefinitionSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetApplicationId() const
bool ConfigurationProfileIdHasBeenSet() const
ExperimentDefinitionSummary & WithConfigurationProfileId(ConfigurationProfileIdT &&value)
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
ExperimentDefinitionSummary & WithStatus(ExperimentDefinitionStatus value)
void SetHypothesis(HypothesisT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
ExperimentDefinitionSummary & WithCreatedAt(CreatedAtT &&value)
bool FlagKeyHasBeenSet() const
bool CreatedAtHasBeenSet() const
void SetFlagKey(FlagKeyT &&value)
bool ApplicationIdHasBeenSet() const
void SetEnvironmentId(EnvironmentIdT &&value)
AWS_APPCONFIG_API ExperimentDefinitionSummary()=default
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetApplicationId(ApplicationIdT &&value)
bool HypothesisHasBeenSet() const
ExperimentDefinitionSummary & WithId(IdT &&value)
void SetConfigurationProfileId(ConfigurationProfileIdT &&value)
ExperimentDefinitionStatus GetStatus() const
ExperimentDefinitionSummary & WithHypothesis(HypothesisT &&value)
AWS_APPCONFIG_API ExperimentDefinitionSummary(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedAt(UpdatedAtT &&value)
ExperimentDefinitionStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue