7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iottwinmaker/model/PricingTier.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename BundleNamesT = Aws::Vector<Aws::String>>
49 void SetBundleNames(BundleNamesT&& value) { m_bundleNamesHasBeenSet =
true; m_bundleNames = std::forward<BundleNamesT>(value); }
50 template<
typename BundleNamesT = Aws::Vector<Aws::String>>
52 template<
typename BundleNamesT = Aws::String>
53 BundleInformation&
AddBundleNames(BundleNamesT&& value) { m_bundleNamesHasBeenSet =
true; m_bundleNames.emplace_back(std::forward<BundleNamesT>(value));
return *
this; }
68 bool m_bundleNamesHasBeenSet =
false;
71 bool m_pricingTierHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue