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/customer-profiles/model/SegmentGroupStructure.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 SegmentQueryT = SegmentGroupStructure>
55 void SetSegmentQuery(SegmentQueryT&& value) { m_segmentQueryHasBeenSet =
true; m_segmentQuery = std::forward<SegmentQueryT>(value); }
56 template<
typename SegmentQueryT = SegmentGroupStructure>
62 bool m_domainNameHasBeenSet =
false;
65 bool m_segmentQueryHasBeenSet =
false;
bool DomainNameHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
void SetSegmentQuery(SegmentQueryT &&value)
AWS_CUSTOMERPROFILES_API CreateSegmentEstimateRequest()=default
const SegmentGroupStructure & GetSegmentQuery() const
const Aws::String & GetDomainName() const
CreateSegmentEstimateRequest & WithSegmentQuery(SegmentQueryT &&value)
bool SegmentQueryHasBeenSet() const
CreateSegmentEstimateRequest & WithDomainName(DomainNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetDomainName(DomainNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String