7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/proton/Proton_EXPORTS.h>
41 template <
typename EventT = Aws::String>
43 m_eventHasBeenSet =
true;
44 m_event = std::forward<EventT>(value);
46 template <
typename EventT = Aws::String>
48 SetEvent(std::forward<EventT>(value));
59 template <
typename ExternalIdT = Aws::String>
61 m_externalIdHasBeenSet =
true;
62 m_externalId = std::forward<ExternalIdT>(value);
64 template <
typename ExternalIdT = Aws::String>
77 template <
typename TimeT = Aws::Utils::DateTime>
79 m_timeHasBeenSet =
true;
80 m_time = std::forward<TimeT>(value);
82 template <
typename TimeT = Aws::Utils::DateTime>
84 SetTime(std::forward<TimeT>(value));
95 template <
typename TypeT = Aws::String>
97 m_typeHasBeenSet =
true;
98 m_type = std::forward<TypeT>(value);
100 template <
typename TypeT = Aws::String>
102 SetType(std::forward<TypeT>(value));
114 bool m_eventHasBeenSet =
false;
115 bool m_externalIdHasBeenSet =
false;
116 bool m_timeHasBeenSet =
false;
117 bool m_typeHasBeenSet =
false;
bool TypeHasBeenSet() const
AWS_PROTON_API ResourceSyncEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetTime() const
ResourceSyncEvent & WithTime(TimeT &&value)
bool ExternalIdHasBeenSet() const
const Aws::String & GetEvent() const
bool TimeHasBeenSet() const
void SetType(TypeT &&value)
bool EventHasBeenSet() const
void SetTime(TimeT &&value)
const Aws::String & GetExternalId() const
void SetEvent(EventT &&value)
AWS_PROTON_API ResourceSyncEvent(Aws::Utils::Json::JsonView jsonValue)
ResourceSyncEvent & WithEvent(EventT &&value)
void SetExternalId(ExternalIdT &&value)
ResourceSyncEvent & WithType(TypeT &&value)
ResourceSyncEvent & WithExternalId(ExternalIdT &&value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PROTON_API ResourceSyncEvent()=default
const Aws::String & GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue