7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudWatchEvidently
48 template<
typename DescriptionT = Aws::String>
49 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
50 template<
typename DescriptionT = Aws::String>
60 template<
typename FeatureT = Aws::String>
61 void SetFeature(FeatureT&& value) { m_featureHasBeenSet =
true; m_feature = std::forward<FeatureT>(value); }
62 template<
typename FeatureT = Aws::String>
72 template<
typename NameT = Aws::String>
73 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
74 template<
typename NameT = Aws::String>
84 template<
typename VariationT = Aws::String>
85 void SetVariation(VariationT&& value) { m_variationHasBeenSet =
true; m_variation = std::forward<VariationT>(value); }
86 template<
typename VariationT = Aws::String>
92 bool m_descriptionHasBeenSet =
false;
95 bool m_featureHasBeenSet =
false;
98 bool m_nameHasBeenSet =
false;
101 bool m_variationHasBeenSet =
false;
bool VariationHasBeenSet() const
LaunchGroupConfig & WithFeature(FeatureT &&value)
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
const Aws::String & GetFeature() const
void SetName(NameT &&value)
AWS_CLOUDWATCHEVIDENTLY_API LaunchGroupConfig()=default
AWS_CLOUDWATCHEVIDENTLY_API LaunchGroupConfig(Aws::Utils::Json::JsonView jsonValue)
void SetVariation(VariationT &&value)
LaunchGroupConfig & WithDescription(DescriptionT &&value)
const Aws::String & GetVariation() const
LaunchGroupConfig & WithVariation(VariationT &&value)
AWS_CLOUDWATCHEVIDENTLY_API LaunchGroupConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFeature(FeatureT &&value)
LaunchGroupConfig & WithName(NameT &&value)
const Aws::String & GetName() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::Utils::Json::JsonValue Jsonize() const
bool FeatureHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue