7#include <aws/s3vectors/S3Vectors_EXPORTS.h>
8#include <aws/s3vectors/S3VectorsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename VectorBucketNameT = Aws::String>
42 void SetVectorBucketName(VectorBucketNameT&& value) { m_vectorBucketNameHasBeenSet =
true; m_vectorBucketName = std::forward<VectorBucketNameT>(value); }
43 template<
typename VectorBucketNameT = Aws::String>
53 template<
typename IndexNameT = Aws::String>
54 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
55 template<
typename IndexNameT = Aws::String>
65 template<
typename IndexArnT = Aws::String>
66 void SetIndexArn(IndexArnT&& value) { m_indexArnHasBeenSet =
true; m_indexArn = std::forward<IndexArnT>(value); }
67 template<
typename IndexArnT = Aws::String>
73 bool m_vectorBucketNameHasBeenSet =
false;
76 bool m_indexNameHasBeenSet =
false;
79 bool m_indexArnHasBeenSet =
false;
void SetIndexArn(IndexArnT &&value)
AWS_S3VECTORS_API Aws::String SerializePayload() const override
void SetIndexName(IndexNameT &&value)
bool IndexArnHasBeenSet() const
GetIndexRequest & WithVectorBucketName(VectorBucketNameT &&value)
AWS_S3VECTORS_API GetIndexRequest()=default
const Aws::String & GetIndexName() const
GetIndexRequest & WithIndexName(IndexNameT &&value)
const Aws::String & GetIndexArn() const
GetIndexRequest & WithIndexArn(IndexArnT &&value)
void SetVectorBucketName(VectorBucketNameT &&value)
virtual const char * GetServiceRequestName() const override
bool VectorBucketNameHasBeenSet() const
const Aws::String & GetVectorBucketName() const
bool IndexNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String