7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/IoTTwinMakerRequest.h>
9#include <aws/iottwinmaker/model/PricingMode.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename BundleNamesT = Aws::Vector<Aws::String>>
54 void SetBundleNames(BundleNamesT&& value) { m_bundleNamesHasBeenSet =
true; m_bundleNames = std::forward<BundleNamesT>(value); }
55 template<
typename BundleNamesT = Aws::Vector<Aws::String>>
57 template<
typename BundleNamesT = Aws::String>
63 bool m_pricingModeHasBeenSet =
false;
66 bool m_bundleNamesHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetBundleNames(BundleNamesT &&value)
AWS_IOTTWINMAKER_API Aws::String SerializePayload() const override
bool BundleNamesHasBeenSet() const
PricingMode GetPricingMode() const
UpdatePricingPlanRequest & AddBundleNames(BundleNamesT &&value)
void SetPricingMode(PricingMode value)
AWS_IOTTWINMAKER_API UpdatePricingPlanRequest()=default
bool PricingModeHasBeenSet() const
const Aws::Vector< Aws::String > & GetBundleNames() const
UpdatePricingPlanRequest & WithPricingMode(PricingMode value)
UpdatePricingPlanRequest & WithBundleNames(BundleNamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector