7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/billingconductor/BillingConductorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace BillingConductor
43 template<
typename ArnT = Aws::String>
44 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
45 template<
typename ArnT = Aws::String>
56 template<
typename PricingRuleArnsT = Aws::Vector<Aws::String>>
57 void SetPricingRuleArns(PricingRuleArnsT&& value) { m_pricingRuleArnsHasBeenSet =
true; m_pricingRuleArns = std::forward<PricingRuleArnsT>(value); }
58 template<
typename PricingRuleArnsT = Aws::Vector<Aws::String>>
60 template<
typename PricingRuleArnsT = Aws::String>
66 bool m_arnHasBeenSet =
false;
69 bool m_pricingRuleArnsHasBeenSet =
false;
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
bool ArnHasBeenSet() const
DisassociatePricingRulesRequest & AddPricingRuleArns(PricingRuleArnsT &&value)
bool PricingRuleArnsHasBeenSet() const
DisassociatePricingRulesRequest & WithArn(ArnT &&value)
virtual const char * GetServiceRequestName() const override
DisassociatePricingRulesRequest & WithPricingRuleArns(PricingRuleArnsT &&value)
AWS_BILLINGCONDUCTOR_API DisassociatePricingRulesRequest()=default
void SetPricingRuleArns(PricingRuleArnsT &&value)
const Aws::Vector< Aws::String > & GetPricingRuleArns() const
AWS_BILLINGCONDUCTOR_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector