7#include <aws/savingsplans/SavingsPlans_EXPORTS.h>
8#include <aws/savingsplans/SavingsPlansRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/savingsplans/model/SavingsPlanRateFilter.h>
45 inline void SetSavingsPlanId(
const char* value) { m_savingsPlanIdHasBeenSet =
true; m_savingsPlanId.assign(value); }
73 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
86 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
92 bool m_savingsPlanIdHasBeenSet =
false;
95 bool m_filtersHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
DescribeSavingsPlanRatesRequest & WithNextToken(const char *value)
AWS_SAVINGSPLANS_API DescribeSavingsPlanRatesRequest()
bool NextTokenHasBeenSet() const
void SetNextToken(Aws::String &&value)
bool SavingsPlanIdHasBeenSet() const
bool FiltersHasBeenSet() const
DescribeSavingsPlanRatesRequest & WithFilters(const Aws::Vector< SavingsPlanRateFilter > &value)
DescribeSavingsPlanRatesRequest & WithFilters(Aws::Vector< SavingsPlanRateFilter > &&value)
void SetFilters(Aws::Vector< SavingsPlanRateFilter > &&value)
void SetFilters(const Aws::Vector< SavingsPlanRateFilter > &value)
void SetNextToken(const Aws::String &value)
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
DescribeSavingsPlanRatesRequest & WithNextToken(const Aws::String &value)
AWS_SAVINGSPLANS_API Aws::String SerializePayload() const override
void SetSavingsPlanId(const Aws::String &value)
const Aws::Vector< SavingsPlanRateFilter > & GetFilters() const
void SetNextToken(const char *value)
const Aws::String & GetNextToken() const
DescribeSavingsPlanRatesRequest & WithNextToken(Aws::String &&value)
DescribeSavingsPlanRatesRequest & WithSavingsPlanId(const char *value)
DescribeSavingsPlanRatesRequest & WithMaxResults(int value)
DescribeSavingsPlanRatesRequest & WithSavingsPlanId(const Aws::String &value)
DescribeSavingsPlanRatesRequest & AddFilters(SavingsPlanRateFilter &&value)
int GetMaxResults() const
DescribeSavingsPlanRatesRequest & WithSavingsPlanId(Aws::String &&value)
const Aws::String & GetSavingsPlanId() const
void SetSavingsPlanId(Aws::String &&value)
void SetSavingsPlanId(const char *value)
DescribeSavingsPlanRatesRequest & AddFilters(const SavingsPlanRateFilter &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector