7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/evidently/CloudWatchEvidentlyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchEvidently
41 template<
typename FeatureT = Aws::String>
42 void SetFeature(FeatureT&& value) { m_featureHasBeenSet =
true; m_feature = std::forward<FeatureT>(value); }
43 template<
typename FeatureT = Aws::String>
53 template<
typename ProjectT = Aws::String>
54 void SetProject(ProjectT&& value) { m_projectHasBeenSet =
true; m_project = std::forward<ProjectT>(value); }
55 template<
typename ProjectT = Aws::String>
61 bool m_featureHasBeenSet =
false;
64 bool m_projectHasBeenSet =
false;
const Aws::String & GetProject() const
GetFeatureRequest & WithFeature(FeatureT &&value)
const Aws::String & GetFeature() const
AWS_CLOUDWATCHEVIDENTLY_API Aws::String SerializePayload() const override
void SetFeature(FeatureT &&value)
void SetProject(ProjectT &&value)
AWS_CLOUDWATCHEVIDENTLY_API GetFeatureRequest()=default
GetFeatureRequest & WithProject(ProjectT &&value)
bool ProjectHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool FeatureHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String