7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/EvaluationFormSearchSummary.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 return m_evaluationFormSearchSummaryList;
39 template <
typename EvaluationFormSearchSummaryListT = Aws::Vector<EvaluationFormSearchSummary>>
41 m_evaluationFormSearchSummaryListHasBeenSet =
true;
42 m_evaluationFormSearchSummaryList = std::forward<EvaluationFormSearchSummaryListT>(value);
44 template <
typename EvaluationFormSearchSummaryListT = Aws::Vector<EvaluationFormSearchSummary>>
49 template <
typename EvaluationFormSearchSummaryListT = EvaluationFormSearchSummary>
51 m_evaluationFormSearchSummaryListHasBeenSet =
true;
52 m_evaluationFormSearchSummaryList.emplace_back(std::forward<EvaluationFormSearchSummaryListT>(value));
63 template <
typename NextTokenT = Aws::String>
65 m_nextTokenHasBeenSet =
true;
66 m_nextToken = std::forward<NextTokenT>(value);
68 template <
typename NextTokenT = Aws::String>
81 m_approximateTotalCountHasBeenSet =
true;
82 m_approximateTotalCount = value;
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 template <
typename RequestIdT = Aws::String>
111 long long m_approximateTotalCount{0};
115 bool m_evaluationFormSearchSummaryListHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
117 bool m_approximateTotalCountHasBeenSet =
false;
118 bool m_requestIdHasBeenSet =
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