7#include <aws/invoicing/Invoicing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/invoicing/model/FeesBreakdownAmount.h>
48 template<
typename BreakdownT = Aws::Vector<FeesBreakdownAmount>>
49 void SetBreakdown(BreakdownT&& value) { m_breakdownHasBeenSet =
true; m_breakdown = std::forward<BreakdownT>(value); }
50 template<
typename BreakdownT = Aws::Vector<FeesBreakdownAmount>>
52 template<
typename BreakdownT = FeesBreakdownAmount>
53 FeesBreakdown&
AddBreakdown(BreakdownT&& value) { m_breakdownHasBeenSet =
true; m_breakdown.emplace_back(std::forward<BreakdownT>(value));
return *
this; }
62 template<
typename TotalAmountT = Aws::String>
63 void SetTotalAmount(TotalAmountT&& value) { m_totalAmountHasBeenSet =
true; m_totalAmount = std::forward<TotalAmountT>(value); }
64 template<
typename TotalAmountT = Aws::String>
70 bool m_breakdownHasBeenSet =
false;
73 bool m_totalAmountHasBeenSet =
false;
FeesBreakdown & WithTotalAmount(TotalAmountT &&value)
bool TotalAmountHasBeenSet() const
AWS_INVOICING_API FeesBreakdown & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTotalAmount(TotalAmountT &&value)
const Aws::String & GetTotalAmount() const
void SetBreakdown(BreakdownT &&value)
FeesBreakdown & AddBreakdown(BreakdownT &&value)
AWS_INVOICING_API FeesBreakdown(Aws::Utils::Json::JsonView jsonValue)
AWS_INVOICING_API FeesBreakdown()=default
FeesBreakdown & WithBreakdown(BreakdownT &&value)
AWS_INVOICING_API Aws::Utils::Json::JsonValue Jsonize() const
bool BreakdownHasBeenSet() const
const Aws::Vector< FeesBreakdownAmount > & GetBreakdown() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue