48 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
49 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
69 inline void SetSourceIdentifier(
const char* value) { m_sourceIdentifierHasBeenSet =
true; m_sourceIdentifier.assign(value); }
129 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
184 inline Event&
AddEventCategories(
const char* value) { m_eventCategoriesHasBeenSet =
true; m_eventCategories.push_back(value);
return *
this; }
213 bool m_sourceIdentifierHasBeenSet;
215 bool m_sourceTypeHasBeenSet;
217 bool m_messageHasBeenSet;
219 bool m_eventCategoriesHasBeenSet;
221 bool m_dateHasBeenSet;
Event & WithDate(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetDate() const
Event & WithSourceIdentifier(const char *value)
Event & WithSourceIdentifier(const Aws::String &value)
void SetSourceType(SourceType &&value)
Event & WithSourceType(SourceType &&value)
Event & AddEventCategories(const char *value)
void SetDate(const Aws::Utils::DateTime &value)
void SetEventCategories(Aws::Vector< Aws::String > &&value)
void SetDate(Aws::Utils::DateTime &&value)
void SetSourceIdentifier(const char *value)
std::vector< T, Aws::Allocator< T > > Vector
Event & WithEventCategories(const Aws::Vector< Aws::String > &value)
void SetMessage(const Aws::String &value)
void SetMessage(Aws::String &&value)
const Aws::String & GetMessage() const
void SetSourceType(const SourceType &value)
std::basic_ostream< char, std::char_traits< char > > OStream
Event & WithEventCategories(Aws::Vector< Aws::String > &&value)
Event & WithSourceType(const SourceType &value)
void SetSourceIdentifier(const Aws::String &value)
Event & WithMessage(const Aws::String &value)
const Aws::Vector< Aws::String > & GetEventCategories() const
Event & AddEventCategories(Aws::String &&value)
Event & WithMessage(const char *value)
const SourceType & GetSourceType() const
Event & WithDate(Aws::Utils::DateTime &&value)
Event & WithMessage(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetEventCategories(const Aws::Vector< Aws::String > &value)
Event & WithSourceIdentifier(Aws::String &&value)
const Aws::String & GetSourceIdentifier() const
void SetMessage(const char *value)
void SetSourceIdentifier(Aws::String &&value)
JSON (JavaScript Object Notation).
Event & AddEventCategories(const Aws::String &value)