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>
57 template <
typename SegmentDefinitionNameT = Aws::String>
59 m_segmentDefinitionNameHasBeenSet =
true;
60 m_segmentDefinitionName = std::forward<SegmentDefinitionNameT>(value);
62 template <
typename SegmentDefinitionNameT = Aws::String>
75 template <
typename ProfileIdsT = Aws::Vector<Aws::String>>
77 m_profileIdsHasBeenSet =
true;
78 m_profileIds = std::forward<ProfileIdsT>(value);
80 template <
typename ProfileIdsT = Aws::Vector<Aws::String>>
85 template <
typename ProfileIdsT = Aws::String>
87 m_profileIdsHasBeenSet =
true;
88 m_profileIds.emplace_back(std::forward<ProfileIdsT>(value));
98 bool m_domainNameHasBeenSet =
false;
99 bool m_segmentDefinitionNameHasBeenSet =
false;
100 bool m_profileIdsHasBeenSet =
false;
GetSegmentMembershipRequest & WithProfileIds(ProfileIdsT &&value)
const Aws::String & GetSegmentDefinitionName() const
bool SegmentDefinitionNameHasBeenSet() const
AWS_CUSTOMERPROFILES_API GetSegmentMembershipRequest()=default
bool DomainNameHasBeenSet() const
const Aws::Vector< Aws::String > & GetProfileIds() const
GetSegmentMembershipRequest & AddProfileIds(ProfileIdsT &&value)
GetSegmentMembershipRequest & WithDomainName(DomainNameT &&value)
bool ProfileIdsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDomainName() const
void SetProfileIds(ProfileIdsT &&value)
void SetDomainName(DomainNameT &&value)
void SetSegmentDefinitionName(SegmentDefinitionNameT &&value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
GetSegmentMembershipRequest & WithSegmentDefinitionName(SegmentDefinitionNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector