7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/opensearchserverless/OpenSearchServerlessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
15namespace OpenSearchServerless
44 template<
typename IdT = Aws::String>
45 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
46 template<
typename IdT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
68 template<
typename ClientTokenT = Aws::String>
69 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
70 template<
typename ClientTokenT = Aws::String>
76 bool m_idHasBeenSet =
false;
79 bool m_descriptionHasBeenSet =
false;
82 bool m_clientTokenHasBeenSet =
true;
bool IdHasBeenSet() const
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)
virtual const char * GetServiceRequestName() const override
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