/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
The type of source that is generating the events. For RDS Proxy events,
* specify db-proxy
.
Valid values: db-instance
|
* db-cluster
| db-parameter-group
|
* db-security-group
| db-snapshot
|
* db-cluster-snapshot
| db-proxy
The type of source that is generating the events. For RDS Proxy events,
* specify db-proxy
.
Valid values: db-instance
|
* db-cluster
| db-parameter-group
|
* db-security-group
| db-snapshot
|
* db-cluster-snapshot
| db-proxy
The type of source that is generating the events. For RDS Proxy events,
* specify db-proxy
.
Valid values: db-instance
|
* db-cluster
| db-parameter-group
|
* db-security-group
| db-snapshot
|
* db-cluster-snapshot
| db-proxy
The type of source that is generating the events. For RDS Proxy events,
* specify db-proxy
.
Valid values: db-instance
|
* db-cluster
| db-parameter-group
|
* db-security-group
| db-snapshot
|
* db-cluster-snapshot
| db-proxy
The type of source that is generating the events. For RDS Proxy events,
* specify db-proxy
.
Valid values: db-instance
|
* db-cluster
| db-parameter-group
|
* db-security-group
| db-snapshot
|
* db-cluster-snapshot
| db-proxy
The type of source that is generating the events. For RDS Proxy events,
* specify db-proxy
.
Valid values: db-instance
|
* db-cluster
| db-parameter-group
|
* db-security-group
| db-snapshot
|
* db-cluster-snapshot
| db-proxy
The type of source that is generating the events. For RDS Proxy events,
* specify db-proxy
.
Valid values: db-instance
|
* db-cluster
| db-parameter-group
|
* db-security-group
| db-snapshot
|
* db-cluster-snapshot
| db-proxy
The type of source that is generating the events. For RDS Proxy events,
* specify db-proxy
.
Valid values: db-instance
|
* db-cluster
| db-parameter-group
|
* db-security-group
| db-snapshot
|
* db-cluster-snapshot
| db-proxy
This parameter isn't currently supported.
*/ inline const Aws::VectorThis parameter isn't currently supported.
*/ inline bool FiltersHasBeenSet() const { return m_filtersHasBeenSet; } /** *This parameter isn't currently supported.
*/ inline void SetFilters(const Aws::VectorThis parameter isn't currently supported.
*/ inline void SetFilters(Aws::VectorThis parameter isn't currently supported.
*/ inline DescribeEventCategoriesRequest& WithFilters(const Aws::VectorThis parameter isn't currently supported.
*/ inline DescribeEventCategoriesRequest& WithFilters(Aws::VectorThis parameter isn't currently supported.
*/ inline DescribeEventCategoriesRequest& AddFilters(const Filter& value) { m_filtersHasBeenSet = true; m_filters.push_back(value); return *this; } /** *This parameter isn't 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