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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
44 template<
typename ArnT = Aws::String>
53 template<
typename WorkspaceIdT = Aws::String>
54 void SetWorkspaceId(WorkspaceIdT&& value) { m_workspaceIdHasBeenSet =
true; m_workspaceId = std::forward<WorkspaceIdT>(value); }
55 template<
typename WorkspaceIdT = Aws::String>
65 template<
typename SyncSourceT = Aws::String>
66 void SetSyncSource(SyncSourceT&& value) { m_syncSourceHasBeenSet =
true; m_syncSource = std::forward<SyncSourceT>(value); }
67 template<
typename SyncSourceT = Aws::String>
76 template<
typename SyncRoleT = Aws::String>
77 void SetSyncRole(SyncRoleT&& value) { m_syncRoleHasBeenSet =
true; m_syncRole = std::forward<SyncRoleT>(value); }
78 template<
typename SyncRoleT = Aws::String>
87 template<
typename StatusT = SyncJobStatus>
88 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
89 template<
typename StatusT = SyncJobStatus>
98 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
99 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
100 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
109 template<
typename UpdateDateTimeT = Aws::Utils::DateTime>
110 void SetUpdateDateTime(UpdateDateTimeT&& value) { m_updateDateTimeHasBeenSet =
true; m_updateDateTime = std::forward<UpdateDateTimeT>(value); }
111 template<
typename UpdateDateTimeT = Aws::Utils::DateTime>
118 template<
typename RequestIdT = Aws::String>
119 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
120 template<
typename RequestIdT = Aws::String>
126 bool m_arnHasBeenSet =
false;
129 bool m_workspaceIdHasBeenSet =
false;
132 bool m_syncSourceHasBeenSet =
false;
135 bool m_syncRoleHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
141 bool m_creationDateTimeHasBeenSet =
false;
144 bool m_updateDateTimeHasBeenSet =
false;
147 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetSyncSource() const
const Aws::String & GetSyncRole() const
const Aws::String & GetArn() const
GetSyncJobResult & WithCreationDateTime(CreationDateTimeT &&value)
AWS_IOTTWINMAKER_API GetSyncJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSyncJobResult & WithArn(ArnT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_IOTTWINMAKER_API GetSyncJobResult()=default
const SyncJobStatus & GetStatus() const
AWS_IOTTWINMAKER_API GetSyncJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetUpdateDateTime() const
GetSyncJobResult & WithSyncSource(SyncSourceT &&value)
GetSyncJobResult & WithStatus(StatusT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
GetSyncJobResult & WithUpdateDateTime(UpdateDateTimeT &&value)
GetSyncJobResult & WithSyncRole(SyncRoleT &&value)
void SetWorkspaceId(WorkspaceIdT &&value)
void SetStatus(StatusT &&value)
void SetArn(ArnT &&value)
GetSyncJobResult & WithWorkspaceId(WorkspaceIdT &&value)
const Aws::String & GetWorkspaceId() const
void SetSyncRole(SyncRoleT &&value)
void SetUpdateDateTime(UpdateDateTimeT &&value)
GetSyncJobResult & WithRequestId(RequestIdT &&value)
void SetSyncSource(SyncSourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue