7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/invoicing/InvoicingRequest.h>
10#include <aws/invoicing/Invoicing_EXPORTS.h>
40 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
42 m_accountIdsHasBeenSet =
true;
43 m_accountIds = std::forward<AccountIdsT>(value);
45 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
50 template <
typename AccountIdsT = Aws::String>
52 m_accountIdsHasBeenSet =
true;
53 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
59 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