7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeGuruReviewer
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetState(
const char* value) { m_stateHasBeenSet =
true; m_state.assign(value); }
73 bool m_nameHasBeenSet =
false;
76 bool m_stateHasBeenSet =
false;
AWS_CODEGURUREVIEWER_API EventInfo(Aws::Utils::Json::JsonView jsonValue)
EventInfo & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
EventInfo & WithState(Aws::String &&value)
bool NameHasBeenSet() const
AWS_CODEGURUREVIEWER_API EventInfo()
void SetName(const char *value)
EventInfo & WithState(const Aws::String &value)
AWS_CODEGURUREVIEWER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
EventInfo & WithName(Aws::String &&value)
void SetState(const char *value)
const Aws::String & GetState() const
void SetState(const Aws::String &value)
void SetState(Aws::String &&value)
void SetName(Aws::String &&value)
EventInfo & WithState(const char *value)
bool StateHasBeenSet() const
AWS_CODEGURUREVIEWER_API EventInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
EventInfo & WithName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue