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 CacheSecurityGroupNameT = Aws::String>
50 void SetCacheSecurityGroupName(CacheSecurityGroupNameT&& value) { m_cacheSecurityGroupNameHasBeenSet =
true; m_cacheSecurityGroupName = std::forward<CacheSecurityGroupNameT>(value); }
51 template<
typename CacheSecurityGroupNameT = Aws::String>
63 template<
typename StatusT = Aws::String>
64 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
65 template<
typename StatusT = Aws::String>
71 bool m_cacheSecurityGroupNameHasBeenSet =
false;
74 bool m_statusHasBeenSet =
false;
const Aws::String & GetCacheSecurityGroupName() const
void SetStatus(StatusT &&value)
CacheSecurityGroupMembership & WithStatus(StatusT &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool CacheSecurityGroupNameHasBeenSet() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
CacheSecurityGroupMembership & WithCacheSecurityGroupName(CacheSecurityGroupNameT &&value)
void SetCacheSecurityGroupName(CacheSecurityGroupNameT &&value)
bool StatusHasBeenSet() const
AWS_ELASTICACHE_API CacheSecurityGroupMembership()=default
AWS_ELASTICACHE_API CacheSecurityGroupMembership & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetStatus() const
AWS_ELASTICACHE_API CacheSecurityGroupMembership(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream