7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rds/RDS_EXPORTS.h>
46 template <
typename LogTypesToEnableT = Aws::Vector<Aws::String>>
48 m_logTypesToEnableHasBeenSet =
true;
49 m_logTypesToEnable = std::forward<LogTypesToEnableT>(value);
51 template <
typename LogTypesToEnableT = Aws::Vector<Aws::String>>
56 template <
typename LogTypesToEnableT = Aws::String>
58 m_logTypesToEnableHasBeenSet =
true;
59 m_logTypesToEnable.emplace_back(std::forward<LogTypesToEnableT>(value));
71 template <
typename LogTypesToDisableT = Aws::Vector<Aws::String>>
73 m_logTypesToDisableHasBeenSet =
true;
74 m_logTypesToDisable = std::forward<LogTypesToDisableT>(value);
76 template <
typename LogTypesToDisableT = Aws::Vector<Aws::String>>
81 template <
typename LogTypesToDisableT = Aws::String>
83 m_logTypesToDisableHasBeenSet =
true;
84 m_logTypesToDisable.emplace_back(std::forward<LogTypesToDisableT>(value));
92 bool m_logTypesToEnableHasBeenSet =
false;
93 bool m_logTypesToDisableHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetLogTypesToEnable() const
AWS_RDS_API PendingCloudwatchLogsExports(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLogTypesToDisable(LogTypesToDisableT &&value)
const Aws::Vector< Aws::String > & GetLogTypesToDisable() const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
PendingCloudwatchLogsExports & WithLogTypesToDisable(LogTypesToDisableT &&value)
PendingCloudwatchLogsExports & WithLogTypesToEnable(LogTypesToEnableT &&value)
PendingCloudwatchLogsExports & AddLogTypesToDisable(LogTypesToDisableT &&value)
bool LogTypesToEnableHasBeenSet() const
PendingCloudwatchLogsExports & AddLogTypesToEnable(LogTypesToEnableT &&value)
void SetLogTypesToEnable(LogTypesToEnableT &&value)
bool LogTypesToDisableHasBeenSet() const
AWS_RDS_API PendingCloudwatchLogsExports()=default
AWS_RDS_API PendingCloudwatchLogsExports & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream