7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/CodeBuildRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ReportGroupArnsT = Aws::Vector<Aws::String>>
46 void SetReportGroupArns(ReportGroupArnsT&& value) { m_reportGroupArnsHasBeenSet =
true; m_reportGroupArns = std::forward<ReportGroupArnsT>(value); }
47 template<
typename ReportGroupArnsT = Aws::Vector<Aws::String>>
49 template<
typename ReportGroupArnsT = Aws::String>
55 bool m_reportGroupArnsHasBeenSet =
false;
void SetReportGroupArns(ReportGroupArnsT &&value)
AWS_CODEBUILD_API Aws::String SerializePayload() const override
AWS_CODEBUILD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetReportGroupArns() const
BatchGetReportGroupsRequest & AddReportGroupArns(ReportGroupArnsT &&value)
BatchGetReportGroupsRequest & WithReportGroupArns(ReportGroupArnsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CODEBUILD_API BatchGetReportGroupsRequest()=default
bool ReportGroupArnsHasBeenSet() const
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