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 EngineT = Aws::String>
45 m_engineHasBeenSet =
true;
46 m_engine = std::forward<EngineT>(value);
48 template <
typename EngineT = Aws::String>
61 template <
typename EngineVersionT = Aws::String>
63 m_engineVersionHasBeenSet =
true;
64 m_engineVersion = std::forward<EngineVersionT>(value);
66 template <
typename EngineVersionT = Aws::String>
83 template <
typename CacheParameterGroupFamilyT = Aws::String>
85 m_cacheParameterGroupFamilyHasBeenSet =
true;
86 m_cacheParameterGroupFamily = std::forward<CacheParameterGroupFamilyT>(value);
88 template <
typename CacheParameterGroupFamilyT = Aws::String>
101 template <
typename CacheEngineDescriptionT = Aws::String>
103 m_cacheEngineDescriptionHasBeenSet =
true;
104 m_cacheEngineDescription = std::forward<CacheEngineDescriptionT>(value);
106 template <
typename CacheEngineDescriptionT = Aws::String>
119 template <
typename CacheEngineVersionDescriptionT = Aws::String>
121 m_cacheEngineVersionDescriptionHasBeenSet =
true;
122 m_cacheEngineVersionDescription = std::forward<CacheEngineVersionDescriptionT>(value);
124 template <
typename CacheEngineVersionDescriptionT = Aws::String>
140 bool m_engineHasBeenSet =
false;
141 bool m_engineVersionHasBeenSet =
false;
142 bool m_cacheParameterGroupFamilyHasBeenSet =
false;
143 bool m_cacheEngineDescriptionHasBeenSet =
false;
144 bool m_cacheEngineVersionDescriptionHasBeenSet =
false;
const Aws::String & GetCacheEngineDescription() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool CacheEngineVersionDescriptionHasBeenSet() const
void SetCacheEngineDescription(CacheEngineDescriptionT &&value)
const Aws::String & GetEngineVersion() const
AWS_ELASTICACHE_API CacheEngineVersion()=default
bool EngineVersionHasBeenSet() const
const Aws::String & GetEngine() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetEngineVersion(EngineVersionT &&value)
bool EngineHasBeenSet() const
const Aws::String & GetCacheParameterGroupFamily() const
CacheEngineVersion & WithCacheEngineDescription(CacheEngineDescriptionT &&value)
const Aws::String & GetCacheEngineVersionDescription() const
CacheEngineVersion & WithCacheEngineVersionDescription(CacheEngineVersionDescriptionT &&value)
CacheEngineVersion & WithCacheParameterGroupFamily(CacheParameterGroupFamilyT &&value)
bool CacheEngineDescriptionHasBeenSet() const
void SetCacheParameterGroupFamily(CacheParameterGroupFamilyT &&value)
AWS_ELASTICACHE_API CacheEngineVersion & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetEngine(EngineT &&value)
CacheEngineVersion & WithEngineVersion(EngineVersionT &&value)
AWS_ELASTICACHE_API CacheEngineVersion(const Aws::Utils::Xml::XmlNode &xmlNode)
CacheEngineVersion & WithEngine(EngineT &&value)
void SetCacheEngineVersionDescription(CacheEngineVersionDescriptionT &&value)
bool CacheParameterGroupFamilyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream