7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/CustomerProfilesRequest.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
11#include <aws/customer-profiles/model/SegmentGroup.h>
12#include <aws/customer-profiles/model/SegmentSort.h>
17namespace CustomerProfiles {
40 template <
typename DomainNameT = Aws::String>
42 m_domainNameHasBeenSet =
true;
43 m_domainName = std::forward<DomainNameT>(value);
45 template <
typename DomainNameT = Aws::String>
58 template <
typename SegmentDefinitionNameT = Aws::String>
60 m_segmentDefinitionNameHasBeenSet =
true;
61 m_segmentDefinitionName = std::forward<SegmentDefinitionNameT>(value);
63 template <
typename SegmentDefinitionNameT = Aws::String>
76 template <
typename DisplayNameT = Aws::String>
78 m_displayNameHasBeenSet =
true;
79 m_displayName = std::forward<DisplayNameT>(value);
81 template <
typename DisplayNameT = Aws::String>
94 template <
typename DescriptionT = Aws::String>
96 m_descriptionHasBeenSet =
true;
97 m_description = std::forward<DescriptionT>(value);
99 template <
typename DescriptionT = Aws::String>
113 template <
typename SegmentGroupsT = SegmentGroup>
115 m_segmentGroupsHasBeenSet =
true;
116 m_segmentGroups = std::forward<SegmentGroupsT>(value);
118 template <
typename SegmentGroupsT = SegmentGroup>
131 template <
typename SegmentSqlQueryT = Aws::String>
133 m_segmentSqlQueryHasBeenSet =
true;
134 m_segmentSqlQuery = std::forward<SegmentSqlQueryT>(value);
136 template <
typename SegmentSqlQueryT = Aws::String>
149 template <
typename SegmentSortT = SegmentSort>
151 m_segmentSortHasBeenSet =
true;
152 m_segmentSort = std::forward<SegmentSortT>(value);
154 template <
typename SegmentSortT = SegmentSort>
167 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
169 m_tagsHasBeenSet =
true;
170 m_tags = std::forward<TagsT>(value);
172 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
174 SetTags(std::forward<TagsT>(value));
177 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
179 m_tagsHasBeenSet =
true;
180 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
200 bool m_domainNameHasBeenSet =
false;
201 bool m_segmentDefinitionNameHasBeenSet =
false;
202 bool m_displayNameHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
204 bool m_segmentGroupsHasBeenSet =
false;
205 bool m_segmentSqlQueryHasBeenSet =
false;
206 bool m_segmentSortHasBeenSet =
false;
207 bool m_tagsHasBeenSet =
false;
const SegmentGroup & GetSegmentGroups() const
bool SegmentDefinitionNameHasBeenSet() const
void SetTags(TagsT &&value)
void SetDisplayName(DisplayNameT &&value)
CreateSegmentDefinitionRequest & WithSegmentSort(SegmentSortT &&value)
bool DomainNameHasBeenSet() const
void SetDomainName(DomainNameT &&value)
bool DisplayNameHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetSegmentSort(SegmentSortT &&value)
CreateSegmentDefinitionRequest & WithDomainName(DomainNameT &&value)
CreateSegmentDefinitionRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
const SegmentSort & GetSegmentSort() const
bool SegmentGroupsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
const Aws::String & GetDomainName() const
CreateSegmentDefinitionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool SegmentSortHasBeenSet() const
const Aws::String & GetSegmentSqlQuery() const
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
const Aws::String & GetSegmentDefinitionName() const
bool SegmentSqlQueryHasBeenSet() const
CreateSegmentDefinitionRequest & WithTags(TagsT &&value)
CreateSegmentDefinitionRequest & WithSegmentGroups(SegmentGroupsT &&value)
bool TagsHasBeenSet() const
CreateSegmentDefinitionRequest & WithSegmentSqlQuery(SegmentSqlQueryT &&value)
void SetSegmentSqlQuery(SegmentSqlQueryT &&value)
const Aws::String & GetDisplayName() const
void SetSegmentGroups(SegmentGroupsT &&value)
void SetSegmentDefinitionName(SegmentDefinitionNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateSegmentDefinitionRequest & WithSegmentDefinitionName(SegmentDefinitionNameT &&value)
CreateSegmentDefinitionRequest & WithDisplayName(DisplayNameT &&value)
AWS_CUSTOMERPROFILES_API CreateSegmentDefinitionRequest()=default
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String