7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
9#include <aws/opensearchserverless/model/CollectionStatus.h>
20namespace OpenSearchServerless {
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
79 m_statusHasBeenSet =
true;
93 bool m_idHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
95 bool m_statusHasBeenSet =
false;
bool IdHasBeenSet() const
AWS_OPENSEARCHSERVERLESS_API DeleteCollectionDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
DeleteCollectionDetail & WithName(NameT &&value)
const Aws::String & GetName() const
DeleteCollectionDetail & WithId(IdT &&value)
AWS_OPENSEARCHSERVERLESS_API DeleteCollectionDetail()=default
void SetName(NameT &&value)
void SetStatus(CollectionStatus value)
AWS_OPENSEARCHSERVERLESS_API DeleteCollectionDetail(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
bool NameHasBeenSet() const
bool StatusHasBeenSet() const
DeleteCollectionDetail & WithStatus(CollectionStatus value)
CollectionStatus GetStatus() const
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