7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetTestExecutionId(
const char* value) { m_testExecutionIdHasBeenSet =
true; m_testExecutionId.assign(value); }
51 bool m_testExecutionIdHasBeenSet =
false;
const Aws::String & GetTestExecutionId() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool TestExecutionIdHasBeenSet() const
void SetTestExecutionId(Aws::String &&value)
void SetTestExecutionId(const char *value)
GetTestExecutionArtifactsUrlRequest & WithTestExecutionId(Aws::String &&value)
AWS_LEXMODELSV2_API GetTestExecutionArtifactsUrlRequest()
void SetTestExecutionId(const Aws::String &value)
GetTestExecutionArtifactsUrlRequest & WithTestExecutionId(const Aws::String &value)
GetTestExecutionArtifactsUrlRequest & WithTestExecutionId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String