7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/TargetSelection.h>
10#include <aws/iot/model/JobStatus.h>
11#include <aws/core/utils/DateTime.h>
51 inline void SetJobArn(
const char* value) { m_jobArnHasBeenSet =
true; m_jobArn.assign(value); }
65 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
79 inline void SetThingGroupId(
const char* value) { m_thingGroupIdHasBeenSet =
true; m_thingGroupId.assign(value); }
161 inline void SetIsConcurrent(
bool value) { m_isConcurrentHasBeenSet =
true; m_isConcurrent = value; }
167 bool m_jobArnHasBeenSet =
false;
170 bool m_jobIdHasBeenSet =
false;
173 bool m_thingGroupIdHasBeenSet =
false;
176 bool m_targetSelectionHasBeenSet =
false;
179 bool m_statusHasBeenSet =
false;
182 bool m_createdAtHasBeenSet =
false;
185 bool m_lastUpdatedAtHasBeenSet =
false;
188 bool m_completedAtHasBeenSet =
false;
191 bool m_isConcurrentHasBeenSet =
false;
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
JobSummary & WithThingGroupId(const Aws::String &value)
JobSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
JobSummary & WithCompletedAt(const Aws::Utils::DateTime &value)
const Aws::String & GetJobArn() const
const Aws::Utils::DateTime & GetCompletedAt() const
void SetThingGroupId(const Aws::String &value)
bool ThingGroupIdHasBeenSet() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
JobSummary & WithStatus(const JobStatus &value)
const JobStatus & GetStatus() const
JobSummary & WithLastUpdatedAt(const Aws::Utils::DateTime &value)
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
JobSummary & WithJobId(const Aws::String &value)
bool CompletedAtHasBeenSet() const
void SetJobId(const Aws::String &value)
bool CreatedAtHasBeenSet() const
void SetCompletedAt(Aws::Utils::DateTime &&value)
JobSummary & WithCompletedAt(Aws::Utils::DateTime &&value)
JobSummary & WithThingGroupId(Aws::String &&value)
JobSummary & WithJobArn(Aws::String &&value)
JobSummary & WithJobArn(const char *value)
void SetThingGroupId(Aws::String &&value)
JobSummary & WithIsConcurrent(bool value)
void SetJobArn(const Aws::String &value)
void SetTargetSelection(TargetSelection &&value)
JobSummary & WithJobArn(const Aws::String &value)
bool TargetSelectionHasBeenSet() const
const TargetSelection & GetTargetSelection() const
const Aws::String & GetJobId() const
JobSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetJobId(const char *value)
void SetLastUpdatedAt(Aws::Utils::DateTime &&value)
bool LastUpdatedAtHasBeenSet() const
AWS_IOT_API JobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GetIsConcurrent() const
void SetIsConcurrent(bool value)
JobSummary & WithJobId(const char *value)
JobSummary & WithLastUpdatedAt(Aws::Utils::DateTime &&value)
JobSummary & WithTargetSelection(const TargetSelection &value)
void SetThingGroupId(const char *value)
bool JobArnHasBeenSet() const
void SetStatus(JobStatus &&value)
void SetLastUpdatedAt(const Aws::Utils::DateTime &value)
void SetTargetSelection(const TargetSelection &value)
JobSummary & WithJobId(Aws::String &&value)
bool JobIdHasBeenSet() const
bool IsConcurrentHasBeenSet() const
void SetJobId(Aws::String &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
JobSummary & WithThingGroupId(const char *value)
void SetJobArn(Aws::String &&value)
const Aws::String & GetThingGroupId() const
void SetStatus(const JobStatus &value)
void SetJobArn(const char *value)
AWS_IOT_API JobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCompletedAt(const Aws::Utils::DateTime &value)
JobSummary & WithStatus(JobStatus &&value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
JobSummary & WithTargetSelection(TargetSelection &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue