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 NameT = Aws::String>
50 void SetName(
NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
68 bool m_nameHasBeenSet =
false;
71 bool m_typeHasBeenSet =
false;
AWS_QBUSINESS_API DocumentAclGroup(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_QBUSINESS_API DocumentAclGroup()=default
bool NameHasBeenSet() const
void SetName(NameT &&value)
void SetType(MembershipType value)
AWS_QBUSINESS_API DocumentAclGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
MembershipType GetType() const
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentAclGroup & WithName(NameT &&value)
bool TypeHasBeenSet() const
DocumentAclGroup & WithType(MembershipType value)
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