7#include <aws/ce/CostExplorerRequest.h>
8#include <aws/ce/CostExplorer_EXPORTS.h>
9#include <aws/ce/model/Expression.h>
10#include <aws/ce/model/RightsizingRecommendationConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16namespace CostExplorer {
39 template <
typename FilterT = Expression>
41 m_filterHasBeenSet =
true;
42 m_filter = std::forward<FilterT>(value);
44 template <
typename FilterT = Expression>
61 template <
typename ConfigurationT = RightsizingRecommendationConfiguration>
63 m_configurationHasBeenSet =
true;
64 m_configuration = std::forward<ConfigurationT>(value);
66 template <
typename ConfigurationT = RightsizingRecommendationConfiguration>
80 template <
typename ServiceT = Aws::String>
82 m_serviceHasBeenSet =
true;
83 m_service = std::forward<ServiceT>(value);
85 template <
typename ServiceT = Aws::String>
100 m_pageSizeHasBeenSet =
true;
116 template <
typename NextPageTokenT = Aws::String>
118 m_nextPageTokenHasBeenSet =
true;
119 m_nextPageToken = std::forward<NextPageTokenT>(value);
121 template <
typename NextPageTokenT = Aws::String>
137 bool m_filterHasBeenSet =
false;
138 bool m_configurationHasBeenSet =
false;
139 bool m_serviceHasBeenSet =
false;
140 bool m_pageSizeHasBeenSet =
false;
141 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