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/InvoiceUnit.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename InvoiceUnitsT = Aws::Vector<InvoiceUnit>>
44 void SetInvoiceUnits(InvoiceUnitsT&& value) { m_invoiceUnitsHasBeenSet =
true; m_invoiceUnits = std::forward<InvoiceUnitsT>(value); }
45 template<
typename InvoiceUnitsT = Aws::Vector<InvoiceUnit>>
47 template<
typename InvoiceUnitsT = InvoiceUnit>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_invoiceUnitsHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< InvoiceUnit > & GetInvoiceUnits() const
AWS_INVOICING_API ListInvoiceUnitsResult()=default
AWS_INVOICING_API ListInvoiceUnitsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetInvoiceUnits(InvoiceUnitsT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListInvoiceUnitsResult & WithInvoiceUnits(InvoiceUnitsT &&value)
const Aws::String & GetRequestId() const
ListInvoiceUnitsResult & AddInvoiceUnits(InvoiceUnitsT &&value)
void SetRequestId(RequestIdT &&value)
ListInvoiceUnitsResult & WithNextToken(NextTokenT &&value)
AWS_INVOICING_API ListInvoiceUnitsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListInvoiceUnitsResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue