7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/CustomerProfilesRequest.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
15namespace CustomerProfiles {
38 template <
typename DomainNameT = Aws::String>
40 m_domainNameHasBeenSet =
true;
41 m_domainName = std::forward<DomainNameT>(value);
43 template <
typename DomainNameT = Aws::String>
56 template <
typename ProfileIdsT = Aws::Vector<Aws::String>>
58 m_profileIdsHasBeenSet =
true;
59 m_profileIds = std::forward<ProfileIdsT>(value);
61 template <
typename ProfileIdsT = Aws::Vector<Aws::String>>
66 template <
typename ProfileIdsT = Aws::String>
68 m_profileIdsHasBeenSet =
true;
69 m_profileIds.emplace_back(std::forward<ProfileIdsT>(value));
77 bool m_domainNameHasBeenSet =
false;
78 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