7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lex-models/model/BuiltinIntentMetadata.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LexModelBuildingService
43 template<
typename IntentsT = Aws::Vector<BuiltinIntentMetadata>>
44 void SetIntents(IntentsT&& value) { m_intentsHasBeenSet =
true; m_intents = std::forward<IntentsT>(value); }
45 template<
typename IntentsT = Aws::Vector<BuiltinIntentMetadata>>
47 template<
typename IntentsT = BuiltinIntentMetadata>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_intentsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
GetBuiltinIntentsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
GetBuiltinIntentsResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
AWS_LEXMODELBUILDINGSERVICE_API GetBuiltinIntentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< BuiltinIntentMetadata > & GetIntents() const
AWS_LEXMODELBUILDINGSERVICE_API GetBuiltinIntentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBuiltinIntentsResult & AddIntents(IntentsT &&value)
GetBuiltinIntentsResult & WithIntents(IntentsT &&value)
const Aws::String & GetRequestId() const
void SetIntents(IntentsT &&value)
AWS_LEXMODELBUILDINGSERVICE_API GetBuiltinIntentsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue