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 SecurityGroupIdT = Aws::String>
45 m_securityGroupIdHasBeenSet =
true;
46 m_securityGroupId = std::forward<SecurityGroupIdT>(value);
48 template <
typename SecurityGroupIdT = Aws::String>
63 template <
typename StatusT = Aws::String>
65 m_statusHasBeenSet =
true;
66 m_status = std::forward<StatusT>(value);
68 template <
typename StatusT = Aws::String>
78 bool m_securityGroupIdHasBeenSet =
false;
79 bool m_statusHasBeenSet =
false;
AWS_ELASTICACHE_API SecurityGroupMembership()=default
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
SecurityGroupMembership & WithSecurityGroupId(SecurityGroupIdT &&value)
SecurityGroupMembership & WithStatus(StatusT &&value)
void SetStatus(StatusT &&value)
const Aws::String & GetSecurityGroupId() const
const Aws::String & GetStatus() const
AWS_ELASTICACHE_API SecurityGroupMembership(const Aws::Utils::Xml::XmlNode &xmlNode)
bool StatusHasBeenSet() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICACHE_API SecurityGroupMembership & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool SecurityGroupIdHasBeenSet() const
void SetSecurityGroupId(SecurityGroupIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream