7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeDeclarativePoliciesReports"; }
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
75 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 template<
typename ReportIdsT = Aws::Vector<Aws::String>>
86 void SetReportIds(ReportIdsT&& value) { m_reportIdsHasBeenSet =
true; m_reportIds = std::forward<ReportIdsT>(value); }
87 template<
typename ReportIdsT = Aws::Vector<Aws::String>>
89 template<
typename ReportIdsT = Aws::String>
95 bool m_dryRunHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
104 bool m_reportIdsHasBeenSet =
false;
DescribeDeclarativePoliciesReportsRequest & WithDryRun(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool ReportIdsHasBeenSet() const
DescribeDeclarativePoliciesReportsRequest & AddReportIds(ReportIdsT &&value)
DescribeDeclarativePoliciesReportsRequest & WithMaxResults(int value)
void SetDryRun(bool value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetReportIds() const
DescribeDeclarativePoliciesReportsRequest & WithNextToken(NextTokenT &&value)
DescribeDeclarativePoliciesReportsRequest & WithReportIds(ReportIdsT &&value)
bool MaxResultsHasBeenSet() const
bool DryRunHasBeenSet() const
void SetNextToken(NextTokenT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API DescribeDeclarativePoliciesReportsRequest()=default
void SetReportIds(ReportIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector