/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input to DescribeEventCategories.See
* Also:
AWS
* API Reference
The type of source that is generating the events.
Valid values:
* db-instance
, db-parameter-group
,
* db-security-group
The type of source that is generating the events.
Valid values:
* db-instance
, db-parameter-group
,
* db-security-group
The type of source that is generating the events.
Valid values:
* db-instance
, db-parameter-group
,
* db-security-group
The type of source that is generating the events.
Valid values:
* db-instance
, db-parameter-group
,
* db-security-group
The type of source that is generating the events.
Valid values:
* db-instance
, db-parameter-group
,
* db-security-group
The type of source that is generating the events.
Valid values:
* db-instance
, db-parameter-group
,
* db-security-group
The type of source that is generating the events.
Valid values:
* db-instance
, db-parameter-group
,
* db-security-group
The type of source that is generating the events.
Valid values:
* db-instance
, db-parameter-group
,
* db-security-group
This parameter is not currently supported.
*/ inline const Aws::VectorThis parameter is not currently supported.
*/ inline bool FiltersHasBeenSet() const { return m_filtersHasBeenSet; } /** *This parameter is not currently supported.
*/ inline void SetFilters(const Aws::VectorThis parameter is not currently supported.
*/ inline void SetFilters(Aws::VectorThis parameter is not currently supported.
*/ inline DescribeEventCategoriesRequest& WithFilters(const Aws::VectorThis parameter is not currently supported.
*/ inline DescribeEventCategoriesRequest& WithFilters(Aws::VectorThis parameter is not currently supported.
*/ inline DescribeEventCategoriesRequest& AddFilters(const Filter& value) { m_filtersHasBeenSet = true; m_filters.push_back(value); return *this; } /** *This parameter is not currently supported.
*/ inline DescribeEventCategoriesRequest& AddFilters(Filter&& value) { m_filtersHasBeenSet = true; m_filters.push_back(std::move(value)); return *this; } private: Aws::String m_sourceType; bool m_sourceTypeHasBeenSet = false; Aws::Vector