7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/appconfig/model/FlagValue.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
40 inline double GetWeight()
const {
return m_weight; }
43 m_weightHasBeenSet =
true;
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
76 template <
typename FlagValueT = FlagValue>
78 m_flagValueHasBeenSet =
true;
79 m_flagValue = std::forward<FlagValueT>(value);
81 template <
typename FlagValueT = FlagValue>
92 FlagValue m_flagValue;
93 bool m_weightHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
95 bool m_flagValueHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue