7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLift_EXPORTS.h>
52 template <
typename KeyT = Aws::String>
54 m_keyHasBeenSet =
true;
55 m_key = std::forward<KeyT>(value);
57 template <
typename KeyT = Aws::String>
59 SetKey(std::forward<KeyT>(value));
70 template <
typename ValueT = Aws::String>
72 m_valueHasBeenSet =
true;
73 m_value = std::forward<ValueT>(value);
75 template <
typename ValueT = Aws::String>
77 SetValue(std::forward<ValueT>(value));
85 bool m_keyHasBeenSet =
false;
86 bool m_valueHasBeenSet =
false;
GameProperty & WithValue(ValueT &&value)
void SetKey(KeyT &&value)
const Aws::String & GetValue() const
void SetValue(ValueT &&value)
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKey() const
AWS_GAMELIFT_API GameProperty(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API GameProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API GameProperty()=default
bool ValueHasBeenSet() const
GameProperty & WithKey(KeyT &&value)
bool KeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue