7#include <aws/billing/BillingRequest.h>
8#include <aws/billing/Billing_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename PromoCodeT = Aws::String>
41 m_promoCodeHasBeenSet =
true;
42 m_promoCode = std::forward<PromoCodeT>(value);
44 template <
typename PromoCodeT = Aws::String>
52 bool m_promoCodeHasBeenSet =
false;
AWS_BILLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool PromoCodeHasBeenSet() const
AWS_BILLING_API RedeemCreditsRequest()=default
const Aws::String & GetPromoCode() const
AWS_BILLING_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetPromoCode(PromoCodeT &&value)
RedeemCreditsRequest & WithPromoCode(PromoCodeT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String