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/SegmentGroup.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16namespace CustomerProfiles
43 template<
typename DomainNameT = Aws::String>
44 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
45 template<
typename DomainNameT = Aws::String>
55 template<
typename SegmentDefinitionNameT = Aws::String>
56 void SetSegmentDefinitionName(SegmentDefinitionNameT&& value) { m_segmentDefinitionNameHasBeenSet =
true; m_segmentDefinitionName = std::forward<SegmentDefinitionNameT>(value); }
57 template<
typename SegmentDefinitionNameT = Aws::String>
67 template<
typename DisplayNameT = Aws::String>
68 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
69 template<
typename DisplayNameT = Aws::String>
79 template<
typename DescriptionT = Aws::String>
80 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
81 template<
typename DescriptionT = Aws::String>
92 template<
typename SegmentGroupsT = SegmentGroup>
93 void SetSegmentGroups(SegmentGroupsT&& value) { m_segmentGroupsHasBeenSet =
true; m_segmentGroups = std::forward<SegmentGroupsT>(value); }
94 template<
typename SegmentGroupsT = SegmentGroup>
104 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
105 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
106 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
108 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
110 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
116 bool m_domainNameHasBeenSet =
false;
119 bool m_segmentDefinitionNameHasBeenSet =
false;
122 bool m_displayNameHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
128 bool m_segmentGroupsHasBeenSet =
false;
131 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)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
const Aws::String & GetSegmentDefinitionName() const
CreateSegmentDefinitionRequest & WithTags(TagsT &&value)
CreateSegmentDefinitionRequest & WithSegmentGroups(SegmentGroupsT &&value)
bool TagsHasBeenSet() const
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