7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeStarconnections
47 template<
typename KeyT = Aws::String>
48 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
49 template<
typename KeyT = Aws::String>
60 template<
typename ValueT = Aws::String>
61 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
62 template<
typename ValueT = Aws::String>
68 bool m_keyHasBeenSet =
false;
71 bool m_valueHasBeenSet =
false;
AWS_CODESTARCONNECTIONS_API SyncBlockerContext(Aws::Utils::Json::JsonView jsonValue)
AWS_CODESTARCONNECTIONS_API SyncBlockerContext()=default
const Aws::String & GetKey() const
AWS_CODESTARCONNECTIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(ValueT &&value)
bool ValueHasBeenSet() const
AWS_CODESTARCONNECTIONS_API SyncBlockerContext & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
SyncBlockerContext & WithValue(ValueT &&value)
SyncBlockerContext & WithKey(KeyT &&value)
void SetKey(KeyT &&value)
bool KeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue