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