7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-models/model/TestExecutionTarget.h>
11#include <aws/lexv2-models/model/TestExecutionApiMode.h>
12#include <aws/lexv2-models/model/TestExecutionModality.h>
46 inline void SetTestSetId(
const char* value) { m_testSetIdHasBeenSet =
true; m_testSetId.assign(value); }
93 bool m_testSetIdHasBeenSet =
false;
96 bool m_targetHasBeenSet =
false;
99 bool m_apiModeHasBeenSet =
false;
102 bool m_testExecutionModalityHasBeenSet =
false;
bool ApiModeHasBeenSet() const
const TestExecutionTarget & GetTarget() const
StartTestExecutionRequest & WithApiMode(TestExecutionApiMode &&value)
StartTestExecutionRequest & WithTarget(const TestExecutionTarget &value)
void SetTestSetId(const char *value)
const TestExecutionModality & GetTestExecutionModality() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
void SetTarget(const TestExecutionTarget &value)
void SetTestExecutionModality(TestExecutionModality &&value)
AWS_LEXMODELSV2_API StartTestExecutionRequest()
void SetTestSetId(Aws::String &&value)
StartTestExecutionRequest & WithTestSetId(const Aws::String &value)
void SetTestExecutionModality(const TestExecutionModality &value)
StartTestExecutionRequest & WithApiMode(const TestExecutionApiMode &value)
virtual const char * GetServiceRequestName() const override
StartTestExecutionRequest & WithTarget(TestExecutionTarget &&value)
StartTestExecutionRequest & WithTestExecutionModality(TestExecutionModality &&value)
StartTestExecutionRequest & WithTestSetId(const char *value)
bool TestSetIdHasBeenSet() const
void SetTestSetId(const Aws::String &value)
bool TargetHasBeenSet() const
void SetApiMode(const TestExecutionApiMode &value)
const Aws::String & GetTestSetId() const
StartTestExecutionRequest & WithTestExecutionModality(const TestExecutionModality &value)
StartTestExecutionRequest & WithTestSetId(Aws::String &&value)
const TestExecutionApiMode & GetApiMode() const
bool TestExecutionModalityHasBeenSet() const
void SetTarget(TestExecutionTarget &&value)
void SetApiMode(TestExecutionApiMode &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String