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>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/billingconductor/model/CustomLineItemChargeDetails.h>
14#include <aws/core/utils/UUID.h>
18namespace BillingConductor
50 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
79 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
94 inline void SetBillingGroupArn(
const char* value) { m_billingGroupArnHasBeenSet =
true; m_billingGroupArn.assign(value); }
154 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
162 bool m_clientTokenHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
168 bool m_descriptionHasBeenSet =
false;
171 bool m_billingGroupArnHasBeenSet =
false;
174 bool m_billingPeriodRangeHasBeenSet =
false;
177 bool m_tagsHasBeenSet =
false;
180 bool m_chargeDetailsHasBeenSet =
false;
183 bool m_accountIdHasBeenSet =
false;
bool TagsHasBeenSet() const
void SetBillingGroupArn(const char *value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateCustomLineItemRequest & WithName(const Aws::String &value)
CreateCustomLineItemRequest & WithClientToken(const Aws::String &value)
CreateCustomLineItemRequest & WithAccountId(const Aws::String &value)
void SetAccountId(const Aws::String &value)
void SetClientToken(Aws::String &&value)
CreateCustomLineItemRequest & WithClientToken(Aws::String &&value)
void SetAccountId(Aws::String &&value)
CreateCustomLineItemRequest & WithDescription(Aws::String &&value)
void SetBillingPeriodRange(const CustomLineItemBillingPeriodRange &value)
CreateCustomLineItemRequest & WithAccountId(Aws::String &&value)
AWS_BILLINGCONDUCTOR_API CreateCustomLineItemRequest()
void SetName(const Aws::String &value)
void SetChargeDetails(CustomLineItemChargeDetails &&value)
bool BillingPeriodRangeHasBeenSet() const
CreateCustomLineItemRequest & AddTags(Aws::String &&key, const char *value)
bool BillingGroupArnHasBeenSet() const
CreateCustomLineItemRequest & WithName(Aws::String &&value)
void SetName(const char *value)
virtual const char * GetServiceRequestName() const override
CreateCustomLineItemRequest & WithBillingPeriodRange(const CustomLineItemBillingPeriodRange &value)
void SetDescription(Aws::String &&value)
CreateCustomLineItemRequest & WithBillingPeriodRange(CustomLineItemBillingPeriodRange &&value)
CreateCustomLineItemRequest & WithBillingGroupArn(Aws::String &&value)
AWS_BILLINGCONDUCTOR_API Aws::String SerializePayload() const override
bool AccountIdHasBeenSet() const
const Aws::String & GetBillingGroupArn() const
void SetBillingGroupArn(Aws::String &&value)
void SetBillingGroupArn(const Aws::String &value)
CreateCustomLineItemRequest & WithChargeDetails(CustomLineItemChargeDetails &&value)
void SetDescription(const char *value)
const Aws::String & GetClientToken() const
CreateCustomLineItemRequest & AddTags(const Aws::String &key, Aws::String &&value)
CreateCustomLineItemRequest & WithName(const char *value)
bool DescriptionHasBeenSet() const
CreateCustomLineItemRequest & WithDescription(const Aws::String &value)
void SetAccountId(const char *value)
const CustomLineItemBillingPeriodRange & GetBillingPeriodRange() const
CreateCustomLineItemRequest & AddTags(const char *key, const char *value)
void SetBillingPeriodRange(CustomLineItemBillingPeriodRange &&value)
const CustomLineItemChargeDetails & GetChargeDetails() const
void SetClientToken(const Aws::String &value)
AWS_BILLINGCONDUCTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateCustomLineItemRequest & WithDescription(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateCustomLineItemRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool ClientTokenHasBeenSet() const
CreateCustomLineItemRequest & WithAccountId(const char *value)
void SetChargeDetails(const CustomLineItemChargeDetails &value)
bool NameHasBeenSet() const
void SetClientToken(const char *value)
CreateCustomLineItemRequest & AddTags(const char *key, Aws::String &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
CreateCustomLineItemRequest & AddTags(const Aws::String &key, const Aws::String &value)
const Aws::String & GetDescription() const
CreateCustomLineItemRequest & AddTags(Aws::String &&key, const Aws::String &value)
CreateCustomLineItemRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
CreateCustomLineItemRequest & AddTags(Aws::String &&key, Aws::String &&value)
const Aws::String & GetAccountId() const
void SetName(Aws::String &&value)
CreateCustomLineItemRequest & WithChargeDetails(const CustomLineItemChargeDetails &value)
CreateCustomLineItemRequest & WithBillingGroupArn(const char *value)
CreateCustomLineItemRequest & WithClientToken(const char *value)
const Aws::String & GetName() const
bool ChargeDetailsHasBeenSet() const
void SetDescription(const Aws::String &value)
CreateCustomLineItemRequest & WithBillingGroupArn(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String