7#include <aws/invoicing/Invoicing_EXPORTS.h>
8#include <aws/invoicing/InvoicingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
45 template<
typename InvoiceUnitArnT = Aws::String>
46 void SetInvoiceUnitArn(InvoiceUnitArnT&& value) { m_invoiceUnitArnHasBeenSet =
true; m_invoiceUnitArn = std::forward<InvoiceUnitArnT>(value); }
47 template<
typename InvoiceUnitArnT = Aws::String>
60 template<
typename AsOfT = Aws::Utils::DateTime>
61 void SetAsOf(AsOfT&& value) { m_asOfHasBeenSet =
true; m_asOf = std::forward<AsOfT>(value); }
62 template<
typename AsOfT = Aws::Utils::DateTime>
68 bool m_invoiceUnitArnHasBeenSet =
false;
71 bool m_asOfHasBeenSet =
false;
bool InvoiceUnitArnHasBeenSet() const
bool AsOfHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetInvoiceUnitArn(InvoiceUnitArnT &&value)
GetInvoiceUnitRequest & WithInvoiceUnitArn(InvoiceUnitArnT &&value)
AWS_INVOICING_API GetInvoiceUnitRequest()=default
AWS_INVOICING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAsOf(AsOfT &&value)
GetInvoiceUnitRequest & WithAsOf(AsOfT &&value)
const Aws::Utils::DateTime & GetAsOf() const
const Aws::String & GetInvoiceUnitArn() const
AWS_INVOICING_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String