7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/TestCase.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 TestCaseT = TestCase>
38 m_testCaseHasBeenSet =
true;
39 m_testCase = std::forward<TestCaseT>(value);
41 template <
typename TestCaseT = TestCase>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_testCaseHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_CONNECT_API DescribeTestCaseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECT_API DescribeTestCaseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeTestCaseResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetTestCase(TestCaseT &&value)
const TestCase & GetTestCase() const
void SetRequestId(RequestIdT &&value)
DescribeTestCaseResult & WithTestCase(TestCaseT &&value)
AWS_CONNECT_API DescribeTestCaseResult()=default
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue