7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename EventT = Aws::String>
49 void SetEvent(EventT&& value) { m_eventHasBeenSet =
true; m_event = std::forward<EventT>(value); }
50 template<
typename EventT = Aws::String>
60 template<
typename ExternalIdT = Aws::String>
61 void SetExternalId(ExternalIdT&& value) { m_externalIdHasBeenSet =
true; m_externalId = std::forward<ExternalIdT>(value); }
62 template<
typename ExternalIdT = Aws::String>
72 template<
typename TimeT = Aws::Utils::DateTime>
73 void SetTime(TimeT&& value) { m_timeHasBeenSet =
true; m_time = std::forward<TimeT>(value); }
74 template<
typename TimeT = Aws::Utils::DateTime>
84 template<
typename TypeT = Aws::String>
85 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
86 template<
typename TypeT = Aws::String>
92 bool m_eventHasBeenSet =
false;
95 bool m_externalIdHasBeenSet =
false;
98 bool m_timeHasBeenSet =
false;
101 bool m_typeHasBeenSet =
false;
bool EventHasBeenSet() const
bool TypeHasBeenSet() const
RepositorySyncEvent & WithEvent(EventT &&value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PROTON_API RepositorySyncEvent()=default
RepositorySyncEvent & WithType(TypeT &&value)
const Aws::String & GetType() const
AWS_PROTON_API RepositorySyncEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEvent(EventT &&value)
RepositorySyncEvent & WithTime(TimeT &&value)
bool TimeHasBeenSet() const
RepositorySyncEvent & WithExternalId(ExternalIdT &&value)
const Aws::String & GetEvent() const
bool ExternalIdHasBeenSet() const
void SetTime(TimeT &&value)
const Aws::String & GetExternalId() const
const Aws::Utils::DateTime & GetTime() const
AWS_PROTON_API RepositorySyncEvent(Aws::Utils::Json::JsonView jsonValue)
void SetExternalId(ExternalIdT &&value)
void SetType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue