7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/CostExplorerRequest.h>
9#include <aws/ce/model/Expression.h>
10#include <aws/ce/model/RightsizingRecommendationConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename FilterT = Expression>
44 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
45 template<
typename FilterT = Expression>
59 template<
typename ConfigurationT = RightsizingRecommendationConfiguration>
60 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
61 template<
typename ConfigurationT = RightsizingRecommendationConfiguration>
72 template<
typename ServiceT = Aws::String>
73 void SetService(ServiceT&& value) { m_serviceHasBeenSet =
true; m_service = std::forward<ServiceT>(value); }
74 template<
typename ServiceT = Aws::String>
85 inline void SetPageSize(
int value) { m_pageSizeHasBeenSet =
true; m_pageSize = value; }
96 template<
typename NextPageTokenT = Aws::String>
97 void SetNextPageToken(NextPageTokenT&& value) { m_nextPageTokenHasBeenSet =
true; m_nextPageToken = std::forward<NextPageTokenT>(value); }
98 template<
typename NextPageTokenT = Aws::String>
104 bool m_filterHasBeenSet =
false;
107 bool m_configurationHasBeenSet =
false;
110 bool m_serviceHasBeenSet =
false;
113 bool m_pageSizeHasBeenSet =
false;
116 bool m_nextPageTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Expression & GetFilter() const
bool ConfigurationHasBeenSet() const
AWS_COSTEXPLORER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetRightsizingRecommendationRequest & WithNextPageToken(NextPageTokenT &&value)
GetRightsizingRecommendationRequest & WithConfiguration(ConfigurationT &&value)
const Aws::String & GetNextPageToken() const
GetRightsizingRecommendationRequest & WithFilter(FilterT &&value)
void SetFilter(FilterT &&value)
const RightsizingRecommendationConfiguration & GetConfiguration() const
GetRightsizingRecommendationRequest & WithPageSize(int value)
AWS_COSTEXPLORER_API GetRightsizingRecommendationRequest()=default
void SetConfiguration(ConfigurationT &&value)
bool ServiceHasBeenSet() const
bool PageSizeHasBeenSet() const
bool FilterHasBeenSet() const
bool NextPageTokenHasBeenSet() const
GetRightsizingRecommendationRequest & WithService(ServiceT &&value)
void SetPageSize(int value)
void SetService(ServiceT &&value)
const Aws::String & GetService() const
void SetNextPageToken(NextPageTokenT &&value)
AWS_COSTEXPLORER_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String