7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elementalinference/ElementalInference_EXPORTS.h>
11#include <aws/elementalinference/model/DictionarySummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ElementalInference {
37 template <
typename DictionariesT = Aws::Vector<DictionarySummary>>
39 m_dictionariesHasBeenSet =
true;
40 m_dictionaries = std::forward<DictionariesT>(value);
42 template <
typename DictionariesT = Aws::Vector<DictionarySummary>>
47 template <
typename DictionariesT = DictionarySummary>
49 m_dictionariesHasBeenSet =
true;
50 m_dictionaries.emplace_back(std::forward<DictionariesT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_dictionariesHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
ListDictionariesResult & WithDictionaries(DictionariesT &&value)
ListDictionariesResult & AddDictionaries(DictionariesT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
void SetDictionaries(DictionariesT &&value)
AWS_ELEMENTALINFERENCE_API ListDictionariesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ELEMENTALINFERENCE_API ListDictionariesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDictionariesResult & WithRequestId(RequestIdT &&value)
ListDictionariesResult & WithNextToken(NextTokenT &&value)
AWS_ELEMENTALINFERENCE_API ListDictionariesResult()=default
const Aws::Vector< DictionarySummary > & GetDictionaries() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue