7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/dataexchange/model/Action.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/dataexchange/model/Event.h>
51 template<
typename ActionT = Action>
52 void SetAction(ActionT&& value) { m_actionHasBeenSet =
true; m_action = std::forward<ActionT>(value); }
53 template<
typename ActionT = Action>
63 template<
typename ArnT = Aws::String>
64 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
65 template<
typename ArnT = Aws::String>
75 template<
typename CreatedAtT = Aws::Utils::DateTime>
76 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
77 template<
typename CreatedAtT = Aws::Utils::DateTime>
87 template<
typename EventT = Event>
88 void SetEvent(EventT&& value) { m_eventHasBeenSet =
true; m_event = std::forward<EventT>(value); }
89 template<
typename EventT = Event>
99 template<
typename IdT = Aws::String>
100 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
101 template<
typename IdT = Aws::String>
112 template<
typename UpdatedAtT = Aws::Utils::DateTime>
113 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
114 template<
typename UpdatedAtT = Aws::Utils::DateTime>
120 bool m_actionHasBeenSet =
false;
123 bool m_arnHasBeenSet =
false;
126 bool m_createdAtHasBeenSet =
false;
129 bool m_eventHasBeenSet =
false;
132 bool m_idHasBeenSet =
false;
135 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