7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
66 template<
typename EnableLogTypesT = Aws::Vector<Aws::String>>
67 void SetEnableLogTypes(EnableLogTypesT&& value) { m_enableLogTypesHasBeenSet =
true; m_enableLogTypes = std::forward<EnableLogTypesT>(value); }
68 template<
typename EnableLogTypesT = Aws::Vector<Aws::String>>
70 template<
typename EnableLogTypesT = Aws::String>
85 template<
typename DisableLogTypesT = Aws::Vector<Aws::String>>
86 void SetDisableLogTypes(DisableLogTypesT&& value) { m_disableLogTypesHasBeenSet =
true; m_disableLogTypes = std::forward<DisableLogTypesT>(value); }
87 template<
typename DisableLogTypesT = Aws::Vector<Aws::String>>
89 template<
typename DisableLogTypesT = Aws::String>
95 bool m_enableLogTypesHasBeenSet =
false;
98 bool m_disableLogTypesHasBeenSet =
false;
CloudwatchLogsExportConfiguration & WithEnableLogTypes(EnableLogTypesT &&value)
CloudwatchLogsExportConfiguration & AddEnableLogTypes(EnableLogTypesT &&value)
bool EnableLogTypesHasBeenSet() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetDisableLogTypes(DisableLogTypesT &&value)
const Aws::Vector< Aws::String > & GetEnableLogTypes() const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
CloudwatchLogsExportConfiguration & AddDisableLogTypes(DisableLogTypesT &&value)
bool DisableLogTypesHasBeenSet() const
AWS_RDS_API CloudwatchLogsExportConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API CloudwatchLogsExportConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< Aws::String > & GetDisableLogTypes() const
AWS_RDS_API CloudwatchLogsExportConfiguration()=default
CloudwatchLogsExportConfiguration & WithDisableLogTypes(DisableLogTypesT &&value)
void SetEnableLogTypes(EnableLogTypesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream