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>
11#include <aws/customer-profiles/model/LayoutType.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CustomerProfiles {
37 template <
typename LayoutDefinitionNameT = Aws::String>
39 m_layoutDefinitionNameHasBeenSet =
true;
40 m_layoutDefinitionName = std::forward<LayoutDefinitionNameT>(value);
42 template <
typename LayoutDefinitionNameT = Aws::String>
54 template <
typename DescriptionT = Aws::String>
56 m_descriptionHasBeenSet =
true;
57 m_description = std::forward<DescriptionT>(value);
59 template <
typename DescriptionT = Aws::String>
71 template <
typename DisplayNameT = Aws::String>
73 m_displayNameHasBeenSet =
true;
74 m_displayName = std::forward<DisplayNameT>(value);
76 template <
typename DisplayNameT = Aws::String>
91 m_isDefaultHasBeenSet =
true;
107 m_layoutTypeHasBeenSet =
true;
108 m_layoutType = value;
122 template <
typename LayoutT = Aws::String>
124 m_layoutHasBeenSet =
true;
125 m_layout = std::forward<LayoutT>(value);
127 template <
typename LayoutT = Aws::String>
139 template <
typename VersionT = Aws::String>
141 m_versionHasBeenSet =
true;
142 m_version = std::forward<VersionT>(value);
144 template <
typename VersionT = Aws::String>
156 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
158 m_tagsHasBeenSet =
true;
159 m_tags = std::forward<TagsT>(value);
161 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
163 SetTags(std::forward<TagsT>(value));
166 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
168 m_tagsHasBeenSet =
true;
169 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
179 template <
typename CreatedAtT = Aws::Utils::DateTime>
181 m_createdAtHasBeenSet =
true;
182 m_createdAt = std::forward<CreatedAtT>(value);
184 template <
typename CreatedAtT = Aws::Utils::DateTime>
196 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
198 m_lastUpdatedAtHasBeenSet =
true;
199 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
201 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
211 template <
typename RequestIdT = Aws::String>
213 m_requestIdHasBeenSet =
true;
214 m_requestId = std::forward<RequestIdT>(value);
216 template <
typename RequestIdT = Aws::String>
229 bool m_isDefault{
false};
244 bool m_layoutDefinitionNameHasBeenSet =
false;
245 bool m_descriptionHasBeenSet =
false;
246 bool m_displayNameHasBeenSet =
false;
247 bool m_isDefaultHasBeenSet =
false;
248 bool m_layoutTypeHasBeenSet =
false;
249 bool m_layoutHasBeenSet =
false;
250 bool m_versionHasBeenSet =
false;
251 bool m_tagsHasBeenSet =
false;
252 bool m_createdAtHasBeenSet =
false;
253 bool m_lastUpdatedAtHasBeenSet =
false;
254 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
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