7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/TestCase.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template <
typename NextTokenT = Aws::String>
45 m_nextTokenHasBeenSet =
true;
46 m_nextToken = std::forward<NextTokenT>(value);
48 template <
typename NextTokenT = Aws::String>
60 template <
typename TestCasesT = Aws::Vector<TestCase>>
62 m_testCasesHasBeenSet =
true;
63 m_testCases = std::forward<TestCasesT>(value);
65 template <
typename TestCasesT = Aws::Vector<TestCase>>
70 template <
typename TestCasesT = TestCase>
72 m_testCasesHasBeenSet =
true;
73 m_testCases.emplace_back(std::forward<TestCasesT>(value));
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
101 bool m_nextTokenHasBeenSet =
false;
102 bool m_testCasesHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
AWS_CODEBUILD_API DescribeTestCasesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
DescribeTestCasesResult & WithTestCases(TestCasesT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetTestCases(TestCasesT &&value)
const Aws::Vector< TestCase > & GetTestCases() const
void SetRequestId(RequestIdT &&value)
DescribeTestCasesResult & WithRequestId(RequestIdT &&value)
DescribeTestCasesResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
DescribeTestCasesResult & AddTestCases(TestCasesT &&value)
AWS_CODEBUILD_API DescribeTestCasesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODEBUILD_API DescribeTestCasesResult()=default
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue