7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/PropertyLocation.h>
10#include <aws/glue/model/ResponseExtractionMapping.h>
43 template <
typename KeyT = Aws::String>
45 m_keyHasBeenSet =
true;
46 m_key = std::forward<KeyT>(value);
48 template <
typename KeyT = Aws::String>
50 SetKey(std::forward<KeyT>(value));
62 template <
typename DefaultValueT = Aws::String>
64 m_defaultValueHasBeenSet =
true;
65 m_defaultValue = std::forward<DefaultValueT>(value);
67 template <
typename DefaultValueT = Aws::String>
82 m_propertyLocationHasBeenSet =
true;
83 m_propertyLocation = value;
98 template <
typename ValueT = ResponseExtractionMapping>
100 m_valueHasBeenSet =
true;
101 m_value = std::forward<ValueT>(value);
103 template <
typename ValueT = ResponseExtractionMapping>
105 SetValue(std::forward<ValueT>(value));
116 ResponseExtractionMapping m_value;
117 bool m_keyHasBeenSet =
false;
118 bool m_defaultValueHasBeenSet =
false;
119 bool m_propertyLocationHasBeenSet =
false;
120 bool m_valueHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue