7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mturk-requester/MTurk_EXPORTS.h>
44 template <
typename KeyT = Aws::String>
46 m_keyHasBeenSet =
true;
47 m_key = std::forward<KeyT>(value);
49 template <
typename KeyT = Aws::String>
51 SetKey(std::forward<KeyT>(value));
64 template <
typename ValuesT = Aws::Vector<Aws::String>>
66 m_valuesHasBeenSet =
true;
67 m_values = std::forward<ValuesT>(value);
69 template <
typename ValuesT = Aws::Vector<Aws::String>>
74 template <
typename ValuesT = Aws::String>
76 m_valuesHasBeenSet =
true;
77 m_values.emplace_back(std::forward<ValuesT>(value));
85 bool m_keyHasBeenSet =
false;
86 bool m_valuesHasBeenSet =
false;
const Aws::String & GetKey() const
bool ValuesHasBeenSet() const
AWS_MTURK_API ParameterMapEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MTURK_API ParameterMapEntry()=default
ParameterMapEntry & WithValues(ValuesT &&value)
bool KeyHasBeenSet() const
AWS_MTURK_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetValues() const
void SetKey(KeyT &&value)
AWS_MTURK_API ParameterMapEntry(Aws::Utils::Json::JsonView jsonValue)
ParameterMapEntry & WithKey(KeyT &&value)
ParameterMapEntry & AddValues(ValuesT &&value)
void SetValues(ValuesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue