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>
16namespace CustomerProfiles {
39 template <
typename DomainNameT = Aws::String>
41 m_domainNameHasBeenSet =
true;
42 m_domainName = std::forward<DomainNameT>(value);
44 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 DisplayNameT = Aws::String>
77 m_displayNameHasBeenSet =
true;
78 m_displayName = std::forward<DisplayNameT>(value);
80 template <
typename DisplayNameT = Aws::String>
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
112 template <
typename SegmentGroupsT = SegmentGroup>
114 m_segmentGroupsHasBeenSet =
true;
115 m_segmentGroups = std::forward<SegmentGroupsT>(value);
117 template <
typename SegmentGroupsT = SegmentGroup>
130 template <
typename SegmentSqlQueryT = Aws::String>
132 m_segmentSqlQueryHasBeenSet =
true;
133 m_segmentSqlQuery = std::forward<SegmentSqlQueryT>(value);
135 template <
typename SegmentSqlQueryT = Aws::String>
148 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
150 m_tagsHasBeenSet =
true;
151 m_tags = std::forward<TagsT>(value);
153 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
155 SetTags(std::forward<TagsT>(value));
158 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
160 m_tagsHasBeenSet =
true;
161 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
179 bool m_domainNameHasBeenSet =
false;
180 bool m_segmentDefinitionNameHasBeenSet =
false;
181 bool m_displayNameHasBeenSet =
false;
182 bool m_descriptionHasBeenSet =
false;
183 bool m_segmentGroupsHasBeenSet =
false;
184 bool m_segmentSqlQueryHasBeenSet =
false;
185 bool m_tagsHasBeenSet =
false;
const SegmentGroup & GetSegmentGroups() const
bool SegmentDefinitionNameHasBeenSet() const
void SetTags(TagsT &&value)
void SetDisplayName(DisplayNameT &&value)
bool DomainNameHasBeenSet() const
void SetDomainName(DomainNameT &&value)
bool DisplayNameHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateSegmentDefinitionRequest & WithDomainName(DomainNameT &&value)
CreateSegmentDefinitionRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() 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)
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