7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iottwinmaker/model/SyncJobStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename WorkspaceIdT = Aws::String>
61 void SetWorkspaceId(WorkspaceIdT&& value) { m_workspaceIdHasBeenSet =
true; m_workspaceId = std::forward<WorkspaceIdT>(value); }
62 template<
typename WorkspaceIdT = Aws::String>
72 template<
typename SyncSourceT = Aws::String>
73 void SetSyncSource(SyncSourceT&& value) { m_syncSourceHasBeenSet =
true; m_syncSource = std::forward<SyncSourceT>(value); }
74 template<
typename SyncSourceT = Aws::String>
84 template<
typename StatusT = SyncJobStatus>
85 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
86 template<
typename StatusT = SyncJobStatus>
96 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
97 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
98 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
108 template<
typename UpdateDateTimeT = Aws::Utils::DateTime>
109 void SetUpdateDateTime(UpdateDateTimeT&& value) { m_updateDateTimeHasBeenSet =
true; m_updateDateTime = std::forward<UpdateDateTimeT>(value); }
110 template<
typename UpdateDateTimeT = Aws::Utils::DateTime>
116 bool m_arnHasBeenSet =
false;
119 bool m_workspaceIdHasBeenSet =
false;
122 bool m_syncSourceHasBeenSet =
false;
125 bool m_statusHasBeenSet =
false;
128 bool m_creationDateTimeHasBeenSet =
false;
131 bool m_updateDateTimeHasBeenSet =
false;
const Aws::String & GetSyncSource() const
void SetUpdateDateTime(UpdateDateTimeT &&value)
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetStatus(StatusT &&value)
SyncJobSummary & WithCreationDateTime(CreationDateTimeT &&value)
void SetSyncSource(SyncSourceT &&value)
bool CreationDateTimeHasBeenSet() const
AWS_IOTTWINMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdateDateTimeHasBeenSet() const
void SetWorkspaceId(WorkspaceIdT &&value)
bool WorkspaceIdHasBeenSet() const
SyncJobSummary & WithUpdateDateTime(UpdateDateTimeT &&value)
AWS_IOTTWINMAKER_API SyncJobSummary()=default
bool SyncSourceHasBeenSet() const
void SetArn(ArnT &&value)
AWS_IOTTWINMAKER_API SyncJobSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetUpdateDateTime() const
SyncJobSummary & WithArn(ArnT &&value)
bool StatusHasBeenSet() const
const SyncJobStatus & GetStatus() const
const Aws::String & GetWorkspaceId() const
void SetCreationDateTime(CreationDateTimeT &&value)
SyncJobSummary & WithStatus(StatusT &&value)
AWS_IOTTWINMAKER_API SyncJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SyncJobSummary & WithSyncSource(SyncSourceT &&value)
SyncJobSummary & WithWorkspaceId(WorkspaceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue