7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename LogGroupT = Aws::String>
50 void SetLogGroup(LogGroupT&& value) { m_logGroupHasBeenSet =
true; m_logGroup = std::forward<LogGroupT>(value); }
51 template<
typename LogGroupT = Aws::String>
57 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