7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/ComprehendRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename FlywheelArnT = Aws::String>
44 void SetFlywheelArn(FlywheelArnT&& value) { m_flywheelArnHasBeenSet =
true; m_flywheelArn = std::forward<FlywheelArnT>(value); }
45 template<
typename FlywheelArnT = Aws::String>
55 template<
typename FlywheelIterationIdT = Aws::String>
56 void SetFlywheelIterationId(FlywheelIterationIdT&& value) { m_flywheelIterationIdHasBeenSet =
true; m_flywheelIterationId = std::forward<FlywheelIterationIdT>(value); }
57 template<
typename FlywheelIterationIdT = Aws::String>
63 bool m_flywheelArnHasBeenSet =
false;
66 bool m_flywheelIterationIdHasBeenSet =
false;
AWS_COMPREHEND_API DescribeFlywheelIterationRequest()=default
bool FlywheelArnHasBeenSet() const
DescribeFlywheelIterationRequest & WithFlywheelArn(FlywheelArnT &&value)
virtual const char * GetServiceRequestName() const override
void SetFlywheelIterationId(FlywheelIterationIdT &&value)
AWS_COMPREHEND_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_COMPREHEND_API Aws::String SerializePayload() const override
const Aws::String & GetFlywheelArn() const
void SetFlywheelArn(FlywheelArnT &&value)
bool FlywheelIterationIdHasBeenSet() const
const Aws::String & GetFlywheelIterationId() const
DescribeFlywheelIterationRequest & WithFlywheelIterationId(FlywheelIterationIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String