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>
56 template<
typename EnableLogTypesT = Aws::Vector<Aws::String>>
57 void SetEnableLogTypes(EnableLogTypesT&& value) { m_enableLogTypesHasBeenSet =
true; m_enableLogTypes = std::forward<EnableLogTypesT>(value); }
58 template<
typename EnableLogTypesT = Aws::Vector<Aws::String>>
60 template<
typename EnableLogTypesT = Aws::String>
70 template<
typename DisableLogTypesT = Aws::Vector<Aws::String>>
71 void SetDisableLogTypes(DisableLogTypesT&& value) { m_disableLogTypesHasBeenSet =
true; m_disableLogTypes = std::forward<DisableLogTypesT>(value); }
72 template<
typename DisableLogTypesT = Aws::Vector<Aws::String>>
74 template<
typename DisableLogTypesT = Aws::String>
80 bool m_enableLogTypesHasBeenSet =
false;
83 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