7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/LayoutType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace CustomerProfiles
43 template<
typename LayoutDefinitionNameT = Aws::String>
44 void SetLayoutDefinitionName(LayoutDefinitionNameT&& value) { m_layoutDefinitionNameHasBeenSet =
true; m_layoutDefinitionName = std::forward<LayoutDefinitionNameT>(value); }
45 template<
typename LayoutDefinitionNameT = Aws::String>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
65 template<
typename DisplayNameT = Aws::String>
66 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
67 template<
typename DisplayNameT = Aws::String>
78 inline void SetIsDefault(
bool value) { m_isDefaultHasBeenSet =
true; m_isDefault = value; }
98 template<
typename LayoutT = Aws::String>
99 void SetLayout(LayoutT&& value) { m_layoutHasBeenSet =
true; m_layout = std::forward<LayoutT>(value); }
100 template<
typename LayoutT = Aws::String>
109 template<
typename VersionT = Aws::String>
110 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
111 template<
typename VersionT = Aws::String>
120 template<
typename CreatedAtT = Aws::Utils::DateTime>
121 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
122 template<
typename CreatedAtT = Aws::Utils::DateTime>
131 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
132 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
133 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
142 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
144 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
148 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
155 template<
typename RequestIdT = Aws::String>
156 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
157 template<
typename RequestIdT = Aws::String>
163 bool m_layoutDefinitionNameHasBeenSet =
false;
166 bool m_descriptionHasBeenSet =
false;
169 bool m_displayNameHasBeenSet =
false;
171 bool m_isDefault{
false};
172 bool m_isDefaultHasBeenSet =
false;
175 bool m_layoutTypeHasBeenSet =
false;
178 bool m_layoutHasBeenSet =
false;
181 bool m_versionHasBeenSet =
false;
184 bool m_createdAtHasBeenSet =
false;
187 bool m_lastUpdatedAtHasBeenSet =
false;
190 bool m_tagsHasBeenSet =
false;
193 bool m_requestIdHasBeenSet =
false;
UpdateDomainLayoutResult & WithVersion(VersionT &&value)
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