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>
50 template<
typename LinkedAccountsT = Aws::Vector<Aws::String>>
51 void SetLinkedAccounts(LinkedAccountsT&& value) { m_linkedAccountsHasBeenSet =
true; m_linkedAccounts = std::forward<LinkedAccountsT>(value); }
52 template<
typename LinkedAccountsT = Aws::Vector<Aws::String>>
54 template<
typename LinkedAccountsT = Aws::String>
55 InvoiceUnitRule&
AddLinkedAccounts(LinkedAccountsT&& value) { m_linkedAccountsHasBeenSet =
true; m_linkedAccounts.emplace_back(std::forward<LinkedAccountsT>(value));
return *
this; }
60 bool m_linkedAccountsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetLinkedAccounts() const
AWS_INVOICING_API InvoiceUnitRule(Aws::Utils::Json::JsonView jsonValue)
bool LinkedAccountsHasBeenSet() const
AWS_INVOICING_API Aws::Utils::Json::JsonValue Jsonize() const
InvoiceUnitRule & WithLinkedAccounts(LinkedAccountsT &&value)
AWS_INVOICING_API InvoiceUnitRule()=default
AWS_INVOICING_API InvoiceUnitRule & operator=(Aws::Utils::Json::JsonView jsonValue)
InvoiceUnitRule & AddLinkedAccounts(LinkedAccountsT &&value)
void SetLinkedAccounts(LinkedAccountsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue