7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearchserverless/model/CollectionStatus.h>
22namespace OpenSearchServerless
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
78 bool m_idHasBeenSet =
false;
81 bool m_nameHasBeenSet =
false;
84 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