7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/billingconductor/BillingConductorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace BillingConductor
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
74 bool m_arnHasBeenSet =
false;
77 bool m_nameHasBeenSet =
false;
80 bool m_descriptionHasBeenSet =
false;
UpdatePricingPlanRequest & WithName(NameT &&value)
AWS_BILLINGCONDUCTOR_API Aws::String SerializePayload() const override
bool ArnHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetDescription() const
AWS_BILLINGCONDUCTOR_API UpdatePricingPlanRequest()=default
void SetDescription(DescriptionT &&value)
UpdatePricingPlanRequest & WithArn(ArnT &&value)
const Aws::String & GetArn() const
const Aws::String & GetName() const
bool DescriptionHasBeenSet() const
void SetArn(ArnT &&value)
bool NameHasBeenSet() const
UpdatePricingPlanRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String