7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
20namespace Personalize {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename EventTrackerArnT = Aws::String>
64 m_eventTrackerArnHasBeenSet =
true;
65 m_eventTrackerArn = std::forward<EventTrackerArnT>(value);
67 template <
typename EventTrackerArnT = Aws::String>
83 template <
typename StatusT = Aws::String>
85 m_statusHasBeenSet =
true;
86 m_status = std::forward<StatusT>(value);
88 template <
typename StatusT = Aws::String>
101 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
103 m_creationDateTimeHasBeenSet =
true;
104 m_creationDateTime = std::forward<CreationDateTimeT>(value);
106 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
119 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
121 m_lastUpdatedDateTimeHasBeenSet =
true;
122 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
124 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
140 bool m_nameHasBeenSet =
false;
141 bool m_eventTrackerArnHasBeenSet =
false;
142 bool m_statusHasBeenSet =
false;
143 bool m_creationDateTimeHasBeenSet =
false;
144 bool m_lastUpdatedDateTimeHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_PERSONALIZE_API EventTrackerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
EventTrackerSummary & WithName(NameT &&value)
bool EventTrackerArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDateTime() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
AWS_PERSONALIZE_API EventTrackerSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API EventTrackerSummary()=default
void SetCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetStatus() const
EventTrackerSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
bool CreationDateTimeHasBeenSet() const
EventTrackerSummary & WithStatus(StatusT &&value)
const Aws::String & GetEventTrackerArn() const
EventTrackerSummary & WithEventTrackerArn(EventTrackerArnT &&value)
EventTrackerSummary & WithCreationDateTime(CreationDateTimeT &&value)
bool StatusHasBeenSet() const
void SetEventTrackerArn(EventTrackerArnT &&value)
void SetStatus(StatusT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue