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 CreatedAtT = Aws::Utils::DateTime>
159 m_createdAtHasBeenSet =
true;
160 m_createdAt = std::forward<CreatedAtT>(value);
162 template <
typename CreatedAtT = Aws::Utils::DateTime>
174 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
176 m_lastUpdatedAtHasBeenSet =
true;
177 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
179 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
191 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
193 m_tagsHasBeenSet =
true;
194 m_tags = std::forward<TagsT>(value);
196 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
198 SetTags(std::forward<TagsT>(value));
201 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
203 m_tagsHasBeenSet =
true;
204 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
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_createdAtHasBeenSet =
false;
256 bool m_lastUpdatedAtHasBeenSet =
false;
257 bool m_tagsHasBeenSet =
false;
258 bool m_requestIdHasBeenSet =
false;
UpdateDomainLayoutResult & WithVersion(VersionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateDomainLayoutResult & WithLayoutType(LayoutType value)
UpdateDomainLayoutResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
UpdateDomainLayoutResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetVersion(VersionT &&value)
UpdateDomainLayoutResult & WithDisplayName(DisplayNameT &&value)
bool GetIsDefault() const
void SetLayout(LayoutT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
void SetTags(TagsT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetIsDefault(bool value)
const Aws::String & GetLayoutDefinitionName() const
UpdateDomainLayoutResult & WithTags(TagsT &&value)
UpdateDomainLayoutResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetLayoutDefinitionName(LayoutDefinitionNameT &&value)
UpdateDomainLayoutResult & WithIsDefault(bool value)
void SetDisplayName(DisplayNameT &&value)
void SetLayoutType(LayoutType value)
UpdateDomainLayoutResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetLayout() const
AWS_CUSTOMERPROFILES_API UpdateDomainLayoutResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDisplayName() const
AWS_CUSTOMERPROFILES_API UpdateDomainLayoutResult()=default
AWS_CUSTOMERPROFILES_API UpdateDomainLayoutResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
LayoutType GetLayoutType() const
UpdateDomainLayoutResult & WithLayoutDefinitionName(LayoutDefinitionNameT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
UpdateDomainLayoutResult & WithDescription(DescriptionT &&value)
const Aws::String & GetVersion() const
UpdateDomainLayoutResult & WithLayout(LayoutT &&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