7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/CustomS3Location.h>
9#include <aws/bedrock-agent/model/MetadataAttribute.h>
10#include <aws/bedrock-agent/model/MetadataSourceType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace BedrockAgent {
46 m_typeHasBeenSet =
true;
62 template <
typename InlineAttributesT = Aws::Vector<MetadataAttribute>>
64 m_inlineAttributesHasBeenSet =
true;
65 m_inlineAttributes = std::forward<InlineAttributesT>(value);
67 template <
typename InlineAttributesT = Aws::Vector<MetadataAttribute>>
72 template <
typename InlineAttributesT = MetadataAttribute>
74 m_inlineAttributesHasBeenSet =
true;
75 m_inlineAttributes.emplace_back(std::forward<InlineAttributesT>(value));
87 template <
typename S3LocationT = CustomS3Location>
89 m_s3LocationHasBeenSet =
true;
90 m_s3Location = std::forward<S3LocationT>(value);
92 template <
typename S3LocationT = CustomS3Location>
103 CustomS3Location m_s3Location;
104 bool m_typeHasBeenSet =
false;
105 bool m_inlineAttributesHasBeenSet =
false;
106 bool m_s3LocationHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue