7#include <aws/codestar-connections/CodeStarconnections_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodeStarconnections {
42 template <
typename EventT = Aws::String>
44 m_eventHasBeenSet =
true;
45 m_event = std::forward<EventT>(value);
47 template <
typename EventT = Aws::String>
49 SetEvent(std::forward<EventT>(value));
60 template <
typename ExternalIdT = Aws::String>
62 m_externalIdHasBeenSet =
true;
63 m_externalId = std::forward<ExternalIdT>(value);
65 template <
typename ExternalIdT = Aws::String>
78 template <
typename TimeT = Aws::Utils::DateTime>
80 m_timeHasBeenSet =
true;
81 m_time = std::forward<TimeT>(value);
83 template <
typename TimeT = Aws::Utils::DateTime>
85 SetTime(std::forward<TimeT>(value));
96 template <
typename TypeT = Aws::String>
98 m_typeHasBeenSet =
true;
99 m_type = std::forward<TypeT>(value);
101 template <
typename TypeT = Aws::String>
103 SetType(std::forward<TypeT>(value));
115 bool m_eventHasBeenSet =
false;
116 bool m_externalIdHasBeenSet =
false;
117 bool m_timeHasBeenSet =
false;
118 bool m_typeHasBeenSet =
false;
void SetTime(TimeT &&value)
AWS_CODESTARCONNECTIONS_API ResourceSyncEvent(Aws::Utils::Json::JsonView jsonValue)
bool ExternalIdHasBeenSet() const
void SetEvent(EventT &&value)
ResourceSyncEvent & WithExternalId(ExternalIdT &&value)
AWS_CODESTARCONNECTIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
bool EventHasBeenSet() const
const Aws::Utils::DateTime & GetTime() const
const Aws::String & GetExternalId() const
const Aws::String & GetEvent() const
ResourceSyncEvent & WithEvent(EventT &&value)
const Aws::String & GetType() const
ResourceSyncEvent & WithType(TypeT &&value)
AWS_CODESTARCONNECTIONS_API ResourceSyncEvent()=default
void SetExternalId(ExternalIdT &&value)
bool TimeHasBeenSet() const
ResourceSyncEvent & WithTime(TimeT &&value)
void SetType(TypeT &&value)
AWS_CODESTARCONNECTIONS_API ResourceSyncEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue