7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/billingconductor/model/BillingGroupStatus.h>
10#include <aws/billingconductor/model/UpdateBillingGroupAccountGrouping.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace BillingConductor
42 template<
typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
44 template<
typename ArnT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
76 template<
typename PrimaryAccountIdT = Aws::String>
77 void SetPrimaryAccountId(PrimaryAccountIdT&& value) { m_primaryAccountIdHasBeenSet =
true; m_primaryAccountId = std::forward<PrimaryAccountIdT>(value); }
78 template<
typename PrimaryAccountIdT = Aws::String>
88 template<
typename PricingPlanArnT = Aws::String>
89 void SetPricingPlanArn(PricingPlanArnT&& value) { m_pricingPlanArnHasBeenSet =
true; m_pricingPlanArn = std::forward<PricingPlanArnT>(value); }
90 template<
typename PricingPlanArnT = Aws::String>
98 inline long long GetSize()
const {
return m_size; }
99 inline void SetSize(
long long value) { m_sizeHasBeenSet =
true; m_size = value; }
108 inline void SetLastModifiedTime(
long long value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = value; }
127 template<
typename StatusReasonT = Aws::String>
128 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
129 template<
typename StatusReasonT = Aws::String>
139 template<
typename AccountGroupingT = UpdateBillingGroupAccountGrouping>
140 void SetAccountGrouping(AccountGroupingT&& value) { m_accountGroupingHasBeenSet =
true; m_accountGrouping = std::forward<AccountGroupingT>(value); }
141 template<
typename AccountGroupingT = UpdateBillingGroupAccountGrouping>
148 template<
typename RequestIdT = Aws::String>
149 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
150 template<
typename RequestIdT = Aws::String>
156 bool m_arnHasBeenSet =
false;
159 bool m_nameHasBeenSet =
false;
162 bool m_descriptionHasBeenSet =
false;
165 bool m_primaryAccountIdHasBeenSet =
false;
168 bool m_pricingPlanArnHasBeenSet =
false;
171 bool m_sizeHasBeenSet =
false;
173 long long m_lastModifiedTime{0};
174 bool m_lastModifiedTimeHasBeenSet =
false;
177 bool m_statusHasBeenSet =
false;
180 bool m_statusReasonHasBeenSet =
false;
182 UpdateBillingGroupAccountGrouping m_accountGrouping;
183 bool m_accountGroupingHasBeenSet =
false;
186 bool m_requestIdHasBeenSet =
false;
UpdateBillingGroupResult & WithArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetSize(long long value)
const UpdateBillingGroupAccountGrouping & GetAccountGrouping() const
UpdateBillingGroupResult & WithStatus(BillingGroupStatus value)
void SetAccountGrouping(AccountGroupingT &&value)
UpdateBillingGroupResult & WithDescription(DescriptionT &&value)
UpdateBillingGroupResult & WithPricingPlanArn(PricingPlanArnT &&value)
const Aws::String & GetPricingPlanArn() const
const Aws::String & GetDescription() const
long long GetSize() const
BillingGroupStatus GetStatus() const
void SetArn(ArnT &&value)
UpdateBillingGroupResult & WithLastModifiedTime(long long value)
const Aws::String & GetPrimaryAccountId() const
const Aws::String & GetRequestId() const
const Aws::String & GetStatusReason() const
UpdateBillingGroupResult & WithStatusReason(StatusReasonT &&value)
void SetStatusReason(StatusReasonT &&value)
void SetPrimaryAccountId(PrimaryAccountIdT &&value)
AWS_BILLINGCONDUCTOR_API UpdateBillingGroupResult()=default
void SetStatus(BillingGroupStatus value)
UpdateBillingGroupResult & WithPrimaryAccountId(PrimaryAccountIdT &&value)
UpdateBillingGroupResult & WithRequestId(RequestIdT &&value)
void SetPricingPlanArn(PricingPlanArnT &&value)
const Aws::String & GetArn() const
void SetName(NameT &&value)
UpdateBillingGroupResult & WithAccountGrouping(AccountGroupingT &&value)
AWS_BILLINGCONDUCTOR_API UpdateBillingGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDescription(DescriptionT &&value)
void SetLastModifiedTime(long long value)
long long GetLastModifiedTime() const
AWS_BILLINGCONDUCTOR_API UpdateBillingGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBillingGroupResult & WithSize(long long value)
UpdateBillingGroupResult & WithName(NameT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue