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>
49 template <
typename LogTypesToEnableT = Aws::Vector<Aws::String>>
51 m_logTypesToEnableHasBeenSet =
true;
52 m_logTypesToEnable = std::forward<LogTypesToEnableT>(value);
54 template <
typename LogTypesToEnableT = Aws::Vector<Aws::String>>
59 template <
typename LogTypesToEnableT = Aws::String>
61 m_logTypesToEnableHasBeenSet =
true;
62 m_logTypesToEnable.emplace_back(std::forward<LogTypesToEnableT>(value));
74 template <
typename LogTypesToDisableT = Aws::Vector<Aws::String>>
76 m_logTypesToDisableHasBeenSet =
true;
77 m_logTypesToDisable = std::forward<LogTypesToDisableT>(value);
79 template <
typename LogTypesToDisableT = Aws::Vector<Aws::String>>
84 template <
typename LogTypesToDisableT = Aws::String>
86 m_logTypesToDisableHasBeenSet =
true;
87 m_logTypesToDisable.emplace_back(std::forward<LogTypesToDisableT>(value));
93 bool m_logTypesToEnableHasBeenSet =
false;
96 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