7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs/IVS_EXPORTS.h>
74 template <
typename CodeT = Aws::String>
76 m_codeHasBeenSet =
true;
77 m_code = std::forward<CodeT>(value);
79 template <
typename CodeT = Aws::String>
81 SetCode(std::forward<CodeT>(value));
93 template <
typename EventTimeT = Aws::Utils::DateTime>
95 m_eventTimeHasBeenSet =
true;
96 m_eventTime = std::forward<EventTimeT>(value);
98 template <
typename EventTimeT = Aws::Utils::DateTime>
111 template <
typename NameT = Aws::String>
113 m_nameHasBeenSet =
true;
114 m_name = std::forward<NameT>(value);
116 template <
typename NameT = Aws::String>
118 SetName(std::forward<NameT>(value));
129 template <
typename TypeT = Aws::String>
131 m_typeHasBeenSet =
true;
132 m_type = std::forward<TypeT>(value);
134 template <
typename TypeT = Aws::String>
136 SetType(std::forward<TypeT>(value));
148 bool m_codeHasBeenSet =
false;
149 bool m_eventTimeHasBeenSet =
false;
150 bool m_nameHasBeenSet =
false;
151 bool m_typeHasBeenSet =
false;
void SetEventTime(EventTimeT &&value)
const Aws::String & GetType() const
bool TypeHasBeenSet() const
void SetName(NameT &&value)
StreamEvent & WithName(NameT &&value)
const Aws::String & GetCode() const
const Aws::Utils::DateTime & GetEventTime() const
bool NameHasBeenSet() const
StreamEvent & WithEventTime(EventTimeT &&value)
StreamEvent & WithType(TypeT &&value)
bool EventTimeHasBeenSet() const
const Aws::String & GetName() const
AWS_IVS_API StreamEvent(Aws::Utils::Json::JsonView jsonValue)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
bool CodeHasBeenSet() const
AWS_IVS_API StreamEvent()=default
void SetCode(CodeT &&value)
void SetType(TypeT &&value)
AWS_IVS_API StreamEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
StreamEvent & WithCode(CodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue