7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/MembershipType.h>
47 template<
typename GroupNameT = Aws::String>
48 void SetGroupName(
GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
49 template<
typename GroupNameT = Aws::String>
65 bool m_groupNameHasBeenSet =
false;
68 bool m_typeHasBeenSet =
false;
MemberGroup & WithGroupName(GroupNameT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool GroupNameHasBeenSet() const
MembershipType GetType() const
void SetGroupName(GroupNameT &&value)
AWS_QBUSINESS_API MemberGroup()=default
AWS_QBUSINESS_API MemberGroup(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API MemberGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
MemberGroup & WithType(MembershipType value)
const Aws::String & GetGroupName() const
void SetType(MembershipType value)
bool TypeHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue