7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/invoicing/Invoicing_EXPORTS.h>
10#include <aws/invoicing/model/InvoiceProfile.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ProfilesT = Aws::Vector<InvoiceProfile>>
38 m_profilesHasBeenSet =
true;
39 m_profiles = std::forward<ProfilesT>(value);
41 template <
typename ProfilesT = Aws::Vector<InvoiceProfile>>
46 template <
typename ProfilesT = InvoiceProfile>
48 m_profilesHasBeenSet =
true;
49 m_profiles.emplace_back(std::forward<ProfilesT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_profilesHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
void SetProfiles(ProfilesT &&value)
void SetRequestId(RequestIdT &&value)
BatchGetInvoiceProfileResult & AddProfiles(ProfilesT &&value)
AWS_INVOICING_API BatchGetInvoiceProfileResult()=default
AWS_INVOICING_API BatchGetInvoiceProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< InvoiceProfile > & GetProfiles() const
BatchGetInvoiceProfileResult & WithProfiles(ProfilesT &&value)
const Aws::String & GetRequestId() const
AWS_INVOICING_API BatchGetInvoiceProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetInvoiceProfileResult & 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