7#include <aws/invoicing/Invoicing_EXPORTS.h>
8#include <aws/invoicing/InvoicingRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
45 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
46 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
48 template<
typename AccountIdsT = Aws::String>
54 bool m_accountIdsHasBeenSet =
false;
AWS_INVOICING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetAccountIds() const
BatchGetInvoiceProfileRequest & AddAccountIds(AccountIdsT &&value)
bool AccountIdsHasBeenSet() const
AWS_INVOICING_API BatchGetInvoiceProfileRequest()=default
AWS_INVOICING_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetAccountIds(AccountIdsT &&value)
BatchGetInvoiceProfileRequest & WithAccountIds(AccountIdsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector