7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename KeyT = Aws::String>
52 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
53 template<
typename KeyT = Aws::String>
66 template<
typename ValueT = Aws::String>
67 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
68 template<
typename ValueT = Aws::String>
74 bool m_keyHasBeenSet =
false;
77 bool m_valueHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue