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>
10#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename CacheParameterGroupNameT = Aws::String>
50 void SetCacheParameterGroupName(CacheParameterGroupNameT&& value) { m_cacheParameterGroupNameHasBeenSet =
true; m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value); }
51 template<
typename CacheParameterGroupNameT = Aws::String>
61 template<
typename ParameterApplyStatusT = Aws::String>
62 void SetParameterApplyStatus(ParameterApplyStatusT&& value) { m_parameterApplyStatusHasBeenSet =
true; m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value); }
63 template<
typename ParameterApplyStatusT = Aws::String>
74 template<
typename CacheNodeIdsToRebootT = Aws::Vector<Aws::String>>
75 void SetCacheNodeIdsToReboot(CacheNodeIdsToRebootT&& value) { m_cacheNodeIdsToRebootHasBeenSet =
true; m_cacheNodeIdsToReboot = std::forward<CacheNodeIdsToRebootT>(value); }
76 template<
typename CacheNodeIdsToRebootT = Aws::Vector<Aws::String>>
78 template<
typename CacheNodeIdsToRebootT = Aws::String>
84 bool m_cacheParameterGroupNameHasBeenSet =
false;
87 bool m_parameterApplyStatusHasBeenSet =
false;
90 bool m_cacheNodeIdsToRebootHasBeenSet =
false;
AWS_ELASTICACHE_API CacheParameterGroupStatus()=default
bool ParameterApplyStatusHasBeenSet() const
CacheParameterGroupStatus & WithCacheNodeIdsToReboot(CacheNodeIdsToRebootT &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
CacheParameterGroupStatus & AddCacheNodeIdsToReboot(CacheNodeIdsToRebootT &&value)
bool CacheNodeIdsToRebootHasBeenSet() const
AWS_ELASTICACHE_API CacheParameterGroupStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< Aws::String > & GetCacheNodeIdsToReboot() const
CacheParameterGroupStatus & WithParameterApplyStatus(ParameterApplyStatusT &&value)
bool CacheParameterGroupNameHasBeenSet() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
CacheParameterGroupStatus & WithCacheParameterGroupName(CacheParameterGroupNameT &&value)
void SetParameterApplyStatus(ParameterApplyStatusT &&value)
AWS_ELASTICACHE_API CacheParameterGroupStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetCacheParameterGroupName() const
void SetCacheParameterGroupName(CacheParameterGroupNameT &&value)
void SetCacheNodeIdsToReboot(CacheNodeIdsToRebootT &&value)
const Aws::String & GetParameterApplyStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream