7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lex-models/model/Locale.h>
23namespace LexModelBuildingService
51 template<
typename SignatureT = Aws::String>
52 void SetSignature(SignatureT&& value) { m_signatureHasBeenSet =
true; m_signature = std::forward<SignatureT>(value); }
53 template<
typename SignatureT = Aws::String>
63 template<
typename SupportedLocalesT = Aws::Vector<Locale>>
64 void SetSupportedLocales(SupportedLocalesT&& value) { m_supportedLocalesHasBeenSet =
true; m_supportedLocales = std::forward<SupportedLocalesT>(value); }
65 template<
typename SupportedLocalesT = Aws::Vector<Locale>>
72 bool m_signatureHasBeenSet =
false;
75 bool m_supportedLocalesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue