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/docdb/DocDB_EXPORTS.h>
48 template <
typename EnableLogTypesT = Aws::Vector<Aws::String>>
50 m_enableLogTypesHasBeenSet =
true;
51 m_enableLogTypes = std::forward<EnableLogTypesT>(value);
53 template <
typename EnableLogTypesT = Aws::Vector<Aws::String>>
58 template <
typename EnableLogTypesT = Aws::String>
60 m_enableLogTypesHasBeenSet =
true;
61 m_enableLogTypes.emplace_back(std::forward<EnableLogTypesT>(value));
72 template <
typename DisableLogTypesT = Aws::Vector<Aws::String>>
74 m_disableLogTypesHasBeenSet =
true;
75 m_disableLogTypes = std::forward<DisableLogTypesT>(value);
77 template <
typename DisableLogTypesT = Aws::Vector<Aws::String>>
82 template <
typename DisableLogTypesT = Aws::String>
84 m_disableLogTypesHasBeenSet =
true;
85 m_disableLogTypes.emplace_back(std::forward<DisableLogTypesT>(value));
93 bool m_enableLogTypesHasBeenSet =
false;
94 bool m_disableLogTypesHasBeenSet =
false;
CloudwatchLogsExportConfiguration & WithDisableLogTypes(DisableLogTypesT &&value)
CloudwatchLogsExportConfiguration & WithEnableLogTypes(EnableLogTypesT &&value)
AWS_DOCDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool DisableLogTypesHasBeenSet() const
AWS_DOCDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
CloudwatchLogsExportConfiguration & AddDisableLogTypes(DisableLogTypesT &&value)
AWS_DOCDB_API CloudwatchLogsExportConfiguration()=default
CloudwatchLogsExportConfiguration & AddEnableLogTypes(EnableLogTypesT &&value)
void SetEnableLogTypes(EnableLogTypesT &&value)
const Aws::Vector< Aws::String > & GetEnableLogTypes() const
const Aws::Vector< Aws::String > & GetDisableLogTypes() const
void SetDisableLogTypes(DisableLogTypesT &&value)
bool EnableLogTypesHasBeenSet() const
AWS_DOCDB_API CloudwatchLogsExportConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_DOCDB_API CloudwatchLogsExportConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream