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
44 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
45 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
59 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
73 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
104 bool m_arnHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
110 bool m_descriptionHasBeenSet =
false;
113 bool m_chargeDetailsHasBeenSet =
false;
116 bool m_billingPeriodRangeHasBeenSet =
false;
AWS_BILLINGCONDUCTOR_API UpdateCustomLineItemRequest()
UpdateCustomLineItemRequest & WithArn(const Aws::String &value)
const Aws::String & GetName() const
bool ArnHasBeenSet() const
UpdateCustomLineItemRequest & WithName(const Aws::String &value)
UpdateCustomLineItemRequest & WithBillingPeriodRange(CustomLineItemBillingPeriodRange &&value)
UpdateCustomLineItemRequest & WithArn(const char *value)
const CustomLineItemBillingPeriodRange & GetBillingPeriodRange() const
void SetArn(Aws::String &&value)
bool NameHasBeenSet() const
void SetDescription(const Aws::String &value)
UpdateCustomLineItemRequest & WithName(const char *value)
UpdateCustomLineItemRequest & WithBillingPeriodRange(const CustomLineItemBillingPeriodRange &value)
virtual const char * GetServiceRequestName() const override
void SetName(const Aws::String &value)
void SetBillingPeriodRange(const CustomLineItemBillingPeriodRange &value)
UpdateCustomLineItemRequest & WithDescription(const char *value)
const Aws::String & GetDescription() const
const Aws::String & GetArn() const
void SetChargeDetails(UpdateCustomLineItemChargeDetails &&value)
void SetName(const char *value)
UpdateCustomLineItemRequest & WithChargeDetails(const UpdateCustomLineItemChargeDetails &value)
void SetArn(const Aws::String &value)
void SetName(Aws::String &&value)
UpdateCustomLineItemRequest & WithDescription(Aws::String &&value)
void SetChargeDetails(const UpdateCustomLineItemChargeDetails &value)
UpdateCustomLineItemRequest & WithChargeDetails(UpdateCustomLineItemChargeDetails &&value)
UpdateCustomLineItemRequest & WithName(Aws::String &&value)
bool ChargeDetailsHasBeenSet() const
const UpdateCustomLineItemChargeDetails & GetChargeDetails() const
bool BillingPeriodRangeHasBeenSet() const
AWS_BILLINGCONDUCTOR_API Aws::String SerializePayload() const override
void SetArn(const char *value)
bool DescriptionHasBeenSet() const
void SetDescription(const char *value)
void SetBillingPeriodRange(CustomLineItemBillingPeriodRange &&value)
void SetDescription(Aws::String &&value)
UpdateCustomLineItemRequest & WithDescription(const Aws::String &value)
UpdateCustomLineItemRequest & WithArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String