7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
23namespace CustomerProfiles
48 template<
typename DomainNameT = Aws::String>
49 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
50 template<
typename DomainNameT = Aws::String>
60 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
72 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
73 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
74 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
84 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
85 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
86 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
90 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
96 bool m_domainNameHasBeenSet =
false;
99 bool m_createdAtHasBeenSet =
false;
102 bool m_lastUpdatedAtHasBeenSet =
false;
105 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