7#include <aws/neptune/Neptune_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>
82 bool m_enableLogTypesHasBeenSet =
false;
85 bool m_disableLogTypesHasBeenSet =
false;
CloudwatchLogsExportConfiguration & WithDisableLogTypes(Aws::Vector< Aws::String > &&value)
void SetDisableLogTypes(Aws::Vector< Aws::String > &&value)
CloudwatchLogsExportConfiguration & WithEnableLogTypes(const Aws::Vector< Aws::String > &value)
CloudwatchLogsExportConfiguration & AddDisableLogTypes(const Aws::String &value)
AWS_NEPTUNE_API CloudwatchLogsExportConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< Aws::String > & GetEnableLogTypes() const
CloudwatchLogsExportConfiguration & AddEnableLogTypes(Aws::String &&value)
CloudwatchLogsExportConfiguration & AddEnableLogTypes(const char *value)
const Aws::Vector< Aws::String > & GetDisableLogTypes() const
CloudwatchLogsExportConfiguration & WithDisableLogTypes(const Aws::Vector< Aws::String > &value)
AWS_NEPTUNE_API CloudwatchLogsExportConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool EnableLogTypesHasBeenSet() const
void SetDisableLogTypes(const Aws::Vector< Aws::String > &value)
void SetEnableLogTypes(Aws::Vector< Aws::String > &&value)
CloudwatchLogsExportConfiguration & AddEnableLogTypes(const Aws::String &value)
void SetEnableLogTypes(const Aws::Vector< Aws::String > &value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
CloudwatchLogsExportConfiguration & WithEnableLogTypes(Aws::Vector< Aws::String > &&value)
bool DisableLogTypesHasBeenSet() const
CloudwatchLogsExportConfiguration & AddDisableLogTypes(const char *value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_NEPTUNE_API CloudwatchLogsExportConfiguration()
CloudwatchLogsExportConfiguration & AddDisableLogTypes(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