7#include <aws/invoicing/Invoicing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/invoicing/model/ReceiverAddress.h>
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
60 template<
typename ReceiverNameT = Aws::String>
61 void SetReceiverName(ReceiverNameT&& value) { m_receiverNameHasBeenSet =
true; m_receiverName = std::forward<ReceiverNameT>(value); }
62 template<
typename ReceiverNameT = Aws::String>
72 template<
typename ReceiverAddressT = ReceiverAddress>
73 void SetReceiverAddress(ReceiverAddressT&& value) { m_receiverAddressHasBeenSet =
true; m_receiverAddress = std::forward<ReceiverAddressT>(value); }
74 template<
typename ReceiverAddressT = ReceiverAddress>
84 template<
typename ReceiverEmailT = Aws::String>
85 void SetReceiverEmail(ReceiverEmailT&& value) { m_receiverEmailHasBeenSet =
true; m_receiverEmail = std::forward<ReceiverEmailT>(value); }
86 template<
typename ReceiverEmailT = Aws::String>
96 template<
typename IssuerT = Aws::String>
97 void SetIssuer(IssuerT&& value) { m_issuerHasBeenSet =
true; m_issuer = std::forward<IssuerT>(value); }
98 template<
typename IssuerT = Aws::String>
108 template<
typename TaxRegistrationNumberT = Aws::String>
109 void SetTaxRegistrationNumber(TaxRegistrationNumberT&& value) { m_taxRegistrationNumberHasBeenSet =
true; m_taxRegistrationNumber = std::forward<TaxRegistrationNumberT>(value); }
110 template<
typename TaxRegistrationNumberT = Aws::String>
116 bool m_accountIdHasBeenSet =
false;
119 bool m_receiverNameHasBeenSet =
false;
122 bool m_receiverAddressHasBeenSet =
false;
125 bool m_receiverEmailHasBeenSet =
false;
128 bool m_issuerHasBeenSet =
false;
131 bool m_taxRegistrationNumberHasBeenSet =
false;
AWS_INVOICING_API InvoiceProfile()=default
InvoiceProfile & WithIssuer(IssuerT &&value)
InvoiceProfile & WithTaxRegistrationNumber(TaxRegistrationNumberT &&value)
const Aws::String & GetAccountId() const
bool ReceiverNameHasBeenSet() const
InvoiceProfile & WithReceiverAddress(ReceiverAddressT &&value)
void SetAccountId(AccountIdT &&value)
const Aws::String & GetReceiverName() const
AWS_INVOICING_API InvoiceProfile(Aws::Utils::Json::JsonView jsonValue)
InvoiceProfile & WithReceiverName(ReceiverNameT &&value)
bool IssuerHasBeenSet() const
void SetReceiverAddress(ReceiverAddressT &&value)
AWS_INVOICING_API InvoiceProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTaxRegistrationNumber(TaxRegistrationNumberT &&value)
void SetReceiverName(ReceiverNameT &&value)
bool AccountIdHasBeenSet() const
const ReceiverAddress & GetReceiverAddress() const
const Aws::String & GetIssuer() const
InvoiceProfile & WithAccountId(AccountIdT &&value)
bool ReceiverEmailHasBeenSet() const
InvoiceProfile & WithReceiverEmail(ReceiverEmailT &&value)
AWS_INVOICING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTaxRegistrationNumber() const
void SetIssuer(IssuerT &&value)
bool ReceiverAddressHasBeenSet() const
const Aws::String & GetReceiverEmail() const
void SetReceiverEmail(ReceiverEmailT &&value)
bool TaxRegistrationNumberHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue