7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearchserverless/OpenSearchServerlessRequest.h>
10#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
11#include <aws/opensearchserverless/model/VectorOptions.h>
16namespace OpenSearchServerless {
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename VectorOptionsT = VectorOptions>
79 m_vectorOptionsHasBeenSet =
true;
80 m_vectorOptions = std::forward<VectorOptionsT>(value);
82 template <
typename VectorOptionsT = VectorOptions>
95 template <
typename ClientTokenT = Aws::String>
97 m_clientTokenHasBeenSet =
true;
98 m_clientToken = std::forward<ClientTokenT>(value);
100 template <
typename ClientTokenT = Aws::String>
114 bool m_idHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
116 bool m_vectorOptionsHasBeenSet =
false;
117 bool m_clientTokenHasBeenSet =
true;
bool IdHasBeenSet() const
bool VectorOptionsHasBeenSet() const
void SetVectorOptions(VectorOptionsT &&value)
void SetDescription(DescriptionT &&value)
bool ClientTokenHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API Aws::String SerializePayload() const override
UpdateCollectionRequest & WithClientToken(ClientTokenT &&value)
AWS_OPENSEARCHSERVERLESS_API UpdateCollectionRequest()=default
AWS_OPENSEARCHSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetId() const
UpdateCollectionRequest & WithId(IdT &&value)
UpdateCollectionRequest & WithDescription(DescriptionT &&value)
const VectorOptions & GetVectorOptions() const
virtual const char * GetServiceRequestName() const override
UpdateCollectionRequest & WithVectorOptions(VectorOptionsT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetDescription() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String