7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CustomerProfiles {
36 template <
typename SegmentDefinitionNameT = Aws::String>
38 m_segmentDefinitionNameHasBeenSet =
true;
39 m_segmentDefinitionName = std::forward<SegmentDefinitionNameT>(value);
41 template <
typename SegmentDefinitionNameT = Aws::String>
53 template <
typename DisplayNameT = Aws::String>
55 m_displayNameHasBeenSet =
true;
56 m_displayName = std::forward<DisplayNameT>(value);
58 template <
typename DisplayNameT = Aws::String>
70 template <
typename DescriptionT = Aws::String>
72 m_descriptionHasBeenSet =
true;
73 m_description = std::forward<DescriptionT>(value);
75 template <
typename DescriptionT = Aws::String>
87 template <
typename CreatedAtT = Aws::Utils::DateTime>
89 m_createdAtHasBeenSet =
true;
90 m_createdAt = std::forward<CreatedAtT>(value);
92 template <
typename CreatedAtT = Aws::Utils::DateTime>
104 template <
typename SegmentDefinitionArnT = Aws::String>
106 m_segmentDefinitionArnHasBeenSet =
true;
107 m_segmentDefinitionArn = std::forward<SegmentDefinitionArnT>(value);
109 template <
typename SegmentDefinitionArnT = Aws::String>
121 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 m_tagsHasBeenSet =
true;
124 m_tags = std::forward<TagsT>(value);
126 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
128 SetTags(std::forward<TagsT>(value));
131 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
133 m_tagsHasBeenSet =
true;
134 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
142 template <
typename RequestIdT = Aws::String>
144 m_requestIdHasBeenSet =
true;
145 m_requestId = std::forward<RequestIdT>(value);
147 template <
typename RequestIdT = Aws::String>
167 bool m_segmentDefinitionNameHasBeenSet =
false;
168 bool m_displayNameHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
170 bool m_createdAtHasBeenSet =
false;
171 bool m_segmentDefinitionArnHasBeenSet =
false;
172 bool m_tagsHasBeenSet =
false;
173 bool m_requestIdHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API CreateSegmentDefinitionResult()=default
CreateSegmentDefinitionResult & WithTags(TagsT &&value)
CreateSegmentDefinitionResult & WithSegmentDefinitionArn(SegmentDefinitionArnT &&value)
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetSegmentDefinitionArn() const
const Aws::String & GetDescription() const
CreateSegmentDefinitionResult & WithDisplayName(DisplayNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_CUSTOMERPROFILES_API CreateSegmentDefinitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSegmentDefinitionResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
CreateSegmentDefinitionResult & WithDescription(DescriptionT &&value)
AWS_CUSTOMERPROFILES_API CreateSegmentDefinitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSegmentDefinitionName(SegmentDefinitionNameT &&value)
const Aws::String & GetDisplayName() const
void SetDescription(DescriptionT &&value)
CreateSegmentDefinitionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateSegmentDefinitionResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetRequestId() const
void SetSegmentDefinitionArn(SegmentDefinitionArnT &&value)
CreateSegmentDefinitionResult & WithSegmentDefinitionName(SegmentDefinitionNameT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetSegmentDefinitionName() const
void SetTags(TagsT &&value)
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