7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/SegmentGroup.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace CustomerProfiles
43 template<
typename SegmentDefinitionNameT = Aws::String>
44 void SetSegmentDefinitionName(SegmentDefinitionNameT&& value) { m_segmentDefinitionNameHasBeenSet =
true; m_segmentDefinitionName = std::forward<SegmentDefinitionNameT>(value); }
45 template<
typename SegmentDefinitionNameT = Aws::String>
54 template<
typename DisplayNameT = Aws::String>
55 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
56 template<
typename DisplayNameT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
76 template<
typename SegmentGroupsT = SegmentGroup>
77 void SetSegmentGroups(SegmentGroupsT&& value) { m_segmentGroupsHasBeenSet =
true; m_segmentGroups = std::forward<SegmentGroupsT>(value); }
78 template<
typename SegmentGroupsT = SegmentGroup>
87 template<
typename SegmentDefinitionArnT = Aws::String>
88 void SetSegmentDefinitionArn(SegmentDefinitionArnT&& value) { m_segmentDefinitionArnHasBeenSet =
true; m_segmentDefinitionArn = std::forward<SegmentDefinitionArnT>(value); }
89 template<
typename SegmentDefinitionArnT = Aws::String>
98 template<
typename CreatedAtT = Aws::Utils::DateTime>
99 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
100 template<
typename CreatedAtT = Aws::Utils::DateTime>
109 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
111 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
113 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
115 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
122 template<
typename RequestIdT = Aws::String>
123 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
124 template<
typename RequestIdT = Aws::String>
130 bool m_segmentDefinitionNameHasBeenSet =
false;
133 bool m_displayNameHasBeenSet =
false;
136 bool m_descriptionHasBeenSet =
false;
139 bool m_segmentGroupsHasBeenSet =
false;
142 bool m_segmentDefinitionArnHasBeenSet =
false;
145 bool m_createdAtHasBeenSet =
false;
148 bool m_tagsHasBeenSet =
false;
151 bool m_requestIdHasBeenSet =
false;
GetSegmentDefinitionResult & WithSegmentDefinitionName(SegmentDefinitionNameT &&value)
GetSegmentDefinitionResult & WithCreatedAt(CreatedAtT &&value)
GetSegmentDefinitionResult & WithTags(TagsT &&value)
AWS_CUSTOMERPROFILES_API GetSegmentDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
AWS_CUSTOMERPROFILES_API GetSegmentDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetSegmentDefinitionArn(SegmentDefinitionArnT &&value)
const Aws::String & GetRequestId() const
GetSegmentDefinitionResult & WithSegmentGroups(SegmentGroupsT &&value)
const Aws::String & GetDisplayName() const
const Aws::String & GetSegmentDefinitionName() const
AWS_CUSTOMERPROFILES_API GetSegmentDefinitionResult()=default
void SetSegmentDefinitionName(SegmentDefinitionNameT &&value)
void SetRequestId(RequestIdT &&value)
GetSegmentDefinitionResult & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
void SetDisplayName(DisplayNameT &&value)
GetSegmentDefinitionResult & WithSegmentDefinitionArn(SegmentDefinitionArnT &&value)
void SetSegmentGroups(SegmentGroupsT &&value)
void SetTags(TagsT &&value)
GetSegmentDefinitionResult & WithDisplayName(DisplayNameT &&value)
GetSegmentDefinitionResult & WithRequestId(RequestIdT &&value)
const SegmentGroup & GetSegmentGroups() const
GetSegmentDefinitionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDescription() const
const Aws::String & GetSegmentDefinitionArn() const
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
Aws::Utils::Json::JsonValue JsonValue