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 SetFeature(
const char* value) { m_featureHasBeenSet =
true; m_feature.assign(value); }
57 inline void SetProject(
const char* value) { m_projectHasBeenSet =
true; m_project.assign(value); }
65 bool m_featureHasBeenSet =
false;
68 bool m_projectHasBeenSet =
false;
const Aws::String & GetProject() const
GetFeatureRequest & WithFeature(const char *value)
const Aws::String & GetFeature() const
GetFeatureRequest & WithFeature(const Aws::String &value)
void SetProject(const Aws::String &value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
void SetFeature(const Aws::String &value)
GetFeatureRequest & WithFeature(Aws::String &&value)
GetFeatureRequest & WithProject(const char *value)
void SetProject(const char *value)
bool ProjectHasBeenSet() const
AWS_CLOUDWATCHEVIDENTLY_API GetFeatureRequest()
GetFeatureRequest & WithProject(const Aws::String &value)
void SetProject(Aws::String &&value)
void SetFeature(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
GetFeatureRequest & WithProject(Aws::String &&value)
void SetFeature(const char *value)
bool FeatureHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String