7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
43 template <
typename EventIdT = Aws::String>
45 m_eventIdHasBeenSet =
true;
46 m_eventId = std::forward<EventIdT>(value);
48 template <
typename EventIdT = Aws::String>
61 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
63 m_eventCategoriesHasBeenSet =
true;
64 m_eventCategories = std::forward<EventCategoriesT>(value);
66 template <
typename EventCategoriesT = Aws::Vector<Aws::String>>
71 template <
typename EventCategoriesT = Aws::String>
73 m_eventCategoriesHasBeenSet =
true;
74 m_eventCategories.emplace_back(std::forward<EventCategoriesT>(value));
85 template <
typename EventDescriptionT = Aws::String>
87 m_eventDescriptionHasBeenSet =
true;
88 m_eventDescription = std::forward<EventDescriptionT>(value);
90 template <
typename EventDescriptionT = Aws::String>
103 template <
typename SeverityT = Aws::String>
105 m_severityHasBeenSet =
true;
106 m_severity = std::forward<SeverityT>(value);
108 template <
typename SeverityT = Aws::String>
122 bool m_eventIdHasBeenSet =
false;
123 bool m_eventCategoriesHasBeenSet =
false;
124 bool m_eventDescriptionHasBeenSet =
false;
125 bool m_severityHasBeenSet =
false;
const Aws::String & GetSeverity() const
AWS_REDSHIFT_API EventInfoMap()=default
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetEventId() const
bool EventDescriptionHasBeenSet() const
EventInfoMap & WithEventDescription(EventDescriptionT &&value)
bool EventCategoriesHasBeenSet() const
AWS_REDSHIFT_API EventInfoMap & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetEventCategories(EventCategoriesT &&value)
void SetEventId(EventIdT &&value)
bool EventIdHasBeenSet() const
EventInfoMap & WithSeverity(SeverityT &&value)
bool SeverityHasBeenSet() const
AWS_REDSHIFT_API EventInfoMap(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetEventDescription() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::Vector< Aws::String > & GetEventCategories() const
void SetSeverity(SeverityT &&value)
EventInfoMap & WithEventCategories(EventCategoriesT &&value)
EventInfoMap & AddEventCategories(EventCategoriesT &&value)
EventInfoMap & WithEventId(EventIdT &&value)
void SetEventDescription(EventDescriptionT &&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