7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename TestCaseIdT = Aws::String>
37 m_testCaseIdHasBeenSet =
true;
38 m_testCaseId = std::forward<TestCaseIdT>(value);
40 template <
typename TestCaseIdT = Aws::String>
52 template <
typename TestCaseArnT = Aws::String>
54 m_testCaseArnHasBeenSet =
true;
55 m_testCaseArn = std::forward<TestCaseArnT>(value);
57 template <
typename TestCaseArnT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_testCaseIdHasBeenSet =
false;
88 bool m_testCaseArnHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetTestCaseId() const
CreateTestCaseResult & WithTestCaseId(TestCaseIdT &&value)
AWS_CONNECT_API CreateTestCaseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetTestCaseId(TestCaseIdT &&value)
void SetTestCaseArn(TestCaseArnT &&value)
CreateTestCaseResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetTestCaseArn() const
CreateTestCaseResult & WithTestCaseArn(TestCaseArnT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CONNECT_API CreateTestCaseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CONNECT_API CreateTestCaseResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue