47 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
48 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
68 inline void SetSourceIdentifier(
const char* value) { m_sourceIdentifierHasBeenSet =
true; m_sourceIdentifier.assign(value); }
128 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
191 inline Event&
AddEventCategories(
const char* value) { m_eventCategoriesHasBeenSet =
true; m_eventCategories.push_back(value);
return *
this; }
211 inline void SetSeverity(
const char* value) { m_severityHasBeenSet =
true; m_severity.assign(value); }
271 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
290 bool m_sourceIdentifierHasBeenSet;
292 bool m_sourceTypeHasBeenSet;
294 bool m_messageHasBeenSet;
296 bool m_eventCategoriesHasBeenSet;
298 bool m_severityHasBeenSet;
300 bool m_dateHasBeenSet;
302 bool m_eventIdHasBeenSet;
Event & WithSourceType(SourceType &&value)
void SetSourceIdentifier(const char *value)
void SetSourceType(SourceType &&value)
Event & WithSeverity(const Aws::String &value)
void SetSeverity(const char *value)
Event & WithSourceIdentifier(const char *value)
Event & AddEventCategories(const char *value)
Event & AddEventCategories(const Aws::String &value)
void SetEventId(Aws::String &&value)
void SetSeverity(const Aws::String &value)
void SetMessage(Aws::String &&value)
const Aws::Vector< Aws::String > & GetEventCategories() const
const Aws::String & GetEventId() const
std::vector< T, Aws::Allocator< T > > Vector
void SetEventId(const Aws::String &value)
void SetMessage(const Aws::String &value)
Event & WithEventId(const Aws::String &value)
const Aws::String & GetMessage() const
void SetMessage(const char *value)
Event & WithMessage(const char *value)
void SetSourceType(const SourceType &value)
std::basic_ostream< char, std::char_traits< char > > OStream
Event & WithSourceIdentifier(Aws::String &&value)
Event & WithSeverity(const char *value)
Event & WithMessage(Aws::String &&value)
const Aws::String & GetSeverity() const
Event & WithDate(Aws::Utils::DateTime &&value)
void SetEventCategories(const Aws::Vector< Aws::String > &value)
Event & WithEventId(const char *value)
Event & WithEventId(Aws::String &&value)
void SetSourceIdentifier(Aws::String &&value)
void SetEventCategories(Aws::Vector< Aws::String > &&value)
Event & AddEventCategories(Aws::String &&value)
Event & WithDate(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Event & WithMessage(const Aws::String &value)
void SetDate(Aws::Utils::DateTime &&value)
const Aws::String & GetSourceIdentifier() const
Event & WithSourceIdentifier(const Aws::String &value)
Event & WithSourceType(const SourceType &value)
Event & WithEventCategories(const Aws::Vector< Aws::String > &value)
void SetSourceIdentifier(const Aws::String &value)
void SetSeverity(Aws::String &&value)
void SetDate(const Aws::Utils::DateTime &value)
const SourceType & GetSourceType() const
Event & WithEventCategories(Aws::Vector< Aws::String > &&value)
void SetEventId(const char *value)
const Aws::Utils::DateTime & GetDate() const
JSON (JavaScript Object Notation).
Event & WithSeverity(Aws::String &&value)