7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename IndexArnT = Aws::String>
50 void SetIndexArn(IndexArnT&& value) { m_indexArnHasBeenSet =
true; m_indexArn = std::forward<IndexArnT>(value); }
51 template<
typename IndexArnT = Aws::String>
62 template<
typename IndexNameT = Aws::String>
63 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
64 template<
typename IndexNameT = Aws::String>
75 template<
typename VectorBucketArnT = Aws::String>
76 void SetVectorBucketArn(VectorBucketArnT&& value) { m_vectorBucketArnHasBeenSet =
true; m_vectorBucketArn = std::forward<VectorBucketArnT>(value); }
77 template<
typename VectorBucketArnT = Aws::String>
83 bool m_indexArnHasBeenSet =
false;
86 bool m_indexNameHasBeenSet =
false;
89 bool m_vectorBucketArnHasBeenSet =
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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue