7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/opensearch/OpenSearchService_EXPORTS.h>
20namespace OpenSearchService {
42 template <
typename SupportedRegionsT = Aws::Vector<Aws::String>>
44 m_supportedRegionsHasBeenSet =
true;
45 m_supportedRegions = std::forward<SupportedRegionsT>(value);
47 template <
typename SupportedRegionsT = Aws::Vector<Aws::String>>
52 template <
typename SupportedRegionsT = Aws::String>
54 m_supportedRegionsHasBeenSet =
true;
55 m_supportedRegions.emplace_back(std::forward<SupportedRegionsT>(value));
61 bool m_supportedRegionsHasBeenSet =
false;
AWS_OPENSEARCHSERVICE_API ServiceOptions()=default
void SetSupportedRegions(SupportedRegionsT &&value)
ServiceOptions & WithSupportedRegions(SupportedRegionsT &&value)
AWS_OPENSEARCHSERVICE_API ServiceOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetSupportedRegions() const
ServiceOptions & AddSupportedRegions(SupportedRegionsT &&value)
AWS_OPENSEARCHSERVICE_API ServiceOptions(Aws::Utils::Json::JsonView jsonValue)
bool SupportedRegionsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue