7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/Report.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;
38 template <
typename ReportsT = Aws::Vector<Report>>
40 m_reportsHasBeenSet =
true;
41 m_reports = std::forward<ReportsT>(value);
43 template <
typename ReportsT = Aws::Vector<Report>>
48 template <
typename ReportsT = Report>
50 m_reportsHasBeenSet =
true;
51 m_reports.emplace_back(std::forward<ReportsT>(value));
62 template <
typename ReportsNotFoundT = Aws::Vector<Aws::String>>
64 m_reportsNotFoundHasBeenSet =
true;
65 m_reportsNotFound = std::forward<ReportsNotFoundT>(value);
67 template <
typename ReportsNotFoundT = Aws::Vector<Aws::String>>
72 template <
typename ReportsNotFoundT = Aws::String>
74 m_reportsNotFoundHasBeenSet =
true;
75 m_reportsNotFound.emplace_back(std::forward<ReportsNotFoundT>(value));
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
103 bool m_reportsHasBeenSet =
false;
104 bool m_reportsNotFoundHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
AWS_CODEBUILD_API BatchGetReportsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetReportsResult & WithReportsNotFound(ReportsNotFoundT &&value)
const Aws::Vector< Aws::String > & GetReportsNotFound() const
BatchGetReportsResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
BatchGetReportsResult & AddReportsNotFound(ReportsNotFoundT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CODEBUILD_API BatchGetReportsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetReportsNotFound(ReportsNotFoundT &&value)
void SetReports(ReportsT &&value)
AWS_CODEBUILD_API BatchGetReportsResult()=default
const Aws::String & GetRequestId() const
const Aws::Vector< Report > & GetReports() const
BatchGetReportsResult & AddReports(ReportsT &&value)
BatchGetReportsResult & WithReports(ReportsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue