7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dataexchange/DataExchange_EXPORTS.h>
10#include <aws/dataexchange/model/Action.h>
11#include <aws/dataexchange/model/Event.h>
22namespace DataExchange {
45 template <
typename ActionT = Action>
47 m_actionHasBeenSet =
true;
48 m_action = std::forward<ActionT>(value);
50 template <
typename ActionT = Action>
63 template <
typename ArnT = Aws::String>
65 m_arnHasBeenSet =
true;
66 m_arn = std::forward<ArnT>(value);
68 template <
typename ArnT = Aws::String>
70 SetArn(std::forward<ArnT>(value));
81 template <
typename CreatedAtT = Aws::Utils::DateTime>
83 m_createdAtHasBeenSet =
true;
84 m_createdAt = std::forward<CreatedAtT>(value);
86 template <
typename CreatedAtT = Aws::Utils::DateTime>
99 template <
typename EventT = Event>
101 m_eventHasBeenSet =
true;
102 m_event = std::forward<EventT>(value);
104 template <
typename EventT = Event>
106 SetEvent(std::forward<EventT>(value));
117 template <
typename IdT = Aws::String>
119 m_idHasBeenSet =
true;
120 m_id = std::forward<IdT>(value);
122 template <
typename IdT = Aws::String>
124 SetId(std::forward<IdT>(value));
136 template <
typename UpdatedAtT = Aws::Utils::DateTime>
138 m_updatedAtHasBeenSet =
true;
139 m_updatedAt = std::forward<UpdatedAtT>(value);
141 template <
typename UpdatedAtT = Aws::Utils::DateTime>
159 bool m_actionHasBeenSet =
false;
160 bool m_arnHasBeenSet =
false;
161 bool m_createdAtHasBeenSet =
false;
162 bool m_eventHasBeenSet =
false;
163 bool m_idHasBeenSet =
false;
164 bool m_updatedAtHasBeenSet =
false;
const Event & GetEvent() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetId() const
const Action & GetAction() const
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
EventActionEntry & WithCreatedAt(CreatedAtT &&value)
bool ActionHasBeenSet() const
bool IdHasBeenSet() const
void SetAction(ActionT &&value)
bool ArnHasBeenSet() const
EventActionEntry & WithEvent(EventT &&value)
EventActionEntry & WithId(IdT &&value)
AWS_DATAEXCHANGE_API EventActionEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
EventActionEntry & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetArn() const
EventActionEntry & WithAction(ActionT &&value)
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool UpdatedAtHasBeenSet() const
void SetEvent(EventT &&value)
bool CreatedAtHasBeenSet() const
bool EventHasBeenSet() const
AWS_DATAEXCHANGE_API EventActionEntry(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAEXCHANGE_API EventActionEntry()=default
void SetUpdatedAt(UpdatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
EventActionEntry & WithArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue