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/billingconductor/model/UpdateCustomLineItemChargeDetails.h>
11#include <aws/billingconductor/model/CustomLineItemBillingPeriodRange.h>
16namespace 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>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
80 template<
typename ChargeDetailsT = UpdateCustomLineItemChargeDetails>
81 void SetChargeDetails(ChargeDetailsT&& value) { m_chargeDetailsHasBeenSet =
true; m_chargeDetails = std::forward<ChargeDetailsT>(value); }
82 template<
typename ChargeDetailsT = UpdateCustomLineItemChargeDetails>
90 template<
typename BillingPeriodRangeT = CustomLineItemBillingPeriodRange>
91 void SetBillingPeriodRange(BillingPeriodRangeT&& value) { m_billingPeriodRangeHasBeenSet =
true; m_billingPeriodRange = std::forward<BillingPeriodRangeT>(value); }
92 template<
typename BillingPeriodRangeT = CustomLineItemBillingPeriodRange>
98 bool m_arnHasBeenSet =
false;
101 bool m_nameHasBeenSet =
false;
104 bool m_descriptionHasBeenSet =
false;
107 bool m_chargeDetailsHasBeenSet =
false;
110 bool m_billingPeriodRangeHasBeenSet =
false;
void SetChargeDetails(ChargeDetailsT &&value)
const Aws::String & GetName() const
UpdateCustomLineItemRequest & WithDescription(DescriptionT &&value)
bool ArnHasBeenSet() const
void SetDescription(DescriptionT &&value)
UpdateCustomLineItemRequest & WithBillingPeriodRange(BillingPeriodRangeT &&value)
const CustomLineItemBillingPeriodRange & GetBillingPeriodRange() const
void SetArn(ArnT &&value)
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
UpdateCustomLineItemRequest & WithName(NameT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetArn() const
UpdateCustomLineItemRequest & WithChargeDetails(ChargeDetailsT &&value)
void SetBillingPeriodRange(BillingPeriodRangeT &&value)
bool ChargeDetailsHasBeenSet() const
UpdateCustomLineItemRequest & WithArn(ArnT &&value)
const UpdateCustomLineItemChargeDetails & GetChargeDetails() const
bool BillingPeriodRangeHasBeenSet() const
AWS_BILLINGCONDUCTOR_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
AWS_BILLINGCONDUCTOR_API UpdateCustomLineItemRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String