/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Identifies the log types to enable and disable.See Also:
AWS
* API Reference
A list of log types that are being enabled.
*/ inline const Aws::VectorA list of log types that are being enabled.
*/ inline bool LogTypesToEnableHasBeenSet() const { return m_logTypesToEnableHasBeenSet; } /** *A list of log types that are being enabled.
*/ inline void SetLogTypesToEnable(const Aws::VectorA list of log types that are being enabled.
*/ inline void SetLogTypesToEnable(Aws::VectorA list of log types that are being enabled.
*/ inline AwsRdsPendingCloudWatchLogsExports& WithLogTypesToEnable(const Aws::VectorA list of log types that are being enabled.
*/ inline AwsRdsPendingCloudWatchLogsExports& WithLogTypesToEnable(Aws::VectorA list of log types that are being enabled.
*/ inline AwsRdsPendingCloudWatchLogsExports& AddLogTypesToEnable(const Aws::String& value) { m_logTypesToEnableHasBeenSet = true; m_logTypesToEnable.push_back(value); return *this; } /** *A list of log types that are being enabled.
*/ inline AwsRdsPendingCloudWatchLogsExports& AddLogTypesToEnable(Aws::String&& value) { m_logTypesToEnableHasBeenSet = true; m_logTypesToEnable.push_back(std::move(value)); return *this; } /** *A list of log types that are being enabled.
*/ inline AwsRdsPendingCloudWatchLogsExports& AddLogTypesToEnable(const char* value) { m_logTypesToEnableHasBeenSet = true; m_logTypesToEnable.push_back(value); return *this; } /** *A list of log types that are being disabled.
*/ inline const Aws::VectorA list of log types that are being disabled.
*/ inline bool LogTypesToDisableHasBeenSet() const { return m_logTypesToDisableHasBeenSet; } /** *A list of log types that are being disabled.
*/ inline void SetLogTypesToDisable(const Aws::VectorA list of log types that are being disabled.
*/ inline void SetLogTypesToDisable(Aws::VectorA list of log types that are being disabled.
*/ inline AwsRdsPendingCloudWatchLogsExports& WithLogTypesToDisable(const Aws::VectorA list of log types that are being disabled.
*/ inline AwsRdsPendingCloudWatchLogsExports& WithLogTypesToDisable(Aws::VectorA list of log types that are being disabled.
*/ inline AwsRdsPendingCloudWatchLogsExports& AddLogTypesToDisable(const Aws::String& value) { m_logTypesToDisableHasBeenSet = true; m_logTypesToDisable.push_back(value); return *this; } /** *A list of log types that are being disabled.
*/ inline AwsRdsPendingCloudWatchLogsExports& AddLogTypesToDisable(Aws::String&& value) { m_logTypesToDisableHasBeenSet = true; m_logTypesToDisable.push_back(std::move(value)); return *this; } /** *A list of log types that are being disabled.
*/ inline AwsRdsPendingCloudWatchLogsExports& AddLogTypesToDisable(const char* value) { m_logTypesToDisableHasBeenSet = true; m_logTypesToDisable.push_back(value); return *this; } private: Aws::Vector