7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
10#include <aws/wellarchitected/model/ReportFormat.h>
18namespace WellArchitected {
46 m_formatHasBeenSet =
true;
62 m_includeSharedResourcesHasBeenSet =
true;
63 m_includeSharedResources = value;
75 template <
typename NextTokenT = Aws::String>
77 m_nextTokenHasBeenSet =
true;
78 m_nextToken = std::forward<NextTokenT>(value);
80 template <
typename NextTokenT = Aws::String>
94 m_maxResultsHasBeenSet =
true;
104 bool m_formatHasBeenSet =
false;
106 bool m_includeSharedResources{
false};
107 bool m_includeSharedResourcesHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
113 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