7#include <aws/appconfig/AppConfigRequest.h>
8#include <aws/appconfig/AppConfig_EXPORTS.h>
9#include <aws/appconfig/model/DeploymentParameters.h>
10#include <aws/appconfig/model/TreatmentOverrides.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename ApplicationIdentifierT = Aws::String>
41 m_applicationIdentifierHasBeenSet =
true;
42 m_applicationIdentifier = std::forward<ApplicationIdentifierT>(value);
44 template <
typename ApplicationIdentifierT = Aws::String>
57 template <
typename ExperimentDefinitionIdentifierT = Aws::String>
59 m_experimentDefinitionIdentifierHasBeenSet =
true;
60 m_experimentDefinitionIdentifier = std::forward<ExperimentDefinitionIdentifierT>(value);
62 template <
typename ExperimentDefinitionIdentifierT = Aws::String>
73 inline int GetRun()
const {
return m_run; }
76 m_runHasBeenSet =
true;
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
111 m_exposurePercentageHasBeenSet =
true;
112 m_exposurePercentage = value;
127 template <
typename TreatmentOverr
idesT = TreatmentOverr
ides>
129 m_treatmentOverridesHasBeenSet =
true;
130 m_treatmentOverrides = std::forward<TreatmentOverridesT>(value);
132 template <
typename TreatmentOverr
idesT = TreatmentOverr
ides>
145 template <
typename DeploymentParametersT = DeploymentParameters>
147 m_deploymentParametersHasBeenSet =
true;
148 m_deploymentParameters = std::forward<DeploymentParametersT>(value);
150 template <
typename DeploymentParametersT = DeploymentParameters>
165 double m_exposurePercentage{0.0};
167 TreatmentOverrides m_treatmentOverrides;
169 DeploymentParameters m_deploymentParameters;
170 bool m_applicationIdentifierHasBeenSet =
false;
171 bool m_experimentDefinitionIdentifierHasBeenSet =
false;
172 bool m_runHasBeenSet =
false;
173 bool m_descriptionHasBeenSet =
false;
174 bool m_exposurePercentageHasBeenSet =
false;
175 bool m_treatmentOverridesHasBeenSet =
false;
176 bool m_deploymentParametersHasBeenSet =
false;
bool ApplicationIdentifierHasBeenSet() const
const TreatmentOverrides & GetTreatmentOverrides() const
UpdateExperimentRunRequest & WithDescription(DescriptionT &&value)
bool DeploymentParametersHasBeenSet() const
UpdateExperimentRunRequest & WithExposurePercentage(double value)
bool RunHasBeenSet() const
const Aws::String & GetDescription() const
void SetDeploymentParameters(DeploymentParametersT &&value)
void SetExperimentDefinitionIdentifier(ExperimentDefinitionIdentifierT &&value)
UpdateExperimentRunRequest & WithApplicationIdentifier(ApplicationIdentifierT &&value)
const DeploymentParameters & GetDeploymentParameters() const
AWS_APPCONFIG_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
const Aws::String & GetApplicationIdentifier() const
double GetExposurePercentage() const
bool ExposurePercentageHasBeenSet() const
bool TreatmentOverridesHasBeenSet() const
UpdateExperimentRunRequest & WithDeploymentParameters(DeploymentParametersT &&value)
UpdateExperimentRunRequest & WithRun(int value)
void SetExposurePercentage(double value)
UpdateExperimentRunRequest & WithExperimentDefinitionIdentifier(ExperimentDefinitionIdentifierT &&value)
const Aws::String & GetExperimentDefinitionIdentifier() const
bool ExperimentDefinitionIdentifierHasBeenSet() const
AWS_APPCONFIG_API UpdateExperimentRunRequest()=default
void SetApplicationIdentifier(ApplicationIdentifierT &&value)
void SetTreatmentOverrides(TreatmentOverridesT &&value)
UpdateExperimentRunRequest & WithTreatmentOverrides(TreatmentOverridesT &&value)
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String