7#include <aws/s3vectors/S3Vectors_EXPORTS.h>
8#include <aws/s3vectors/S3VectorsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3vectors/model/EncryptionConfiguration.h>
42 template<
typename VectorBucketNameT = Aws::String>
43 void SetVectorBucketName(VectorBucketNameT&& value) { m_vectorBucketNameHasBeenSet =
true; m_vectorBucketName = std::forward<VectorBucketNameT>(value); }
44 template<
typename VectorBucketNameT = Aws::String>
56 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
57 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
58 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
64 bool m_vectorBucketNameHasBeenSet =
false;
67 bool m_encryptionConfigurationHasBeenSet =
false;
CreateVectorBucketRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
bool VectorBucketNameHasBeenSet() const
AWS_S3VECTORS_API Aws::String SerializePayload() const override
AWS_S3VECTORS_API CreateVectorBucketRequest()=default
const EncryptionConfiguration & GetEncryptionConfiguration() const
void SetVectorBucketName(VectorBucketNameT &&value)
const Aws::String & GetVectorBucketName() const
CreateVectorBucketRequest & WithVectorBucketName(VectorBucketNameT &&value)
bool EncryptionConfigurationHasBeenSet() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String