7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/MembershipType.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
68 bool m_idHasBeenSet =
false;
71 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
MembershipType GetType() const
AWS_QBUSINESS_API AssociatedUser()=default
AWS_QBUSINESS_API AssociatedUser(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
AssociatedUser & WithType(MembershipType value)
AssociatedUser & WithId(IdT &&value)
AWS_QBUSINESS_API AssociatedUser & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(MembershipType value)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue