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>
55 template<
typename LogTypesToEnableT = Aws::Vector<Aws::String>>
56 void SetLogTypesToEnable(LogTypesToEnableT&& value) { m_logTypesToEnableHasBeenSet =
true; m_logTypesToEnable = std::forward<LogTypesToEnableT>(value); }
57 template<
typename LogTypesToEnableT = Aws::Vector<Aws::String>>
59 template<
typename LogTypesToEnableT = Aws::String>
70 template<
typename LogTypesToDisableT = Aws::Vector<Aws::String>>
71 void SetLogTypesToDisable(LogTypesToDisableT&& value) { m_logTypesToDisableHasBeenSet =
true; m_logTypesToDisable = std::forward<LogTypesToDisableT>(value); }
72 template<
typename LogTypesToDisableT = Aws::Vector<Aws::String>>
74 template<
typename LogTypesToDisableT = Aws::String>
80 bool m_logTypesToEnableHasBeenSet =
false;
83 bool m_logTypesToDisableHasBeenSet =
false;
void SetLogTypesToEnable(LogTypesToEnableT &&value)
bool LogTypesToDisableHasBeenSet() const
PendingCloudwatchLogsExports & WithLogTypesToEnable(LogTypesToEnableT &&value)
const Aws::Vector< Aws::String > & GetLogTypesToEnable() const
bool LogTypesToEnableHasBeenSet() const
const Aws::Vector< Aws::String > & GetLogTypesToDisable() const
PendingCloudwatchLogsExports & AddLogTypesToEnable(LogTypesToEnableT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
PendingCloudwatchLogsExports & AddLogTypesToDisable(LogTypesToDisableT &&value)
AWS_NEPTUNE_API PendingCloudwatchLogsExports(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLogTypesToDisable(LogTypesToDisableT &&value)
AWS_NEPTUNE_API PendingCloudwatchLogsExports()=default
AWS_NEPTUNE_API PendingCloudwatchLogsExports & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
PendingCloudwatchLogsExports & WithLogTypesToDisable(LogTypesToDisableT &&value)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream