7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename EventTrackerArnT = Aws::String>
63 void SetEventTrackerArn(EventTrackerArnT&& value) { m_eventTrackerArnHasBeenSet =
true; m_eventTrackerArn = std::forward<EventTrackerArnT>(value); }
64 template<
typename EventTrackerArnT = Aws::String>
77 template<
typename StatusT = Aws::String>
78 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
79 template<
typename StatusT = Aws::String>
89 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
90 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
91 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
101 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
102 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
103 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
109 bool m_nameHasBeenSet =
false;
112 bool m_eventTrackerArnHasBeenSet =
false;
115 bool m_statusHasBeenSet =
false;
118 bool m_creationDateTimeHasBeenSet =
false;
121 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