7#include <aws/codebuild/CodeBuildRequest.h>
8#include <aws/codebuild/CodeBuild_EXPORTS.h>
9#include <aws/codebuild/model/ReportCodeCoverageSortByType.h>
10#include <aws/codebuild/model/SortOrderType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ReportArnT = Aws::String>
43 m_reportArnHasBeenSet =
true;
44 m_reportArn = std::forward<ReportArnT>(value);
46 template <
typename ReportArnT = Aws::String>
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
80 m_maxResultsHasBeenSet =
true;
96 m_sortOrderHasBeenSet =
true;
115 m_sortByHasBeenSet =
true;
131 m_minLineCoveragePercentageHasBeenSet =
true;
132 m_minLineCoveragePercentage = value;
147 m_maxLineCoveragePercentageHasBeenSet =
true;
148 m_maxLineCoveragePercentage = value;
157 bool m_reportArnHasBeenSet =
false;
160 bool m_nextTokenHasBeenSet =
false;
163 bool m_maxResultsHasBeenSet =
false;
166 bool m_sortOrderHasBeenSet =
false;
169 bool m_sortByHasBeenSet =
false;
171 double m_minLineCoveragePercentage{0.0};
172 bool m_minLineCoveragePercentageHasBeenSet =
false;
174 double m_maxLineCoveragePercentage{0.0};
175 bool m_maxLineCoveragePercentageHasBeenSet =
false;
void SetMaxLineCoveragePercentage(double value)
bool NextTokenHasBeenSet() const
int GetMaxResults() const
SortOrderType GetSortOrder() const
void SetMaxResults(int value)
DescribeCodeCoveragesRequest & WithMaxLineCoveragePercentage(double value)
bool SortByHasBeenSet() const
DescribeCodeCoveragesRequest & WithSortOrder(SortOrderType value)
DescribeCodeCoveragesRequest & WithNextToken(NextTokenT &&value)
AWS_CODEBUILD_API DescribeCodeCoveragesRequest()=default
void SetReportArn(ReportArnT &&value)
DescribeCodeCoveragesRequest & WithReportArn(ReportArnT &&value)
void SetNextToken(NextTokenT &&value)
bool MinLineCoveragePercentageHasBeenSet() const
bool ReportArnHasBeenSet() const
bool MaxLineCoveragePercentageHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool SortOrderHasBeenSet() const
DescribeCodeCoveragesRequest & WithMaxResults(int value)
DescribeCodeCoveragesRequest & WithSortBy(ReportCodeCoverageSortByType value)
ReportCodeCoverageSortByType GetSortBy() const
DescribeCodeCoveragesRequest & WithMinLineCoveragePercentage(double value)
void SetSortBy(ReportCodeCoverageSortByType value)
const Aws::String & GetReportArn() const
double GetMaxLineCoveragePercentage() const
const Aws::String & GetNextToken() const
void SetSortOrder(SortOrderType value)
AWS_CODEBUILD_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CODEBUILD_API Aws::String SerializePayload() const override
double GetMinLineCoveragePercentage() const
bool MaxResultsHasBeenSet() const
void SetMinLineCoveragePercentage(double value)
ReportCodeCoverageSortByType
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String