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/CustomLineItemBillingPeriodRange.h>
15namespace BillingConductor
43 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
44 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
62 bool m_arnHasBeenSet =
false;
65 bool m_billingPeriodRangeHasBeenSet =
false;
const CustomLineItemBillingPeriodRange & GetBillingPeriodRange() const
DeleteCustomLineItemRequest & WithArn(const Aws::String &value)
DeleteCustomLineItemRequest & WithBillingPeriodRange(const CustomLineItemBillingPeriodRange &value)
DeleteCustomLineItemRequest & WithBillingPeriodRange(CustomLineItemBillingPeriodRange &&value)
void SetArn(const Aws::String &value)
AWS_BILLINGCONDUCTOR_API Aws::String SerializePayload() const override
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
DeleteCustomLineItemRequest & WithArn(Aws::String &&value)
void SetBillingPeriodRange(CustomLineItemBillingPeriodRange &&value)
void SetArn(Aws::String &&value)
bool BillingPeriodRangeHasBeenSet() const
AWS_BILLINGCONDUCTOR_API DeleteCustomLineItemRequest()
virtual const char * GetServiceRequestName() const override
void SetArn(const char *value)
DeleteCustomLineItemRequest & WithArn(const char *value)
void SetBillingPeriodRange(const CustomLineItemBillingPeriodRange &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String