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/CollectionGroupCapacityLimits.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>
78 template <
typename CapacityLimitsT = CollectionGroupCapacityLimits>
80 m_capacityLimitsHasBeenSet =
true;
81 m_capacityLimits = std::forward<CapacityLimitsT>(value);
83 template <
typename CapacityLimitsT = CollectionGroupCapacityLimits>
96 template <
typename ClientTokenT = Aws::String>
98 m_clientTokenHasBeenSet =
true;
99 m_clientToken = std::forward<ClientTokenT>(value);
101 template <
typename ClientTokenT = Aws::String>
115 bool m_idHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
117 bool m_capacityLimitsHasBeenSet =
false;
118 bool m_clientTokenHasBeenSet =
true;
void SetCapacityLimits(CapacityLimitsT &&value)
bool IdHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
UpdateCollectionGroupRequest & WithDescription(DescriptionT &&value)
UpdateCollectionGroupRequest & WithCapacityLimits(CapacityLimitsT &&value)
UpdateCollectionGroupRequest & WithId(IdT &&value)
bool ClientTokenHasBeenSet() const
const CollectionGroupCapacityLimits & GetCapacityLimits() const
UpdateCollectionGroupRequest & WithClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_OPENSEARCHSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_OPENSEARCHSERVERLESS_API UpdateCollectionGroupRequest()=default
bool CapacityLimitsHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API Aws::String SerializePayload() const override
const Aws::String & GetId() const
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetClientToken() 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