7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/evidently/CloudWatchEvidentlyRequest.h>
9#include <aws/evidently/model/ExperimentStopDesiredState.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CloudWatchEvidently
57 inline void SetExperiment(
const char* value) { m_experimentHasBeenSet =
true; m_experiment.assign(value); }
71 inline void SetProject(
const char* value) { m_projectHasBeenSet =
true; m_project.assign(value); }
85 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
93 bool m_desiredStateHasBeenSet =
false;
96 bool m_experimentHasBeenSet =
false;
99 bool m_projectHasBeenSet =
false;
102 bool m_reasonHasBeenSet =
false;
StopExperimentRequest & WithDesiredState(ExperimentStopDesiredState &&value)
void SetProject(Aws::String &&value)
StopExperimentRequest & WithExperiment(Aws::String &&value)
StopExperimentRequest & WithExperiment(const Aws::String &value)
StopExperimentRequest & WithDesiredState(const ExperimentStopDesiredState &value)
void SetExperiment(const char *value)
void SetReason(Aws::String &&value)
void SetProject(const char *value)
void SetReason(const char *value)
StopExperimentRequest & WithProject(Aws::String &&value)
void SetExperiment(Aws::String &&value)
bool DesiredStateHasBeenSet() const
const Aws::String & GetExperiment() const
void SetExperiment(const Aws::String &value)
bool ExperimentHasBeenSet() const
StopExperimentRequest & WithReason(const char *value)
StopExperimentRequest & WithProject(const char *value)
AWS_CLOUDWATCHEVIDENTLY_API StopExperimentRequest()
void SetDesiredState(const ExperimentStopDesiredState &value)
bool ReasonHasBeenSet() const
StopExperimentRequest & WithProject(const Aws::String &value)
void SetProject(const Aws::String &value)
const Aws::String & GetProject() const
StopExperimentRequest & WithReason(const Aws::String &value)
StopExperimentRequest & WithExperiment(const char *value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
const Aws::String & GetReason() const
bool ProjectHasBeenSet() const
virtual const char * GetServiceRequestName() const override
StopExperimentRequest & WithReason(Aws::String &&value)
void SetDesiredState(ExperimentStopDesiredState &&value)
void SetReason(const Aws::String &value)
const ExperimentStopDesiredState & GetDesiredState() const
ExperimentStopDesiredState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String