7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/JobStatus.h>
11#include <aws/iot/model/TargetSelection.h>
43 template <
typename JobArnT = Aws::String>
45 m_jobArnHasBeenSet =
true;
46 m_jobArn = std::forward<JobArnT>(value);
48 template <
typename JobArnT = Aws::String>
61 template <
typename JobIdT = Aws::String>
63 m_jobIdHasBeenSet =
true;
64 m_jobId = std::forward<JobIdT>(value);
66 template <
typename JobIdT = Aws::String>
68 SetJobId(std::forward<JobIdT>(value));
79 template <
typename ThingGroupIdT = Aws::String>
81 m_thingGroupIdHasBeenSet =
true;
82 m_thingGroupId = std::forward<ThingGroupIdT>(value);
84 template <
typename ThingGroupIdT = Aws::String>
106 m_targetSelectionHasBeenSet =
true;
107 m_targetSelection = value;
122 m_statusHasBeenSet =
true;
137 template <
typename CreatedAtT = Aws::Utils::DateTime>
139 m_createdAtHasBeenSet =
true;
140 m_createdAt = std::forward<CreatedAtT>(value);
142 template <
typename CreatedAtT = Aws::Utils::DateTime>
155 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
157 m_lastUpdatedAtHasBeenSet =
true;
158 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
160 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
173 template <
typename CompletedAtT = Aws::Utils::DateTime>
175 m_completedAtHasBeenSet =
true;
176 m_completedAt = std::forward<CompletedAtT>(value);
178 template <
typename CompletedAtT = Aws::Utils::DateTime>
194 m_isConcurrentHasBeenSet =
true;
195 m_isConcurrent = value;
219 bool m_isConcurrent{
false};
220 bool m_jobArnHasBeenSet =
false;
221 bool m_jobIdHasBeenSet =
false;
222 bool m_thingGroupIdHasBeenSet =
false;
223 bool m_targetSelectionHasBeenSet =
false;
224 bool m_statusHasBeenSet =
false;
225 bool m_createdAtHasBeenSet =
false;
226 bool m_lastUpdatedAtHasBeenSet =
false;
227 bool m_completedAtHasBeenSet =
false;
228 bool m_isConcurrentHasBeenSet =
false;
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(JobStatus value)
JobSummary & WithStatus(JobStatus value)
AWS_IOT_API JobSummary()=default
const Aws::String & GetJobArn() const
const Aws::Utils::DateTime & GetCompletedAt() const
bool ThingGroupIdHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
JobSummary & WithCompletedAt(CompletedAtT &&value)
bool CompletedAtHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
JobSummary & WithJobId(JobIdT &&value)
JobSummary & WithIsConcurrent(bool value)
JobSummary & WithTargetSelection(TargetSelection value)
bool TargetSelectionHasBeenSet() const
void SetThingGroupId(ThingGroupIdT &&value)
void SetTargetSelection(TargetSelection value)
JobStatus GetStatus() const
const Aws::String & GetJobId() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetCompletedAt(CompletedAtT &&value)
JobSummary & WithThingGroupId(ThingGroupIdT &&value)
void SetJobArn(JobArnT &&value)
bool LastUpdatedAtHasBeenSet() const
AWS_IOT_API JobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GetIsConcurrent() const
JobSummary & WithJobArn(JobArnT &&value)
void SetIsConcurrent(bool value)
void SetJobId(JobIdT &&value)
bool JobArnHasBeenSet() const
bool JobIdHasBeenSet() const
bool IsConcurrentHasBeenSet() const
JobSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
JobSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetThingGroupId() const
AWS_IOT_API JobSummary(Aws::Utils::Json::JsonView jsonValue)
TargetSelection GetTargetSelection() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue