7#include <aws/billing/BillingRequest.h>
8#include <aws/billing/Billing_EXPORTS.h>
9#include <aws/billing/model/BillingFeature.h>
10#include <aws/billing/model/BillingFeatureFilter.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename NextTokenT = Aws::String>
45 m_nextTokenHasBeenSet =
true;
46 m_nextToken = std::forward<NextTokenT>(value);
48 template <
typename NextTokenT = Aws::String>
63 m_maxResultsHasBeenSet =
true;
82 template <
typename FeaturesT = Aws::Vector<BillingFeature>>
84 m_featuresHasBeenSet =
true;
85 m_features = std::forward<FeaturesT>(value);
87 template <
typename FeaturesT = Aws::Vector<BillingFeature>>
93 m_featuresHasBeenSet =
true;
94 m_features.push_back(value);
107 template <
typename FiltersT = Aws::Vector<BillingFeatureFilter>>
109 m_filtersHasBeenSet =
true;
110 m_filters = std::forward<FiltersT>(value);
112 template <
typename FiltersT = Aws::Vector<BillingFeatureFilter>>
117 template <
typename FiltersT = BillingFeatureFilter>
119 m_filtersHasBeenSet =
true;
120 m_filters.emplace_back(std::forward<FiltersT>(value));
132 bool m_nextTokenHasBeenSet =
false;
133 bool m_maxResultsHasBeenSet =
false;
134 bool m_featuresHasBeenSet =
false;
135 bool m_filtersHasBeenSet =
false;
void SetMaxResults(int value)
GetBillingPreferencesRequest & WithFeatures(FeaturesT &&value)
const Aws::Vector< BillingFeatureFilter > & GetFilters() const
const Aws::Vector< BillingFeature > & GetFeatures() const
AWS_BILLING_API GetBillingPreferencesRequest()=default
bool FeaturesHasBeenSet() const
AWS_BILLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
GetBillingPreferencesRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
GetBillingPreferencesRequest & AddFeatures(BillingFeature value)
bool FiltersHasBeenSet() const
GetBillingPreferencesRequest & AddFilters(FiltersT &&value)
bool MaxResultsHasBeenSet() const
GetBillingPreferencesRequest & WithFilters(FiltersT &&value)
void SetFeatures(FeaturesT &&value)
GetBillingPreferencesRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
AWS_BILLING_API Aws::String SerializePayload() const override
void SetFilters(FiltersT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
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