7#include <aws/bcm-pricing-calculator/BCMPricingCalculatorRequest.h>
8#include <aws/bcm-pricing-calculator/BCMPricingCalculator_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16namespace BCMPricingCalculator {
42 template <
typename BillScenarioIdT = Aws::String>
44 m_billScenarioIdHasBeenSet =
true;
45 m_billScenarioId = std::forward<BillScenarioIdT>(value);
47 template <
typename BillScenarioIdT = Aws::String>
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
80 template <
typename ClientTokenT = Aws::String>
82 m_clientTokenHasBeenSet =
true;
83 m_clientToken = std::forward<ClientTokenT>(value);
85 template <
typename ClientTokenT = Aws::String>
110 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
112 m_tagsHasBeenSet =
true;
113 m_tags = std::forward<TagsT>(value);
115 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
117 SetTags(std::forward<TagsT>(value));
120 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
122 m_tagsHasBeenSet =
true;
123 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
135 bool m_billScenarioIdHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
137 bool m_clientTokenHasBeenSet =
true;
138 bool m_tagsHasBeenSet =
false;
CreateBillEstimateRequest & WithName(NameT &&value)
void SetBillScenarioId(BillScenarioIdT &&value)
AWS_BCMPRICINGCALCULATOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateBillEstimateRequest & WithBillScenarioId(BillScenarioIdT &&value)
bool TagsHasBeenSet() const
AWS_BCMPRICINGCALCULATOR_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
AWS_BCMPRICINGCALCULATOR_API CreateBillEstimateRequest()=default
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetName() const
CreateBillEstimateRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateBillEstimateRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetBillScenarioId() const
const Aws::String & GetClientToken() const
bool BillScenarioIdHasBeenSet() const
bool NameHasBeenSet() const
bool ClientTokenHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateBillEstimateRequest & WithClientToken(ClientTokenT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String