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>
11#include <aws/lex-models/model/BuiltinIntentSlot.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace LexModelBuildingService
43 template<
typename SignatureT = Aws::String>
44 void SetSignature(SignatureT&& value) { m_signatureHasBeenSet =
true; m_signature = std::forward<SignatureT>(value); }
45 template<
typename SignatureT = Aws::String>
54 template<
typename SupportedLocalesT = Aws::Vector<Locale>>
55 void SetSupportedLocales(SupportedLocalesT&& value) { m_supportedLocalesHasBeenSet =
true; m_supportedLocales = std::forward<SupportedLocalesT>(value); }
56 template<
typename SupportedLocalesT = Aws::Vector<Locale>>
67 template<
typename SlotsT = Aws::Vector<BuiltinIntentSlot>>
68 void SetSlots(SlotsT&& value) { m_slotsHasBeenSet =
true; m_slots = std::forward<SlotsT>(value); }
69 template<
typename SlotsT = Aws::Vector<BuiltinIntentSlot>>
71 template<
typename SlotsT = BuiltinIntentSlot>
78 template<
typename RequestIdT = Aws::String>
79 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
80 template<
typename RequestIdT = Aws::String>
86 bool m_signatureHasBeenSet =
false;
89 bool m_supportedLocalesHasBeenSet =
false;
92 bool m_slotsHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
void SetSupportedLocales(SupportedLocalesT &&value)
AWS_LEXMODELBUILDINGSERVICE_API GetBuiltinIntentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
GetBuiltinIntentResult & AddSupportedLocales(Locale value)
GetBuiltinIntentResult & WithSignature(SignatureT &&value)
GetBuiltinIntentResult & WithRequestId(RequestIdT &&value)
void SetSignature(SignatureT &&value)
void SetSlots(SlotsT &&value)
GetBuiltinIntentResult & WithSupportedLocales(SupportedLocalesT &&value)
GetBuiltinIntentResult & AddSlots(SlotsT &&value)
AWS_LEXMODELBUILDINGSERVICE_API GetBuiltinIntentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetSignature() const
GetBuiltinIntentResult & WithSlots(SlotsT &&value)
AWS_LEXMODELBUILDINGSERVICE_API GetBuiltinIntentResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::Vector< BuiltinIntentSlot > & GetSlots() const
const Aws::Vector< Locale > & GetSupportedLocales() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue