7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/FlywheelSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename FlywheelSummaryListT = Aws::Vector<FlywheelSummary>>
39 m_flywheelSummaryListHasBeenSet =
true;
40 m_flywheelSummaryList = std::forward<FlywheelSummaryListT>(value);
42 template <
typename FlywheelSummaryListT = Aws::Vector<FlywheelSummary>>
47 template <
typename FlywheelSummaryListT = FlywheelSummary>
49 m_flywheelSummaryListHasBeenSet =
true;
50 m_flywheelSummaryList.emplace_back(std::forward<FlywheelSummaryListT>(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>
92 bool m_flywheelSummaryListHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
ListFlywheelsResult & WithFlywheelSummaryList(FlywheelSummaryListT &&value)
ListFlywheelsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< FlywheelSummary > & GetFlywheelSummaryList() const
ListFlywheelsResult & AddFlywheelSummaryList(FlywheelSummaryListT &&value)
const Aws::String & GetNextToken() const
AWS_COMPREHEND_API ListFlywheelsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_COMPREHEND_API ListFlywheelsResult()=default
AWS_COMPREHEND_API ListFlywheelsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFlywheelSummaryList(FlywheelSummaryListT &&value)
ListFlywheelsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() 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