7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeGuruReviewer
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename StateT = Aws::String>
62 void SetState(StateT&& value) { m_stateHasBeenSet =
true; m_state = std::forward<StateT>(value); }
63 template<
typename StateT = Aws::String>
69 bool m_nameHasBeenSet =
false;
72 bool m_stateHasBeenSet =
false;
AWS_CODEGURUREVIEWER_API EventInfo(Aws::Utils::Json::JsonView jsonValue)
void SetState(StateT &&value)
EventInfo & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_CODEGURUREVIEWER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
const Aws::String & GetState() const
EventInfo & WithState(StateT &&value)
void SetName(NameT &&value)
AWS_CODEGURUREVIEWER_API EventInfo()=default
bool StateHasBeenSet() const
AWS_CODEGURUREVIEWER_API EventInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue