7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace DatabaseMigrationService
52 template<
typename SourceTypeT = Aws::String>
53 void SetSourceType(SourceTypeT&& value) { m_sourceTypeHasBeenSet =
true; m_sourceType = std::forward<SourceTypeT>(value); }
54 template<
typename SourceTypeT = Aws::String>
64 template<
typename EventCategoriesT = Aws::Vector<Aws::String>>
65 void SetEventCategories(EventCategoriesT&& value) { m_eventCategoriesHasBeenSet =
true; m_eventCategories = std::forward<EventCategoriesT>(value); }
66 template<
typename EventCategoriesT = Aws::Vector<Aws::String>>
68 template<
typename EventCategoriesT = Aws::String>
69 EventCategoryGroup&
AddEventCategories(EventCategoriesT&& value) { m_eventCategoriesHasBeenSet =
true; m_eventCategories.emplace_back(std::forward<EventCategoriesT>(value));
return *
this; }
74 bool m_sourceTypeHasBeenSet =
false;
77 bool m_eventCategoriesHasBeenSet =
false;
EventCategoryGroup & WithEventCategories(EventCategoriesT &&value)
EventCategoryGroup & WithSourceType(SourceTypeT &&value)
bool SourceTypeHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API EventCategoryGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetEventCategories() const
EventCategoryGroup & AddEventCategories(EventCategoriesT &&value)
bool EventCategoriesHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATABASEMIGRATIONSERVICE_API EventCategoryGroup()=default
void SetSourceType(SourceTypeT &&value)
AWS_DATABASEMIGRATIONSERVICE_API EventCategoryGroup(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSourceType() const
void SetEventCategories(EventCategoriesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue