7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dax/DAX_EXPORTS.h>
41 template <
typename SecurityGroupIdentifierT = Aws::String>
43 m_securityGroupIdentifierHasBeenSet =
true;
44 m_securityGroupIdentifier = std::forward<SecurityGroupIdentifierT>(value);
46 template <
typename SecurityGroupIdentifierT = Aws::String>
59 template <
typename StatusT = Aws::String>
61 m_statusHasBeenSet =
true;
62 m_status = std::forward<StatusT>(value);
64 template <
typename StatusT = Aws::String>
74 bool m_securityGroupIdentifierHasBeenSet =
false;
75 bool m_statusHasBeenSet =
false;
AWS_DAX_API SecurityGroupMembership & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SecurityGroupIdentifierHasBeenSet() const
void SetSecurityGroupIdentifier(SecurityGroupIdentifierT &&value)
const Aws::String & GetSecurityGroupIdentifier() const
SecurityGroupMembership & WithSecurityGroupIdentifier(SecurityGroupIdentifierT &&value)
AWS_DAX_API SecurityGroupMembership()=default
bool StatusHasBeenSet() const
void SetStatus(StatusT &&value)
SecurityGroupMembership & WithStatus(StatusT &&value)
AWS_DAX_API SecurityGroupMembership(Aws::Utils::Json::JsonView jsonValue)
AWS_DAX_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue