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/BillingPreferenceForKey.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
46 m_featureHasBeenSet =
true;
64 template <
typename BillingPreferencesPerKeyT = Aws::Vector<BillingPreferenceForKey>>
66 m_billingPreferencesPerKeyHasBeenSet =
true;
67 m_billingPreferencesPerKey = std::forward<BillingPreferencesPerKeyT>(value);
69 template <
typename BillingPreferencesPerKeyT = Aws::Vector<BillingPreferenceForKey>>
74 template <
typename BillingPreferencesPerKeyT = BillingPreferenceForKey>
76 m_billingPreferencesPerKeyHasBeenSet =
true;
77 m_billingPreferencesPerKey.emplace_back(std::forward<BillingPreferencesPerKeyT>(value));
85 bool m_featureHasBeenSet =
false;
86 bool m_billingPreferencesPerKeyHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetBillingPreferencesPerKey(BillingPreferencesPerKeyT &&value)
UpdateBillingPreferencesRequest & AddBillingPreferencesPerKey(BillingPreferencesPerKeyT &&value)
UpdateBillingPreferencesRequest & WithBillingPreferencesPerKey(BillingPreferencesPerKeyT &&value)
bool FeatureHasBeenSet() const
AWS_BILLING_API UpdateBillingPreferencesRequest()=default
bool BillingPreferencesPerKeyHasBeenSet() const
void SetFeature(BillingFeature value)
const Aws::Vector< BillingPreferenceForKey > & GetBillingPreferencesPerKey() const
AWS_BILLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BillingFeature GetFeature() const
UpdateBillingPreferencesRequest & WithFeature(BillingFeature value)
AWS_BILLING_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
std::vector< T, Aws::Allocator< T > > Vector