7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BillingConductor
48 template<
typename PricingPlanArnT = Aws::String>
49 void SetPricingPlanArn(PricingPlanArnT&& value) { m_pricingPlanArnHasBeenSet =
true; m_pricingPlanArn = std::forward<PricingPlanArnT>(value); }
50 template<
typename PricingPlanArnT = Aws::String>
56 bool m_pricingPlanArnHasBeenSet =
false;
AWS_BILLINGCONDUCTOR_API ComputationPreference()=default
const Aws::String & GetPricingPlanArn() const
AWS_BILLINGCONDUCTOR_API ComputationPreference & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BILLINGCONDUCTOR_API Aws::Utils::Json::JsonValue Jsonize() const
ComputationPreference & WithPricingPlanArn(PricingPlanArnT &&value)
bool PricingPlanArnHasBeenSet() const
void SetPricingPlanArn(PricingPlanArnT &&value)
AWS_BILLINGCONDUCTOR_API ComputationPreference(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue