7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ConfigService {
43 template <
typename ParameterNameT = Aws::String>
45 m_parameterNameHasBeenSet =
true;
46 m_parameterName = std::forward<ParameterNameT>(value);
48 template <
typename ParameterNameT = Aws::String>
61 template <
typename ParameterValueT = Aws::String>
63 m_parameterValueHasBeenSet =
true;
64 m_parameterValue = std::forward<ParameterValueT>(value);
66 template <
typename ParameterValueT = Aws::String>
76 bool m_parameterNameHasBeenSet =
false;
77 bool m_parameterValueHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue