7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
9#include <aws/opensearchserverless/model/CollectionGroupCapacityLimits.h>
20namespace 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 ArnT = Aws::String>
61 m_arnHasBeenSet =
true;
62 m_arn = std::forward<ArnT>(value);
64 template <
typename ArnT = Aws::String>
66 SetArn(std::forward<ArnT>(value));
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
114 template <
typename CapacityLimitsT = CollectionGroupCapacityLimits>
116 m_capacityLimitsHasBeenSet =
true;
117 m_capacityLimits = std::forward<CapacityLimitsT>(value);
119 template <
typename CapacityLimitsT = CollectionGroupCapacityLimits>
133 m_createdDateHasBeenSet =
true;
134 m_createdDate = value;
149 m_lastModifiedDateHasBeenSet =
true;
150 m_lastModifiedDate = value;
168 long long m_createdDate{0};
170 long long m_lastModifiedDate{0};
171 bool m_idHasBeenSet =
false;
172 bool m_arnHasBeenSet =
false;
173 bool m_nameHasBeenSet =
false;
174 bool m_descriptionHasBeenSet =
false;
175 bool m_capacityLimitsHasBeenSet =
false;
176 bool m_createdDateHasBeenSet =
false;
177 bool m_lastModifiedDateHasBeenSet =
false;
bool DescriptionHasBeenSet() const
void SetCreatedDate(long long value)
bool CapacityLimitsHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API UpdateCollectionGroupDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
const Aws::String & GetName() const
UpdateCollectionGroupDetail & WithCreatedDate(long long value)
const Aws::String & GetDescription() const
long long GetCreatedDate() const
bool NameHasBeenSet() const
UpdateCollectionGroupDetail & WithCapacityLimits(CapacityLimitsT &&value)
const Aws::String & GetId() const
void SetName(NameT &&value)
bool ArnHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API UpdateCollectionGroupDetail(Aws::Utils::Json::JsonView jsonValue)
UpdateCollectionGroupDetail & WithDescription(DescriptionT &&value)
UpdateCollectionGroupDetail & WithArn(ArnT &&value)
void SetDescription(DescriptionT &&value)
UpdateCollectionGroupDetail & WithLastModifiedDate(long long value)
void SetCapacityLimits(CapacityLimitsT &&value)
UpdateCollectionGroupDetail & WithName(NameT &&value)
bool LastModifiedDateHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API UpdateCollectionGroupDetail()=default
void SetLastModifiedDate(long long value)
const CollectionGroupCapacityLimits & GetCapacityLimits() const
bool IdHasBeenSet() const
void SetArn(ArnT &&value)
long long GetLastModifiedDate() const
bool CreatedDateHasBeenSet() const
UpdateCollectionGroupDetail & WithId(IdT &&value)
AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue