7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
62 inline void SetCode(
const char* value) { m_codeHasBeenSet =
true; m_code.assign(value); }
89 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
103 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
111 bool m_codeHasBeenSet =
false;
114 bool m_eventTimeHasBeenSet =
false;
117 bool m_nameHasBeenSet =
false;
120 bool m_typeHasBeenSet =
false;
StreamEvent & WithName(const char *value)
void SetName(Aws::String &&value)
StreamEvent & WithName(const Aws::String &value)
StreamEvent & WithCode(const char *value)
void SetEventTime(const Aws::Utils::DateTime &value)
AWS_IVS_API StreamEvent()
StreamEvent & WithCode(const Aws::String &value)
void SetName(const char *value)
const Aws::String & GetType() const
void SetCode(Aws::String &&value)
bool TypeHasBeenSet() const
const Aws::String & GetCode() const
StreamEvent & WithEventTime(const Aws::Utils::DateTime &value)
StreamEvent & WithType(Aws::String &&value)
void SetName(const Aws::String &value)
const Aws::Utils::DateTime & GetEventTime() const
bool NameHasBeenSet() const
StreamEvent & WithType(const Aws::String &value)
StreamEvent & WithName(Aws::String &&value)
bool EventTimeHasBeenSet() const
const Aws::String & GetName() const
AWS_IVS_API StreamEvent(Aws::Utils::Json::JsonView jsonValue)
void SetType(Aws::String &&value)
void SetCode(const char *value)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
bool CodeHasBeenSet() const
StreamEvent & WithCode(Aws::String &&value)
AWS_IVS_API StreamEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
StreamEvent & WithType(const char *value)
void SetCode(const Aws::String &value)
void SetType(const char *value)
void SetType(const Aws::String &value)
StreamEvent & WithEventTime(Aws::Utils::DateTime &&value)
void SetEventTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue