7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
19namespace ElastiCache {
43 template <
typename LogGroupT = Aws::String>
45 m_logGroupHasBeenSet =
true;
46 m_logGroup = std::forward<LogGroupT>(value);
48 template <
typename LogGroupT = Aws::String>
56 bool m_logGroupHasBeenSet =
false;
bool LogGroupHasBeenSet() const
AWS_ELASTICACHE_API CloudWatchLogsDestinationDetails(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICACHE_API CloudWatchLogsDestinationDetails()=default
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICACHE_API CloudWatchLogsDestinationDetails & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetLogGroup() const
CloudWatchLogsDestinationDetails & WithLogGroup(LogGroupT &&value)
void SetLogGroup(LogGroupT &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream