7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/JobExecutionSummary.h>
48 template<
typename ThingArnT = Aws::String>
49 void SetThingArn(ThingArnT&& value) { m_thingArnHasBeenSet =
true; m_thingArn = std::forward<ThingArnT>(value); }
50 template<
typename ThingArnT = Aws::String>
60 template<
typename JobExecutionSummaryT = JobExecutionSummary>
61 void SetJobExecutionSummary(JobExecutionSummaryT&& value) { m_jobExecutionSummaryHasBeenSet =
true; m_jobExecutionSummary = std::forward<JobExecutionSummaryT>(value); }
62 template<
typename JobExecutionSummaryT = JobExecutionSummary>
68 bool m_thingArnHasBeenSet =
false;
71 bool m_jobExecutionSummaryHasBeenSet =
false;
JobExecutionSummaryForJob & WithJobExecutionSummary(JobExecutionSummaryT &&value)
const JobExecutionSummary & GetJobExecutionSummary() const
AWS_IOT_API JobExecutionSummaryForJob(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThingArnHasBeenSet() const
bool JobExecutionSummaryHasBeenSet() const
const Aws::String & GetThingArn() const
void SetJobExecutionSummary(JobExecutionSummaryT &&value)
void SetThingArn(ThingArnT &&value)
JobExecutionSummaryForJob & WithThingArn(ThingArnT &&value)
AWS_IOT_API JobExecutionSummaryForJob()=default
AWS_IOT_API JobExecutionSummaryForJob & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue