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