7#include <aws/invoicing/Invoicing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename DescriptionT = Aws::String>
47 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
48 template<
typename DescriptionT = Aws::String>
58 template<
typename AmountT = Aws::String>
59 void SetAmount(AmountT&& value) { m_amountHasBeenSet =
true; m_amount = std::forward<AmountT>(value); }
60 template<
typename AmountT = Aws::String>
70 template<
typename RateT = Aws::String>
71 void SetRate(RateT&& value) { m_rateHasBeenSet =
true; m_rate = std::forward<RateT>(value); }
72 template<
typename RateT = Aws::String>
78 bool m_descriptionHasBeenSet =
false;
81 bool m_amountHasBeenSet =
false;
84 bool m_rateHasBeenSet =
false;
const Aws::String & GetAmount() const
void SetRate(RateT &&value)
void SetDescription(DescriptionT &&value)
void SetAmount(AmountT &&value)
bool DescriptionHasBeenSet() const
bool RateHasBeenSet() const
AWS_INVOICING_API FeesBreakdownAmount(Aws::Utils::Json::JsonView jsonValue)
AWS_INVOICING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INVOICING_API FeesBreakdownAmount()=default
FeesBreakdownAmount & WithRate(RateT &&value)
FeesBreakdownAmount & WithAmount(AmountT &&value)
FeesBreakdownAmount & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool AmountHasBeenSet() const
const Aws::String & GetRate() const
AWS_INVOICING_API FeesBreakdownAmount & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue