7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
51 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
80 inline void SetEventDescription(
const char* value) { m_eventDescriptionHasBeenSet =
true; m_eventDescription.assign(value); }
94 inline void SetSeverity(
const char* value) { m_severityHasBeenSet =
true; m_severity.assign(value); }
102 bool m_eventIdHasBeenSet =
false;
105 bool m_eventCategoriesHasBeenSet =
false;
108 bool m_eventDescriptionHasBeenSet =
false;
111 bool m_severityHasBeenSet =
false;
EventInfoMap & WithSeverity(const char *value)
EventInfoMap & WithEventId(Aws::String &&value)
const Aws::String & GetSeverity() const
EventInfoMap & WithEventId(const char *value)
EventInfoMap & WithEventCategories(const Aws::Vector< Aws::String > &value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
EventInfoMap & AddEventCategories(Aws::String &&value)
const Aws::String & GetEventId() const
bool EventDescriptionHasBeenSet() const
EventInfoMap & WithEventDescription(Aws::String &&value)
void SetSeverity(const char *value)
EventInfoMap & WithSeverity(Aws::String &&value)
void SetEventDescription(const char *value)
EventInfoMap & AddEventCategories(const char *value)
void SetEventId(Aws::String &&value)
void SetEventId(const Aws::String &value)
bool EventCategoriesHasBeenSet() const
AWS_REDSHIFT_API EventInfoMap & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSeverity(Aws::String &&value)
EventInfoMap & WithSeverity(const Aws::String &value)
bool EventIdHasBeenSet() const
void SetSeverity(const Aws::String &value)
void SetEventDescription(Aws::String &&value)
bool SeverityHasBeenSet() const
AWS_REDSHIFT_API EventInfoMap(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetEventDescription() const
void SetEventId(const char *value)
EventInfoMap & AddEventCategories(const Aws::String &value)
EventInfoMap & WithEventId(const Aws::String &value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Vector< Aws::String > & GetEventCategories() const
EventInfoMap & WithEventDescription(const Aws::String &value)
void SetEventCategories(const Aws::Vector< Aws::String > &value)
void SetEventCategories(Aws::Vector< Aws::String > &&value)
void SetEventDescription(const Aws::String &value)
AWS_REDSHIFT_API EventInfoMap()
EventInfoMap & WithEventCategories(Aws::Vector< Aws::String > &&value)
EventInfoMap & WithEventDescription(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream