7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace CustomerProfiles
42 template<
typename DomainNameT = Aws::String>
43 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
44 template<
typename DomainNameT = Aws::String>
54 template<
typename ProfileIdsT = Aws::Vector<Aws::String>>
55 void SetProfileIds(ProfileIdsT&& value) { m_profileIdsHasBeenSet =
true; m_profileIds = std::forward<ProfileIdsT>(value); }
56 template<
typename ProfileIdsT = Aws::Vector<Aws::String>>
58 template<
typename ProfileIdsT = Aws::String>
64 bool m_domainNameHasBeenSet =
false;
67 bool m_profileIdsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
bool DomainNameHasBeenSet() const
const Aws::String & GetDomainName() const
void SetDomainName(DomainNameT &&value)
AWS_CUSTOMERPROFILES_API BatchGetProfileRequest()=default
const Aws::Vector< Aws::String > & GetProfileIds() const
BatchGetProfileRequest & AddProfileIds(ProfileIdsT &&value)
BatchGetProfileRequest & WithDomainName(DomainNameT &&value)
void SetProfileIds(ProfileIdsT &&value)
bool ProfileIdsHasBeenSet() const
BatchGetProfileRequest & WithProfileIds(ProfileIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector