7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CustomerProfiles {
37 template <
typename SegmentDefinitionNameT = Aws::String>
39 m_segmentDefinitionNameHasBeenSet =
true;
40 m_segmentDefinitionName = std::forward<SegmentDefinitionNameT>(value);
42 template <
typename SegmentDefinitionNameT = Aws::String>
54 template <
typename DisplayNameT = Aws::String>
56 m_displayNameHasBeenSet =
true;
57 m_displayName = std::forward<DisplayNameT>(value);
59 template <
typename DisplayNameT = Aws::String>
71 template <
typename DescriptionT = Aws::String>
73 m_descriptionHasBeenSet =
true;
74 m_description = std::forward<DescriptionT>(value);
76 template <
typename DescriptionT = Aws::String>
88 template <
typename CreatedAtT = Aws::Utils::DateTime>
90 m_createdAtHasBeenSet =
true;
91 m_createdAt = std::forward<CreatedAtT>(value);
93 template <
typename CreatedAtT = Aws::Utils::DateTime>
105 template <
typename SegmentDefinitionArnT = Aws::String>
107 m_segmentDefinitionArnHasBeenSet =
true;
108 m_segmentDefinitionArn = std::forward<SegmentDefinitionArnT>(value);
110 template <
typename SegmentDefinitionArnT = Aws::String>
122 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
124 m_tagsHasBeenSet =
true;
125 m_tags = std::forward<TagsT>(value);
127 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 SetTags(std::forward<TagsT>(value));
132 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
134 m_tagsHasBeenSet =
true;
135 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
143 template <
typename RequestIdT = Aws::String>
145 m_requestIdHasBeenSet =
true;
146 m_requestId = std::forward<RequestIdT>(value);
148 template <
typename RequestIdT = Aws::String>
171 bool m_segmentDefinitionNameHasBeenSet =
false;
172 bool m_displayNameHasBeenSet =
false;
173 bool m_descriptionHasBeenSet =
false;
174 bool m_createdAtHasBeenSet =
false;
175 bool m_segmentDefinitionArnHasBeenSet =
false;
176 bool m_tagsHasBeenSet =
false;
177 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::Http::HttpResponseCode GetHttpResponseCode() 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