7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/TestCaseExecutionStatus.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename TestCaseExecutionIdT = Aws::String>
38 m_testCaseExecutionIdHasBeenSet =
true;
39 m_testCaseExecutionId = std::forward<TestCaseExecutionIdT>(value);
41 template <
typename TestCaseExecutionIdT = Aws::String>
53 template <
typename TestCaseIdT = Aws::String>
55 m_testCaseIdHasBeenSet =
true;
56 m_testCaseId = std::forward<TestCaseIdT>(value);
58 template <
typename TestCaseIdT = Aws::String>
69 m_statusHasBeenSet =
true;
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
103 bool m_testCaseExecutionIdHasBeenSet =
false;
104 bool m_testCaseIdHasBeenSet =
false;
105 bool m_statusHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetTestCaseId(TestCaseIdT &&value)
const Aws::String & GetTestCaseExecutionId() const
StartTestCaseExecutionResult & WithStatus(TestCaseExecutionStatus value)
AWS_CONNECT_API StartTestCaseExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartTestCaseExecutionResult & WithRequestId(RequestIdT &&value)
AWS_CONNECT_API StartTestCaseExecutionResult()=default
StartTestCaseExecutionResult & WithTestCaseExecutionId(TestCaseExecutionIdT &&value)
AWS_CONNECT_API StartTestCaseExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetTestCaseExecutionId(TestCaseExecutionIdT &&value)
void SetStatus(TestCaseExecutionStatus value)
StartTestCaseExecutionResult & WithTestCaseId(TestCaseIdT &&value)
const Aws::String & GetRequestId() const
TestCaseExecutionStatus GetStatus() const
const Aws::String & GetTestCaseId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue