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 ActiveModelArnT = Aws::String>
52 void SetActiveModelArn(ActiveModelArnT&& value) { m_activeModelArnHasBeenSet =
true; m_activeModelArn = std::forward<ActiveModelArnT>(value); }
53 template<
typename ActiveModelArnT = 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_activeModelArnHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
AWS_COMPREHEND_API CreateFlywheelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COMPREHEND_API CreateFlywheelResult()=default
void SetRequestId(RequestIdT &&value)
CreateFlywheelResult & WithRequestId(RequestIdT &&value)
CreateFlywheelResult & WithActiveModelArn(ActiveModelArnT &&value)
CreateFlywheelResult & WithFlywheelArn(FlywheelArnT &&value)
const Aws::String & GetFlywheelArn() const
const Aws::String & GetRequestId() const
void SetActiveModelArn(ActiveModelArnT &&value)
const Aws::String & GetActiveModelArn() const
void SetFlywheelArn(FlywheelArnT &&value)
AWS_COMPREHEND_API CreateFlywheelResult & 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