7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename TestExecutionIdT = Aws::String>
41 void SetTestExecutionId(TestExecutionIdT&& value) { m_testExecutionIdHasBeenSet =
true; m_testExecutionId = std::forward<TestExecutionIdT>(value); }
42 template<
typename TestExecutionIdT = Aws::String>
51 template<
typename DownloadArtifactsUrlT = Aws::String>
52 void SetDownloadArtifactsUrl(DownloadArtifactsUrlT&& value) { m_downloadArtifactsUrlHasBeenSet =
true; m_downloadArtifactsUrl = std::forward<DownloadArtifactsUrlT>(value); }
53 template<
typename DownloadArtifactsUrlT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_testExecutionIdHasBeenSet =
false;
71 bool m_downloadArtifactsUrlHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
void SetDownloadArtifactsUrl(DownloadArtifactsUrlT &&value)
AWS_LEXMODELSV2_API GetTestExecutionArtifactsUrlResult()=default
const Aws::String & GetTestExecutionId() const
GetTestExecutionArtifactsUrlResult & WithTestExecutionId(TestExecutionIdT &&value)
AWS_LEXMODELSV2_API GetTestExecutionArtifactsUrlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
GetTestExecutionArtifactsUrlResult & WithRequestId(RequestIdT &&value)
GetTestExecutionArtifactsUrlResult & WithDownloadArtifactsUrl(DownloadArtifactsUrlT &&value)
const Aws::String & GetDownloadArtifactsUrl() const
AWS_LEXMODELSV2_API GetTestExecutionArtifactsUrlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTestExecutionId(TestExecutionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue