7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ResourceValue.h>
9#include <aws/config/model/StaticValue.h>
22namespace ConfigService
48 template<
typename ResourceValueT = ResourceValue>
49 void SetResourceValue(ResourceValueT&& value) { m_resourceValueHasBeenSet =
true; m_resourceValue = std::forward<ResourceValueT>(value); }
50 template<
typename ResourceValueT = ResourceValue>
60 template<
typename StaticValueT = StaticValue>
61 void SetStaticValue(StaticValueT&& value) { m_staticValueHasBeenSet =
true; m_staticValue = std::forward<StaticValueT>(value); }
62 template<
typename StaticValueT = StaticValue>
68 bool m_resourceValueHasBeenSet =
false;
71 bool m_staticValueHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue