7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/ReadAccessType.h>
10#include <aws/qbusiness/model/MembershipType.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
84 bool m_nameHasBeenSet =
false;
87 bool m_accessHasBeenSet =
false;
90 bool m_membershipTypeHasBeenSet =
false;
AWS_QBUSINESS_API PrincipalGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccess(const ReadAccessType &value)
bool MembershipTypeHasBeenSet() const
bool AccessHasBeenSet() const
PrincipalGroup & WithAccess(ReadAccessType &&value)
PrincipalGroup & WithMembershipType(MembershipType &&value)
const MembershipType & GetMembershipType() const
PrincipalGroup & WithAccess(const ReadAccessType &value)
void SetName(const char *value)
const Aws::String & GetName() const
void SetMembershipType(MembershipType &&value)
AWS_QBUSINESS_API PrincipalGroup(Aws::Utils::Json::JsonView jsonValue)
const ReadAccessType & GetAccess() const
void SetMembershipType(const MembershipType &value)
bool NameHasBeenSet() const
void SetAccess(ReadAccessType &&value)
PrincipalGroup & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
PrincipalGroup & WithName(Aws::String &&value)
AWS_QBUSINESS_API PrincipalGroup()
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(Aws::String &&value)
PrincipalGroup & WithMembershipType(const MembershipType &value)
PrincipalGroup & WithName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue