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/neptune/Neptune_EXPORTS.h>
50 template <
typename EnableLogTypesT = Aws::Vector<Aws::String>>
52 m_enableLogTypesHasBeenSet =
true;
53 m_enableLogTypes = std::forward<EnableLogTypesT>(value);
55 template <
typename EnableLogTypesT = Aws::Vector<Aws::String>>
60 template <
typename EnableLogTypesT = Aws::String>
62 m_enableLogTypesHasBeenSet =
true;
63 m_enableLogTypes.emplace_back(std::forward<EnableLogTypesT>(value));
74 template <
typename DisableLogTypesT = Aws::Vector<Aws::String>>
76 m_disableLogTypesHasBeenSet =
true;
77 m_disableLogTypes = std::forward<DisableLogTypesT>(value);
79 template <
typename DisableLogTypesT = Aws::Vector<Aws::String>>
84 template <
typename DisableLogTypesT = Aws::String>
86 m_disableLogTypesHasBeenSet =
true;
87 m_disableLogTypes.emplace_back(std::forward<DisableLogTypesT>(value));
93 bool m_enableLogTypesHasBeenSet =
false;
96 bool m_disableLogTypesHasBeenSet =
false;
void SetEnableLogTypes(EnableLogTypesT &&value)
AWS_NEPTUNE_API CloudwatchLogsExportConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< Aws::String > & GetEnableLogTypes() const
CloudwatchLogsExportConfiguration & AddDisableLogTypes(DisableLogTypesT &&value)
const Aws::Vector< Aws::String > & GetDisableLogTypes() const
CloudwatchLogsExportConfiguration & WithEnableLogTypes(EnableLogTypesT &&value)
CloudwatchLogsExportConfiguration & WithDisableLogTypes(DisableLogTypesT &&value)
AWS_NEPTUNE_API CloudwatchLogsExportConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool EnableLogTypesHasBeenSet() const
CloudwatchLogsExportConfiguration & AddEnableLogTypes(EnableLogTypesT &&value)
AWS_NEPTUNE_API CloudwatchLogsExportConfiguration()=default
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool DisableLogTypesHasBeenSet() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetDisableLogTypes(DisableLogTypesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream