7#include <aws/docdb/DocDB_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>
80 bool m_enableLogTypesHasBeenSet =
false;
83 bool m_disableLogTypesHasBeenSet =
false;
CloudwatchLogsExportConfiguration & AddEnableLogTypes(const char *value)
AWS_DOCDB_API CloudwatchLogsExportConfiguration()
AWS_DOCDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetEnableLogTypes(const Aws::Vector< Aws::String > &value)
void SetDisableLogTypes(const Aws::Vector< Aws::String > &value)
bool DisableLogTypesHasBeenSet() const
AWS_DOCDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
CloudwatchLogsExportConfiguration & AddDisableLogTypes(Aws::String &&value)
const Aws::Vector< Aws::String > & GetEnableLogTypes() const
const Aws::Vector< Aws::String > & GetDisableLogTypes() const
CloudwatchLogsExportConfiguration & WithEnableLogTypes(const Aws::Vector< Aws::String > &value)
CloudwatchLogsExportConfiguration & WithEnableLogTypes(Aws::Vector< Aws::String > &&value)
CloudwatchLogsExportConfiguration & WithDisableLogTypes(const Aws::Vector< Aws::String > &value)
CloudwatchLogsExportConfiguration & AddEnableLogTypes(const Aws::String &value)
bool EnableLogTypesHasBeenSet() const
CloudwatchLogsExportConfiguration & AddDisableLogTypes(const Aws::String &value)
CloudwatchLogsExportConfiguration & AddEnableLogTypes(Aws::String &&value)
void SetDisableLogTypes(Aws::Vector< Aws::String > &&value)
AWS_DOCDB_API CloudwatchLogsExportConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetEnableLogTypes(Aws::Vector< Aws::String > &&value)
CloudwatchLogsExportConfiguration & AddDisableLogTypes(const char *value)
AWS_DOCDB_API CloudwatchLogsExportConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
CloudwatchLogsExportConfiguration & WithDisableLogTypes(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream