7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/DocumentAclMembershipType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgentRuntime {
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
61 m_typeHasBeenSet =
true;
73 bool m_idHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
DocumentAclMembershipType GetType() const
AWS_BEDROCKAGENTRUNTIME_API DocumentAclGroup(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API DocumentAclGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
DocumentAclGroup & WithType(DocumentAclMembershipType value)
const Aws::String & GetId() const
DocumentAclGroup & WithId(IdT &&value)
void SetType(DocumentAclMembershipType value)
AWS_BEDROCKAGENTRUNTIME_API DocumentAclGroup()=default
bool TypeHasBeenSet() const
DocumentAclMembershipType
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