7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename FlywheelArnT = Aws::String>
41 void SetFlywheelArn(FlywheelArnT&& value) { m_flywheelArnHasBeenSet =
true; m_flywheelArn = std::forward<FlywheelArnT>(value); }
42 template<
typename FlywheelArnT = Aws::String>
51 template<
typename FlywheelIterationIdT = Aws::String>
52 void SetFlywheelIterationId(FlywheelIterationIdT&& value) { m_flywheelIterationIdHasBeenSet =
true; m_flywheelIterationId = std::forward<FlywheelIterationIdT>(value); }
53 template<
typename FlywheelIterationIdT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_flywheelArnHasBeenSet =
false;
71 bool m_flywheelIterationIdHasBeenSet =
false;
74 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