7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/ComprehendRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetFlywheelArn(
const char* value) { m_flywheelArnHasBeenSet =
true; m_flywheelArn.assign(value); }
59 inline void SetFlywheelIterationId(
const char* value) { m_flywheelIterationIdHasBeenSet =
true; m_flywheelIterationId.assign(value); }
67 bool m_flywheelArnHasBeenSet =
false;
70 bool m_flywheelIterationIdHasBeenSet =
false;
void SetFlywheelArn(Aws::String &&value)
DescribeFlywheelIterationRequest & WithFlywheelArn(Aws::String &&value)
void SetFlywheelIterationId(Aws::String &&value)
bool FlywheelArnHasBeenSet() const
DescribeFlywheelIterationRequest & WithFlywheelArn(const Aws::String &value)
DescribeFlywheelIterationRequest & WithFlywheelIterationId(const Aws::String &value)
DescribeFlywheelIterationRequest & WithFlywheelArn(const char *value)
DescribeFlywheelIterationRequest & WithFlywheelIterationId(Aws::String &&value)
AWS_COMPREHEND_API DescribeFlywheelIterationRequest()
virtual const char * GetServiceRequestName() const override
AWS_COMPREHEND_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeFlywheelIterationRequest & WithFlywheelIterationId(const char *value)
void SetFlywheelArn(const char *value)
AWS_COMPREHEND_API Aws::String SerializePayload() const override
const Aws::String & GetFlywheelArn() const
void SetFlywheelIterationId(const Aws::String &value)
void SetFlywheelArn(const Aws::String &value)
bool FlywheelIterationIdHasBeenSet() const
const Aws::String & GetFlywheelIterationId() const
void SetFlywheelIterationId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String