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/IntentMetadata.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LexModelBuildingService
43 template<
typename IntentsT = Aws::Vector<IntentMetadata>>
44 void SetIntents(IntentsT&& value) { m_intentsHasBeenSet =
true; m_intents = std::forward<IntentsT>(value); }
45 template<
typename IntentsT = Aws::Vector<IntentMetadata>>
47 template<
typename IntentsT = IntentMetadata>
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;
AWS_LEXMODELBUILDINGSERVICE_API GetIntentVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
void SetIntents(IntentsT &&value)
GetIntentVersionsResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
AWS_LEXMODELBUILDINGSERVICE_API GetIntentVersionsResult()=default
GetIntentVersionsResult & AddIntents(IntentsT &&value)
GetIntentVersionsResult & WithRequestId(RequestIdT &&value)
GetIntentVersionsResult & WithIntents(IntentsT &&value)
const Aws::Vector< IntentMetadata > & GetIntents() const
AWS_LEXMODELBUILDINGSERVICE_API GetIntentVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue