7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/Report.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ReportsT = Aws::Vector<Report>>
39 m_reportsHasBeenSet =
true;
40 m_reports = std::forward<ReportsT>(value);
42 template <
typename ReportsT = Aws::Vector<Report>>
47 template <
typename ReportsT = Report>
49 m_reportsHasBeenSet =
true;
50 m_reports.emplace_back(std::forward<ReportsT>(value));
61 template <
typename ReportsNotFoundT = Aws::Vector<Aws::String>>
63 m_reportsNotFoundHasBeenSet =
true;
64 m_reportsNotFound = std::forward<ReportsNotFoundT>(value);
66 template <
typename ReportsNotFoundT = Aws::Vector<Aws::String>>
71 template <
typename ReportsNotFoundT = Aws::String>
73 m_reportsNotFoundHasBeenSet =
true;
74 m_reportsNotFound.emplace_back(std::forward<ReportsNotFoundT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
99 bool m_reportsHasBeenSet =
false;
100 bool m_reportsNotFoundHasBeenSet =
false;
101 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)
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