7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/evidently/CloudWatchEvidentlyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchEvidently
43 inline void SetExperiment(
const char* value) { m_experimentHasBeenSet =
true; m_experiment.assign(value); }
57 inline void SetProject(
const char* value) { m_projectHasBeenSet =
true; m_project.assign(value); }
65 bool m_experimentHasBeenSet =
false;
68 bool m_projectHasBeenSet =
false;
bool ExperimentHasBeenSet() const
GetExperimentRequest & WithExperiment(Aws::String &&value)
GetExperimentRequest & WithProject(Aws::String &&value)
GetExperimentRequest & WithProject(const Aws::String &value)
void SetProject(Aws::String &&value)
GetExperimentRequest & WithExperiment(const Aws::String &value)
bool ProjectHasBeenSet() const
AWS_CLOUDWATCHEVIDENTLY_API GetExperimentRequest()
const Aws::String & GetExperiment() const
GetExperimentRequest & WithProject(const char *value)
virtual const char * GetServiceRequestName() const override
void SetExperiment(Aws::String &&value)
void SetProject(const char *value)
const Aws::String & GetProject() const
void SetExperiment(const Aws::String &value)
void SetProject(const Aws::String &value)
GetExperimentRequest & WithExperiment(const char *value)
void SetExperiment(const char *value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String