/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The result of a DescribeSuggesters
request.See
* Also:
AWS
* API Reference
The suggesters configured for the domain specified in the request.
*/ inline const Aws::VectorThe suggesters configured for the domain specified in the request.
*/ inline void SetSuggesters(const Aws::VectorThe suggesters configured for the domain specified in the request.
*/ inline void SetSuggesters(Aws::VectorThe suggesters configured for the domain specified in the request.
*/ inline DescribeSuggestersResult& WithSuggesters(const Aws::VectorThe suggesters configured for the domain specified in the request.
*/ inline DescribeSuggestersResult& WithSuggesters(Aws::VectorThe suggesters configured for the domain specified in the request.
*/ inline DescribeSuggestersResult& AddSuggesters(const SuggesterStatus& value) { m_suggesters.push_back(value); return *this; } /** *The suggesters configured for the domain specified in the request.
*/ inline DescribeSuggestersResult& AddSuggesters(SuggesterStatus&& value) { m_suggesters.push_back(std::move(value)); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline DescribeSuggestersResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline DescribeSuggestersResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector