7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 inline void SetEvent(
const char* value) { m_eventHasBeenSet =
true; m_event.assign(value); }
64 inline void SetExternalId(
const char* value) { m_externalIdHasBeenSet =
true; m_externalId.assign(value); }
90 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
98 bool m_eventHasBeenSet =
false;
101 bool m_externalIdHasBeenSet =
false;
104 bool m_timeHasBeenSet =
false;
107 bool m_typeHasBeenSet =
false;
bool EventHasBeenSet() const
void SetExternalId(Aws::String &&value)
RepositorySyncEvent & WithEvent(const char *value)
bool TypeHasBeenSet() const
RepositorySyncEvent & WithType(const char *value)
void SetType(Aws::String &&value)
void SetType(const Aws::String &value)
void SetExternalId(const Aws::String &value)
RepositorySyncEvent & WithTime(Aws::Utils::DateTime &&value)
void SetEvent(const Aws::String &value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTime(Aws::Utils::DateTime &&value)
const Aws::String & GetType() const
RepositorySyncEvent & WithExternalId(const Aws::String &value)
AWS_PROTON_API RepositorySyncEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
RepositorySyncEvent & WithExternalId(Aws::String &&value)
RepositorySyncEvent & WithEvent(Aws::String &&value)
RepositorySyncEvent & WithEvent(const Aws::String &value)
AWS_PROTON_API RepositorySyncEvent()
bool TimeHasBeenSet() const
const Aws::String & GetEvent() const
RepositorySyncEvent & WithTime(const Aws::Utils::DateTime &value)
bool ExternalIdHasBeenSet() const
RepositorySyncEvent & WithType(const Aws::String &value)
const Aws::String & GetExternalId() const
void SetTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetTime() const
AWS_PROTON_API RepositorySyncEvent(Aws::Utils::Json::JsonView jsonValue)
void SetExternalId(const char *value)
RepositorySyncEvent & WithExternalId(const char *value)
void SetEvent(const char *value)
void SetEvent(Aws::String &&value)
RepositorySyncEvent & WithType(Aws::String &&value)
void SetType(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue