7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qconnect/model/RuntimeSessionDataValue.h>
48 template<
typename KeyT = Aws::String>
49 void SetKey(
KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
50 template<
typename KeyT = Aws::String>
60 template<
typename ValueT = RuntimeSessionDataValue>
61 void SetValue(
ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
62 template<
typename ValueT = RuntimeSessionDataValue>
68 bool m_keyHasBeenSet =
false;
71 bool m_valueHasBeenSet =
false;
RuntimeSessionData & WithKey(KeyT &&value)
const RuntimeSessionDataValue & GetValue() const
AWS_QCONNECT_API RuntimeSessionData()=default
bool ValueHasBeenSet() const
AWS_QCONNECT_API RuntimeSessionData(Aws::Utils::Json::JsonView jsonValue)
bool KeyHasBeenSet() const
void SetValue(ValueT &&value)
void SetKey(KeyT &&value)
const Aws::String & GetKey() const
AWS_QCONNECT_API RuntimeSessionData & operator=(Aws::Utils::Json::JsonView jsonValue)
RuntimeSessionData & WithValue(ValueT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue