7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/CustomS3Location.h>
9#include <aws/bedrock-agent/model/DocumentAccessControlEntry.h>
10#include <aws/bedrock-agent/model/MetadataAttribute.h>
11#include <aws/bedrock-agent/model/MetadataSourceType.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace BedrockAgent {
47 m_typeHasBeenSet =
true;
63 template <
typename InlineAttributesT = Aws::Vector<MetadataAttribute>>
65 m_inlineAttributesHasBeenSet =
true;
66 m_inlineAttributes = std::forward<InlineAttributesT>(value);
68 template <
typename InlineAttributesT = Aws::Vector<MetadataAttribute>>
73 template <
typename InlineAttributesT = MetadataAttribute>
75 m_inlineAttributesHasBeenSet =
true;
76 m_inlineAttributes.emplace_back(std::forward<InlineAttributesT>(value));
88 template <
typename S3LocationT = CustomS3Location>
90 m_s3LocationHasBeenSet =
true;
91 m_s3Location = std::forward<S3LocationT>(value);
93 template <
typename S3LocationT = CustomS3Location>
107 template <
typename AccessControlListT = Aws::Vector<DocumentAccessControlEntry>>
109 m_accessControlListHasBeenSet =
true;
110 m_accessControlList = std::forward<AccessControlListT>(value);
112 template <
typename AccessControlListT = Aws::Vector<DocumentAccessControlEntry>>
117 template <
typename AccessControlListT = DocumentAccessControlEntry>
119 m_accessControlListHasBeenSet =
true;
120 m_accessControlList.emplace_back(std::forward<AccessControlListT>(value));
129 CustomS3Location m_s3Location;
132 bool m_typeHasBeenSet =
false;
133 bool m_inlineAttributesHasBeenSet =
false;
134 bool m_s3LocationHasBeenSet =
false;
135 bool m_accessControlListHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue