7#include <aws/codeconnections/CodeConnections_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace CodeConnections
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;
void SetExternalId(const Aws::String &value)
bool ExternalIdHasBeenSet() const
ResourceSyncEvent & WithExternalId(const char *value)
AWS_CODECONNECTIONS_API ResourceSyncEvent()
AWS_CODECONNECTIONS_API ResourceSyncEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEvent() const
const Aws::Utils::DateTime & GetTime() const
ResourceSyncEvent & WithEvent(Aws::String &&value)
ResourceSyncEvent & WithExternalId(Aws::String &&value)
void SetType(const char *value)
const Aws::String & GetType() const
void SetEvent(const char *value)
void SetExternalId(Aws::String &&value)
ResourceSyncEvent & WithType(Aws::String &&value)
bool EventHasBeenSet() const
const Aws::String & GetExternalId() const
void SetTime(Aws::Utils::DateTime &&value)
ResourceSyncEvent & WithTime(Aws::Utils::DateTime &&value)
ResourceSyncEvent & WithEvent(const Aws::String &value)
AWS_CODECONNECTIONS_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceSyncEvent & WithType(const Aws::String &value)
bool TypeHasBeenSet() const
AWS_CODECONNECTIONS_API ResourceSyncEvent(Aws::Utils::Json::JsonView jsonValue)
void SetEvent(const Aws::String &value)
void SetType(const Aws::String &value)
ResourceSyncEvent & WithEvent(const char *value)
void SetTime(const Aws::Utils::DateTime &value)
ResourceSyncEvent & WithTime(const Aws::Utils::DateTime &value)
ResourceSyncEvent & WithExternalId(const Aws::String &value)
bool TimeHasBeenSet() const
void SetEvent(Aws::String &&value)
void SetType(Aws::String &&value)
ResourceSyncEvent & WithType(const char *value)
void SetExternalId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue