7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent/model/CustomS3Location.h>
10#include <aws/bedrock-agent/model/MetadataSourceType.h>
11#include <aws/bedrock-agent/model/MetadataAttribute.h>
52 template<
typename InlineAttributesT = Aws::Vector<MetadataAttribute>>
53 void SetInlineAttributes(InlineAttributesT&& value) { m_inlineAttributesHasBeenSet =
true; m_inlineAttributes = std::forward<InlineAttributesT>(value); }
54 template<
typename InlineAttributesT = Aws::Vector<MetadataAttribute>>
56 template<
typename InlineAttributesT = MetadataAttribute>
57 DocumentMetadata&
AddInlineAttributes(InlineAttributesT&& value) { m_inlineAttributesHasBeenSet =
true; m_inlineAttributes.emplace_back(std::forward<InlineAttributesT>(value));
return *
this; }
67 template<
typename S3LocationT = CustomS3Location>
68 void SetS3Location(S3LocationT&& value) { m_s3LocationHasBeenSet =
true; m_s3Location = std::forward<S3LocationT>(value); }
69 template<
typename S3LocationT = CustomS3Location>
85 bool m_inlineAttributesHasBeenSet =
false;
88 bool m_s3LocationHasBeenSet =
false;
91 bool m_typeHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue