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 SecurityGroupIdT = Aws::String>
50 void SetSecurityGroupId(SecurityGroupIdT&& value) { m_securityGroupIdHasBeenSet =
true; m_securityGroupId = std::forward<SecurityGroupIdT>(value); }
51 template<
typename SecurityGroupIdT = 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_securityGroupIdHasBeenSet =
false;
74 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