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
54 inline void SetSourceType(
const char* value) { m_sourceTypeHasBeenSet =
true; m_sourceType.assign(value); }
77 bool m_sourceTypeHasBeenSet =
false;
80 bool m_eventCategoriesHasBeenSet =
false;
EventCategoryGroup & AddEventCategories(const Aws::String &value)
void SetSourceType(Aws::String &&value)
EventCategoryGroup & AddEventCategories(Aws::String &&value)
void SetSourceType(const char *value)
bool SourceTypeHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API EventCategoryGroup()
EventCategoryGroup & WithSourceType(const Aws::String &value)
EventCategoryGroup & AddEventCategories(const char *value)
EventCategoryGroup & WithSourceType(const char *value)
AWS_DATABASEMIGRATIONSERVICE_API EventCategoryGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetEventCategories() const
void SetSourceType(const Aws::String &value)
EventCategoryGroup & WithEventCategories(const Aws::Vector< Aws::String > &value)
EventCategoryGroup & WithSourceType(Aws::String &&value)
void SetEventCategories(const Aws::Vector< Aws::String > &value)
bool EventCategoriesHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEventCategories(Aws::Vector< Aws::String > &&value)
EventCategoryGroup & WithEventCategories(Aws::Vector< Aws::String > &&value)
AWS_DATABASEMIGRATIONSERVICE_API EventCategoryGroup(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSourceType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue