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/InvoiceProfile.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ProfilesT = Aws::Vector<InvoiceProfile>>
43 void SetProfiles(ProfilesT&& value) { m_profilesHasBeenSet =
true; m_profiles = std::forward<ProfilesT>(value); }
44 template<
typename ProfilesT = Aws::Vector<InvoiceProfile>>
46 template<
typename ProfilesT = InvoiceProfile>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_profilesHasBeenSet =
false;
64 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