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>
12#include <aws/customer-profiles/model/LayoutType.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace CustomerProfiles {
38 template <
typename LayoutDefinitionNameT = Aws::String>
40 m_layoutDefinitionNameHasBeenSet =
true;
41 m_layoutDefinitionName = std::forward<LayoutDefinitionNameT>(value);
43 template <
typename LayoutDefinitionNameT = Aws::String>
55 template <
typename DescriptionT = Aws::String>
57 m_descriptionHasBeenSet =
true;
58 m_description = std::forward<DescriptionT>(value);
60 template <
typename DescriptionT = Aws::String>
72 template <
typename DisplayNameT = Aws::String>
74 m_displayNameHasBeenSet =
true;
75 m_displayName = std::forward<DisplayNameT>(value);
77 template <
typename DisplayNameT = Aws::String>
92 m_isDefaultHasBeenSet =
true;
108 m_layoutTypeHasBeenSet =
true;
109 m_layoutType = value;
123 template <
typename LayoutT = Aws::String>
125 m_layoutHasBeenSet =
true;
126 m_layout = std::forward<LayoutT>(value);
128 template <
typename LayoutT = Aws::String>
140 template <
typename VersionT = Aws::String>
142 m_versionHasBeenSet =
true;
143 m_version = std::forward<VersionT>(value);
145 template <
typename VersionT = Aws::String>
157 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
159 m_tagsHasBeenSet =
true;
160 m_tags = std::forward<TagsT>(value);
162 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
164 SetTags(std::forward<TagsT>(value));
167 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
169 m_tagsHasBeenSet =
true;
170 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
180 template <
typename CreatedAtT = Aws::Utils::DateTime>
182 m_createdAtHasBeenSet =
true;
183 m_createdAt = std::forward<CreatedAtT>(value);
185 template <
typename CreatedAtT = Aws::Utils::DateTime>
197 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
199 m_lastUpdatedAtHasBeenSet =
true;
200 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
202 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
212 template <
typename RequestIdT = Aws::String>
214 m_requestIdHasBeenSet =
true;
215 m_requestId = std::forward<RequestIdT>(value);
217 template <
typename RequestIdT = Aws::String>
232 bool m_isDefault{
false};
248 bool m_layoutDefinitionNameHasBeenSet =
false;
249 bool m_descriptionHasBeenSet =
false;
250 bool m_displayNameHasBeenSet =
false;
251 bool m_isDefaultHasBeenSet =
false;
252 bool m_layoutTypeHasBeenSet =
false;
253 bool m_layoutHasBeenSet =
false;
254 bool m_versionHasBeenSet =
false;
255 bool m_tagsHasBeenSet =
false;
256 bool m_createdAtHasBeenSet =
false;
257 bool m_lastUpdatedAtHasBeenSet =
false;
258 bool m_requestIdHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateDomainLayoutResult & WithCreatedAt(CreatedAtT &&value)
void SetLayout(LayoutT &&value)
LayoutType GetLayoutType() const
bool GetIsDefault() const
AWS_CUSTOMERPROFILES_API CreateDomainLayoutResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateDomainLayoutResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
CreateDomainLayoutResult & WithIsDefault(bool value)
const Aws::String & GetLayout() const
CreateDomainLayoutResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetVersion() const
CreateDomainLayoutResult & WithDisplayName(DisplayNameT &&value)
void SetIsDefault(bool value)
void SetDisplayName(DisplayNameT &&value)
void SetVersion(VersionT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDisplayName() const
AWS_CUSTOMERPROFILES_API CreateDomainLayoutResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDomainLayoutResult & WithLayoutDefinitionName(LayoutDefinitionNameT &&value)
void SetLayoutType(LayoutType value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetRequestId(RequestIdT &&value)
CreateDomainLayoutResult & WithLayoutType(LayoutType value)
CreateDomainLayoutResult & WithLayout(LayoutT &&value)
const Aws::String & GetLayoutDefinitionName() const
CreateDomainLayoutResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetCreatedAt(CreatedAtT &&value)
CreateDomainLayoutResult & WithVersion(VersionT &&value)
void SetDescription(DescriptionT &&value)
void SetLayoutDefinitionName(LayoutDefinitionNameT &&value)
AWS_CUSTOMERPROFILES_API CreateDomainLayoutResult()=default
CreateDomainLayoutResult & WithTags(TagsT &&value)
CreateDomainLayoutResult & AddTags(TagsKeyT &&key, TagsValueT &&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