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 ObjectTypeNameT = Aws::String>
49 void SetObjectTypeName(ObjectTypeNameT&& value) { m_objectTypeNameHasBeenSet =
true; m_objectTypeName = std::forward<ObjectTypeNameT>(value); }
50 template<
typename ObjectTypeNameT = Aws::String>
60 template<
typename EventTriggerNameT = Aws::String>
61 void SetEventTriggerName(EventTriggerNameT&& value) { m_eventTriggerNameHasBeenSet =
true; m_eventTriggerName = std::forward<EventTriggerNameT>(value); }
62 template<
typename EventTriggerNameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename CreatedAtT = Aws::Utils::DateTime>
85 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
86 template<
typename CreatedAtT = Aws::Utils::DateTime>
96 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
97 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
98 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
108 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
109 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
110 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
112 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
114 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
120 bool m_objectTypeNameHasBeenSet =
false;
123 bool m_eventTriggerNameHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
129 bool m_createdAtHasBeenSet =
false;
132 bool m_lastUpdatedAtHasBeenSet =
false;
135 bool m_tagsHasBeenSet =
false;
EventTriggerSummaryItem & WithLastUpdatedAt(LastUpdatedAtT &&value)
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetObjectTypeName() const
const Aws::String & GetEventTriggerName() const
AWS_CUSTOMERPROFILES_API EventTriggerSummaryItem(Aws::Utils::Json::JsonView jsonValue)
EventTriggerSummaryItem & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_CUSTOMERPROFILES_API EventTriggerSummaryItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
EventTriggerSummaryItem & WithDescription(DescriptionT &&value)
void SetEventTriggerName(EventTriggerNameT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetDescription() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetDescription(DescriptionT &&value)
EventTriggerSummaryItem & WithTags(TagsT &&value)
bool ObjectTypeNameHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
EventTriggerSummaryItem & WithEventTriggerName(EventTriggerNameT &&value)
bool TagsHasBeenSet() const
AWS_CUSTOMERPROFILES_API EventTriggerSummaryItem()=default
bool CreatedAtHasBeenSet() const
EventTriggerSummaryItem & WithObjectTypeName(ObjectTypeNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetObjectTypeName(ObjectTypeNameT &&value)
EventTriggerSummaryItem & WithCreatedAt(CreatedAtT &&value)
bool LastUpdatedAtHasBeenSet() const
void SetTags(TagsT &&value)
bool EventTriggerNameHasBeenSet() 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