7#include <aws/codebuild/CodeBuildRequest.h>
8#include <aws/codebuild/CodeBuild_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename ReportArnsT = Aws::Vector<Aws::String>>
43 m_reportArnsHasBeenSet =
true;
44 m_reportArns = std::forward<ReportArnsT>(value);
46 template <
typename ReportArnsT = Aws::Vector<Aws::String>>
51 template <
typename ReportArnsT = Aws::String>
53 m_reportArnsHasBeenSet =
true;
54 m_reportArns.emplace_back(std::forward<ReportArnsT>(value));
60 bool m_reportArnsHasBeenSet =
false;
bool ReportArnsHasBeenSet() const
const Aws::Vector< Aws::String > & GetReportArns() const
BatchGetReportsRequest & AddReportArns(ReportArnsT &&value)
BatchGetReportsRequest & WithReportArns(ReportArnsT &&value)
AWS_CODEBUILD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CODEBUILD_API BatchGetReportsRequest()=default
virtual const char * GetServiceRequestName() const override
void SetReportArns(ReportArnsT &&value)
AWS_CODEBUILD_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector