7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename FlywheelArnT = Aws::String>
36 m_flywheelArnHasBeenSet =
true;
37 m_flywheelArn = std::forward<FlywheelArnT>(value);
39 template <
typename FlywheelArnT = Aws::String>
51 template <
typename FlywheelIterationIdT = Aws::String>
53 m_flywheelIterationIdHasBeenSet =
true;
54 m_flywheelIterationId = std::forward<FlywheelIterationIdT>(value);
56 template <
typename FlywheelIterationIdT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_flywheelArnHasBeenSet =
false;
84 bool m_flywheelIterationIdHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
AWS_COMPREHEND_API StartFlywheelIterationResult()=default
const Aws::String & GetFlywheelArn() 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