7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/CostExplorerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ce/model/DateInterval.h>
11#include <aws/ce/model/Dimension.h>
12#include <aws/ce/model/Context.h>
13#include <aws/ce/model/Expression.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/ce/model/SortDefinition.h>
49 template<
typename SearchStringT = Aws::String>
50 void SetSearchString(SearchStringT&& value) { m_searchStringHasBeenSet =
true; m_searchString = std::forward<SearchStringT>(value); }
51 template<
typename SearchStringT = Aws::String>
66 template<
typename TimePeriodT = DateInterval>
67 void SetTimePeriod(TimePeriodT&& value) { m_timePeriodHasBeenSet =
true; m_timePeriod = std::forward<TimePeriodT>(value); }
68 template<
typename TimePeriodT = DateInterval>
183 template<
typename FilterT = Expression>
184 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
185 template<
typename FilterT = Expression>
206 template<
typename SortByT = Aws::Vector<SortDefinition>>
207 void SetSortBy(SortByT&& value) { m_sortByHasBeenSet =
true; m_sortBy = std::forward<SortByT>(value); }
208 template<
typename SortByT = Aws::Vector<SortDefinition>>
210 template<
typename SortByT = SortDefinition>
224 template<
typename BillingViewArnT = Aws::String>
225 void SetBillingViewArn(BillingViewArnT&& value) { m_billingViewArnHasBeenSet =
true; m_billingViewArn = std::forward<BillingViewArnT>(value); }
226 template<
typename BillingViewArnT = Aws::String>
240 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
252 template<
typename NextPageTokenT = Aws::String>
253 void SetNextPageToken(NextPageTokenT&& value) { m_nextPageTokenHasBeenSet =
true; m_nextPageToken = std::forward<NextPageTokenT>(value); }
254 template<
typename NextPageTokenT = Aws::String>
260 bool m_searchStringHasBeenSet =
false;
263 bool m_timePeriodHasBeenSet =
false;
266 bool m_dimensionHasBeenSet =
false;
269 bool m_contextHasBeenSet =
false;
272 bool m_filterHasBeenSet =
false;
275 bool m_sortByHasBeenSet =
false;
278 bool m_billingViewArnHasBeenSet =
false;
281 bool m_maxResultsHasBeenSet =
false;
284 bool m_nextPageTokenHasBeenSet =
false;
void SetFilter(FilterT &&value)
void SetMaxResults(int value)
bool ContextHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetSearchString(SearchStringT &&value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
bool SortByHasBeenSet() const
Context GetContext() const
AWS_COSTEXPLORER_API Aws::String SerializePayload() const override
AWS_COSTEXPLORER_API GetDimensionValuesRequest()=default
GetDimensionValuesRequest & WithSortBy(SortByT &&value)
const DateInterval & GetTimePeriod() const
GetDimensionValuesRequest & WithMaxResults(int value)
GetDimensionValuesRequest & WithContext(Context value)
void SetTimePeriod(TimePeriodT &&value)
void SetSortBy(SortByT &&value)
GetDimensionValuesRequest & WithTimePeriod(TimePeriodT &&value)
GetDimensionValuesRequest & WithNextPageToken(NextPageTokenT &&value)
GetDimensionValuesRequest & WithDimension(Dimension value)
const Aws::String & GetNextPageToken() const
const Aws::String & GetBillingViewArn() const
GetDimensionValuesRequest & WithBillingViewArn(BillingViewArnT &&value)
bool FilterHasBeenSet() const
GetDimensionValuesRequest & AddSortBy(SortByT &&value)
bool NextPageTokenHasBeenSet() const
void SetContext(Context value)
bool SearchStringHasBeenSet() const
bool DimensionHasBeenSet() const
const Expression & GetFilter() const
bool TimePeriodHasBeenSet() const
GetDimensionValuesRequest & WithFilter(FilterT &&value)
bool BillingViewArnHasBeenSet() const
const Aws::String & GetSearchString() const
void SetNextPageToken(NextPageTokenT &&value)
const Aws::Vector< SortDefinition > & GetSortBy() const
AWS_COSTEXPLORER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetDimensionValuesRequest & WithSearchString(SearchStringT &&value)
Dimension GetDimension() const
void SetDimension(Dimension value)
void SetBillingViewArn(BillingViewArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector