7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/wellarchitected/model/ReportFormat.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
19namespace WellArchitected
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
80 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
86 bool m_formatHasBeenSet =
false;
88 bool m_includeSharedResources{
false};
89 bool m_includeSharedResourcesHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
AWS_WELLARCHITECTED_API GetConsolidatedReportRequest()=default
const Aws::String & GetNextToken() const
bool FormatHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
GetConsolidatedReportRequest & WithNextToken(NextTokenT &&value)
GetConsolidatedReportRequest & WithFormat(ReportFormat value)
bool IncludeSharedResourcesHasBeenSet() const
int GetMaxResults() const
void SetFormat(ReportFormat value)
GetConsolidatedReportRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
ReportFormat GetFormat() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
bool GetIncludeSharedResources() const
void SetNextToken(NextTokenT &&value)
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetIncludeSharedResources(bool value)
void SetMaxResults(int value)
GetConsolidatedReportRequest & WithIncludeSharedResources(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String