7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/billingconductor/model/ListCustomLineItemChargeDetails.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace BillingConductor
41 template<
typename ArnT = Aws::String>
42 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
43 template<
typename ArnT = Aws::String>
52 template<
typename BillingGroupArnT = Aws::String>
53 void SetBillingGroupArn(BillingGroupArnT&& value) { m_billingGroupArnHasBeenSet =
true; m_billingGroupArn = std::forward<BillingGroupArnT>(value); }
54 template<
typename BillingGroupArnT = Aws::String>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
86 template<
typename ChargeDetailsT = ListCustomLineItemChargeDetails>
87 void SetChargeDetails(ChargeDetailsT&& value) { m_chargeDetailsHasBeenSet =
true; m_chargeDetails = std::forward<ChargeDetailsT>(value); }
88 template<
typename ChargeDetailsT = ListCustomLineItemChargeDetails>
97 inline void SetLastModifiedTime(
long long value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = value; }
106 inline void SetAssociationSize(
long long value) { m_associationSizeHasBeenSet =
true; m_associationSize = value; }
113 template<
typename RequestIdT = Aws::String>
114 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
115 template<
typename RequestIdT = Aws::String>
121 bool m_arnHasBeenSet =
false;
124 bool m_billingGroupArnHasBeenSet =
false;
127 bool m_nameHasBeenSet =
false;
130 bool m_descriptionHasBeenSet =
false;
133 bool m_chargeDetailsHasBeenSet =
false;
135 long long m_lastModifiedTime{0};
136 bool m_lastModifiedTimeHasBeenSet =
false;
138 long long m_associationSize{0};
139 bool m_associationSizeHasBeenSet =
false;
142 bool m_requestIdHasBeenSet =
false;
void SetArn(ArnT &&value)
UpdateCustomLineItemResult & WithDescription(DescriptionT &&value)
AWS_BILLINGCONDUCTOR_API UpdateCustomLineItemResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
long long GetAssociationSize() const
UpdateCustomLineItemResult & WithBillingGroupArn(BillingGroupArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetChargeDetails(ChargeDetailsT &&value)
UpdateCustomLineItemResult & WithRequestId(RequestIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetBillingGroupArn() const
long long GetLastModifiedTime() const
UpdateCustomLineItemResult & WithName(NameT &&value)
const Aws::String & GetRequestId() const
void SetBillingGroupArn(BillingGroupArnT &&value)
UpdateCustomLineItemResult & WithChargeDetails(ChargeDetailsT &&value)
AWS_BILLINGCONDUCTOR_API UpdateCustomLineItemResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAssociationSize(long long value)
const Aws::String & GetArn() const
UpdateCustomLineItemResult & WithLastModifiedTime(long long value)
AWS_BILLINGCONDUCTOR_API UpdateCustomLineItemResult()=default
const Aws::String & GetName() const
void SetLastModifiedTime(long long value)
const ListCustomLineItemChargeDetails & GetChargeDetails() const
UpdateCustomLineItemResult & WithArn(ArnT &&value)
UpdateCustomLineItemResult & WithAssociationSize(long long value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue