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 ActiveModelArnT = Aws::String>
53 m_activeModelArnHasBeenSet =
true;
54 m_activeModelArn = std::forward<ActiveModelArnT>(value);
56 template <
typename ActiveModelArnT = 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_activeModelArnHasBeenSet =
false;
85 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