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>
21namespace CustomerProfiles {
42 template <
typename DomainNameT = Aws::String>
44 m_domainNameHasBeenSet =
true;
45 m_domainName = std::forward<DomainNameT>(value);
47 template <
typename DomainNameT = Aws::String>
60 template <
typename CreatedAtT = Aws::Utils::DateTime>
62 m_createdAtHasBeenSet =
true;
63 m_createdAt = std::forward<CreatedAtT>(value);
65 template <
typename CreatedAtT = Aws::Utils::DateTime>
78 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
80 m_lastUpdatedAtHasBeenSet =
true;
81 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
83 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
96 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
98 m_tagsHasBeenSet =
true;
99 m_tags = std::forward<TagsT>(value);
101 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
103 SetTags(std::forward<TagsT>(value));
106 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
108 m_tagsHasBeenSet =
true;
109 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
115 bool m_domainNameHasBeenSet =
false;
118 bool m_createdAtHasBeenSet =
false;
121 bool m_lastUpdatedAtHasBeenSet =
false;
124 bool m_tagsHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetDomainName() const
bool CreatedAtHasBeenSet() const
AWS_CUSTOMERPROFILES_API ListDomainItem(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetDomainName(DomainNameT &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
ListDomainItem & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
AWS_CUSTOMERPROFILES_API ListDomainItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTags(TagsT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
AWS_CUSTOMERPROFILES_API ListDomainItem()=default
ListDomainItem & WithLastUpdatedAt(LastUpdatedAtT &&value)
ListDomainItem & WithCreatedAt(CreatedAtT &&value)
ListDomainItem & AddTags(TagsKeyT &&key, TagsValueT &&value)
ListDomainItem & WithDomainName(DomainNameT &&value)
bool DomainNameHasBeenSet() const
bool LastUpdatedAtHasBeenSet() 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