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>
22namespace CustomerProfiles {
45 template <
typename LayoutDefinitionNameT = Aws::String>
47 m_layoutDefinitionNameHasBeenSet =
true;
48 m_layoutDefinitionName = std::forward<LayoutDefinitionNameT>(value);
50 template <
typename LayoutDefinitionNameT = Aws::String>
63 template <
typename DescriptionT = Aws::String>
65 m_descriptionHasBeenSet =
true;
66 m_description = std::forward<DescriptionT>(value);
68 template <
typename DescriptionT = Aws::String>
81 template <
typename DisplayNameT = Aws::String>
83 m_displayNameHasBeenSet =
true;
84 m_displayName = std::forward<DisplayNameT>(value);
86 template <
typename DisplayNameT = Aws::String>
102 m_isDefaultHasBeenSet =
true;
119 m_layoutTypeHasBeenSet =
true;
120 m_layoutType = value;
134 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 m_tagsHasBeenSet =
true;
137 m_tags = std::forward<TagsT>(value);
139 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 SetTags(std::forward<TagsT>(value));
144 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
146 m_tagsHasBeenSet =
true;
147 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
158 template <
typename CreatedAtT = Aws::Utils::DateTime>
160 m_createdAtHasBeenSet =
true;
161 m_createdAt = std::forward<CreatedAtT>(value);
163 template <
typename CreatedAtT = Aws::Utils::DateTime>
176 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
178 m_lastUpdatedAtHasBeenSet =
true;
179 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
181 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
194 bool m_isDefault{
false};
203 bool m_layoutDefinitionNameHasBeenSet =
false;
204 bool m_descriptionHasBeenSet =
false;
205 bool m_displayNameHasBeenSet =
false;
206 bool m_isDefaultHasBeenSet =
false;
207 bool m_layoutTypeHasBeenSet =
false;
208 bool m_tagsHasBeenSet =
false;
209 bool m_createdAtHasBeenSet =
false;
210 bool m_lastUpdatedAtHasBeenSet =
false;
const Aws::String & GetLayoutDefinitionName() const
bool LayoutDefinitionNameHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
LayoutItem & WithCreatedAt(CreatedAtT &&value)
AWS_CUSTOMERPROFILES_API LayoutItem(Aws::Utils::Json::JsonView jsonValue)
LayoutItem & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool LastUpdatedAtHasBeenSet() const
const Aws::String & GetDescription() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
LayoutType GetLayoutType() const
const Aws::String & GetDisplayName() const
void SetDisplayName(DisplayNameT &&value)
LayoutItem & WithDisplayName(DisplayNameT &&value)
LayoutItem & WithLayoutDefinitionName(LayoutDefinitionNameT &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
bool TagsHasBeenSet() const
LayoutItem & WithLayoutType(LayoutType value)
bool IsDefaultHasBeenSet() const
void SetIsDefault(bool value)
bool GetIsDefault() const
bool CreatedAtHasBeenSet() const
void SetLayoutType(LayoutType value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool DisplayNameHasBeenSet() const
LayoutItem & WithTags(TagsT &&value)
AWS_CUSTOMERPROFILES_API LayoutItem & operator=(Aws::Utils::Json::JsonView jsonValue)
LayoutItem & WithIsDefault(bool value)
LayoutItem & WithDescription(DescriptionT &&value)
AWS_CUSTOMERPROFILES_API LayoutItem()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetLayoutDefinitionName(LayoutDefinitionNameT &&value)
void SetTags(TagsT &&value)
LayoutItem & WithLastUpdatedAt(LastUpdatedAtT &&value)
bool LayoutTypeHasBeenSet() const
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