45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
66 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
141 inline void SetEventDescription(
const char* value) { m_eventDescriptionHasBeenSet =
true; m_eventDescription.assign(value); }
176 inline void SetSeverity(
const char* value) { m_severityHasBeenSet =
true; m_severity.assign(value); }
195 bool m_eventIdHasBeenSet;
197 bool m_eventCategoriesHasBeenSet;
199 bool m_eventDescriptionHasBeenSet;
201 bool m_severityHasBeenSet;
const Aws::String & GetEventDescription() const
EventInfoMap & WithEventDescription(Aws::String &&value)
void SetEventDescription(Aws::String &&value)
EventInfoMap & WithEventId(Aws::String &&value)
void SetEventId(const Aws::String &value)
EventInfoMap & WithEventDescription(const Aws::String &value)
EventInfoMap & WithSeverity(const char *value)
EventInfoMap & WithEventCategories(const Aws::Vector< Aws::String > &value)
void SetEventId(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
EventInfoMap & AddEventCategories(Aws::String &&value)
void SetEventCategories(Aws::Vector< Aws::String > &&value)
EventInfoMap & WithEventId(const char *value)
void SetSeverity(Aws::String &&value)
EventInfoMap & WithSeverity(const Aws::String &value)
std::basic_ostream< char, std::char_traits< char > > OStream
EventInfoMap & AddEventCategories(const char *value)
EventInfoMap & AddEventCategories(const Aws::String &value)
EventInfoMap & WithEventCategories(Aws::Vector< Aws::String > &&value)
void SetEventCategories(const Aws::Vector< Aws::String > &value)
void SetSeverity(const Aws::String &value)
const Aws::Vector< Aws::String > & GetEventCategories() const
EventInfoMap & WithEventId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
EventInfoMap & WithSeverity(Aws::String &&value)
const Aws::String & GetSeverity() const
void SetEventId(const char *value)
const Aws::String & GetEventId() const
EventInfoMap & WithEventDescription(const char *value)
void SetEventDescription(const Aws::String &value)
void SetSeverity(const char *value)
void SetEventDescription(const char *value)
JSON (JavaScript Object Notation).