7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codebuild/model/Report.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename ReportsT = Aws::Vector<Report>>
44 void SetReports(ReportsT&& value) { m_reportsHasBeenSet =
true; m_reports = std::forward<ReportsT>(value); }
45 template<
typename ReportsT = Aws::Vector<Report>>
47 template<
typename ReportsT = Report>
57 template<
typename ReportsNotFoundT = Aws::Vector<Aws::String>>
58 void SetReportsNotFound(ReportsNotFoundT&& value) { m_reportsNotFoundHasBeenSet =
true; m_reportsNotFound = std::forward<ReportsNotFoundT>(value); }
59 template<
typename ReportsNotFoundT = Aws::Vector<Aws::String>>
61 template<
typename ReportsNotFoundT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_reportsHasBeenSet =
false;
79 bool m_reportsNotFoundHasBeenSet =
false;
82 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