7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename FlywheelArnT = Aws::String>
37 m_flywheelArnHasBeenSet =
true;
38 m_flywheelArn = std::forward<FlywheelArnT>(value);
40 template <
typename FlywheelArnT = Aws::String>
52 template <
typename FlywheelIterationIdT = Aws::String>
54 m_flywheelIterationIdHasBeenSet =
true;
55 m_flywheelIterationId = std::forward<FlywheelIterationIdT>(value);
57 template <
typename FlywheelIterationIdT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_flywheelArnHasBeenSet =
false;
88 bool m_flywheelIterationIdHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_COMPREHEND_API StartFlywheelIterationResult()=default
const Aws::String & GetFlywheelArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetFlywheelIterationId(FlywheelIterationIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetFlywheelIterationId() const
StartFlywheelIterationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
StartFlywheelIterationResult & WithFlywheelArn(FlywheelArnT &&value)
void SetFlywheelArn(FlywheelArnT &&value)
StartFlywheelIterationResult & WithFlywheelIterationId(FlywheelIterationIdT &&value)
AWS_COMPREHEND_API StartFlywheelIterationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COMPREHEND_API StartFlywheelIterationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue