7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8#include <aws/opensearchserverless/OpenSearchServerlessRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace OpenSearchServerless
75 bool m_idsHasBeenSet =
false;
78 bool m_namesHasBeenSet =
false;
AWS_OPENSEARCHSERVERLESS_API Aws::String SerializePayload() const override
AWS_OPENSEARCHSERVERLESS_API BatchGetCollectionRequest()
BatchGetCollectionRequest & AddIds(const Aws::String &value)
BatchGetCollectionRequest & WithNames(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
AWS_OPENSEARCHSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetIds() const
void SetNames(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetNames() const
void SetIds(Aws::Vector< Aws::String > &&value)
BatchGetCollectionRequest & AddNames(const Aws::String &value)
void SetIds(const Aws::Vector< Aws::String > &value)
BatchGetCollectionRequest & AddIds(const char *value)
bool IdsHasBeenSet() const
BatchGetCollectionRequest & AddIds(Aws::String &&value)
BatchGetCollectionRequest & AddNames(const char *value)
bool NamesHasBeenSet() const
void SetNames(Aws::Vector< Aws::String > &&value)
BatchGetCollectionRequest & AddNames(Aws::String &&value)
BatchGetCollectionRequest & WithIds(Aws::Vector< Aws::String > &&value)
BatchGetCollectionRequest & WithIds(const Aws::Vector< Aws::String > &value)
BatchGetCollectionRequest & WithNames(const Aws::Vector< Aws::String > &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector