/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of the log types whose configuration is still pending. In other words,
* these log types are in the process of being activated or
* deactivated.See Also:
AWS
* API Reference
Log types that are in the process of being deactivated. After they are * deactivated, these log types aren't exported to CloudWatch Logs.
*/ inline const Aws::VectorLog types that are in the process of being deactivated. After they are * deactivated, these log types aren't exported to CloudWatch Logs.
*/ inline bool LogTypesToEnableHasBeenSet() const { return m_logTypesToEnableHasBeenSet; } /** *Log types that are in the process of being deactivated. After they are * deactivated, these log types aren't exported to CloudWatch Logs.
*/ inline void SetLogTypesToEnable(const Aws::VectorLog types that are in the process of being deactivated. After they are * deactivated, these log types aren't exported to CloudWatch Logs.
*/ inline void SetLogTypesToEnable(Aws::VectorLog types that are in the process of being deactivated. After they are * deactivated, these log types aren't exported to CloudWatch Logs.
*/ inline PendingCloudwatchLogsExports& WithLogTypesToEnable(const Aws::VectorLog types that are in the process of being deactivated. After they are * deactivated, these log types aren't exported to CloudWatch Logs.
*/ inline PendingCloudwatchLogsExports& WithLogTypesToEnable(Aws::VectorLog types that are in the process of being deactivated. After they are * deactivated, these log types aren't exported to CloudWatch Logs.
*/ inline PendingCloudwatchLogsExports& AddLogTypesToEnable(const Aws::String& value) { m_logTypesToEnableHasBeenSet = true; m_logTypesToEnable.push_back(value); return *this; } /** *Log types that are in the process of being deactivated. After they are * deactivated, these log types aren't exported to CloudWatch Logs.
*/ inline PendingCloudwatchLogsExports& AddLogTypesToEnable(Aws::String&& value) { m_logTypesToEnableHasBeenSet = true; m_logTypesToEnable.push_back(std::move(value)); return *this; } /** *Log types that are in the process of being deactivated. After they are * deactivated, these log types aren't exported to CloudWatch Logs.
*/ inline PendingCloudwatchLogsExports& AddLogTypesToEnable(const char* value) { m_logTypesToEnableHasBeenSet = true; m_logTypesToEnable.push_back(value); return *this; } /** *Log types that are in the process of being enabled. After they are enabled, * these log types are exported to CloudWatch Logs.
*/ inline const Aws::VectorLog types that are in the process of being enabled. After they are enabled, * these log types are exported to CloudWatch Logs.
*/ inline bool LogTypesToDisableHasBeenSet() const { return m_logTypesToDisableHasBeenSet; } /** *Log types that are in the process of being enabled. After they are enabled, * these log types are exported to CloudWatch Logs.
*/ inline void SetLogTypesToDisable(const Aws::VectorLog types that are in the process of being enabled. After they are enabled, * these log types are exported to CloudWatch Logs.
*/ inline void SetLogTypesToDisable(Aws::VectorLog types that are in the process of being enabled. After they are enabled, * these log types are exported to CloudWatch Logs.
*/ inline PendingCloudwatchLogsExports& WithLogTypesToDisable(const Aws::VectorLog types that are in the process of being enabled. After they are enabled, * these log types are exported to CloudWatch Logs.
*/ inline PendingCloudwatchLogsExports& WithLogTypesToDisable(Aws::VectorLog types that are in the process of being enabled. After they are enabled, * these log types are exported to CloudWatch Logs.
*/ inline PendingCloudwatchLogsExports& AddLogTypesToDisable(const Aws::String& value) { m_logTypesToDisableHasBeenSet = true; m_logTypesToDisable.push_back(value); return *this; } /** *Log types that are in the process of being enabled. After they are enabled, * these log types are exported to CloudWatch Logs.
*/ inline PendingCloudwatchLogsExports& AddLogTypesToDisable(Aws::String&& value) { m_logTypesToDisableHasBeenSet = true; m_logTypesToDisable.push_back(std::move(value)); return *this; } /** *Log types that are in the process of being enabled. After they are enabled, * these log types are exported to CloudWatch Logs.
*/ inline PendingCloudwatchLogsExports& AddLogTypesToDisable(const char* value) { m_logTypesToDisableHasBeenSet = true; m_logTypesToDisable.push_back(value); return *this; } private: Aws::Vector