7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgent {
42 template <
typename VectorBucketArnT = Aws::String>
44 m_vectorBucketArnHasBeenSet =
true;
45 m_vectorBucketArn = std::forward<VectorBucketArnT>(value);
47 template <
typename VectorBucketArnT = Aws::String>
62 template <
typename IndexArnT = Aws::String>
64 m_indexArnHasBeenSet =
true;
65 m_indexArn = std::forward<IndexArnT>(value);
67 template <
typename IndexArnT = Aws::String>
81 template <
typename IndexNameT = Aws::String>
83 m_indexNameHasBeenSet =
true;
84 m_indexName = std::forward<IndexNameT>(value);
86 template <
typename IndexNameT = Aws::String>
98 bool m_vectorBucketArnHasBeenSet =
false;
99 bool m_indexArnHasBeenSet =
false;
100 bool m_indexNameHasBeenSet =
false;
S3VectorsConfiguration & WithIndexName(IndexNameT &&value)
AWS_BEDROCKAGENT_API S3VectorsConfiguration()=default
void SetIndexName(IndexNameT &&value)
bool IndexNameHasBeenSet() const
bool IndexArnHasBeenSet() const
const Aws::String & GetVectorBucketArn() const
const Aws::String & GetIndexName() const
const Aws::String & GetIndexArn() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool VectorBucketArnHasBeenSet() const
S3VectorsConfiguration & WithIndexArn(IndexArnT &&value)
void SetVectorBucketArn(VectorBucketArnT &&value)
void SetIndexArn(IndexArnT &&value)
S3VectorsConfiguration & WithVectorBucketArn(VectorBucketArnT &&value)
AWS_BEDROCKAGENT_API S3VectorsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API S3VectorsConfiguration(Aws::Utils::Json::JsonView jsonValue)
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