96 inline void SetDeviceId(
const char* value) { m_deviceIdHasBeenSet =
true; m_deviceId.assign(value); }
137 inline void SetDeviceName(
const char* value) { m_deviceNameHasBeenSet =
true; m_deviceName.assign(value); }
178 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
214 inline void SetJobType(
JobType&& value) { m_jobTypeHasBeenSet =
true; m_jobType = std::move(value); }
229 bool m_createdTimeHasBeenSet =
false;
232 bool m_deviceIdHasBeenSet =
false;
235 bool m_deviceNameHasBeenSet =
false;
238 bool m_jobIdHasBeenSet =
false;
241 bool m_jobTypeHasBeenSet =
false;
DeviceJob & WithDeviceId(Aws::String &&value)
const JobType & GetJobType() const
DeviceJob & WithJobId(const char *value)
AWS_PANORAMA_API DeviceJob & operator=(Aws::Utils::Json::JsonView jsonValue)
DeviceJob & WithDeviceId(const Aws::String &value)
void SetJobId(Aws::String &&value)
void SetDeviceName(const char *value)
DeviceJob & WithJobId(const Aws::String &value)
DeviceJob & WithJobId(Aws::String &&value)
void SetJobType(JobType &&value)
bool CreatedTimeHasBeenSet() const
void SetJobId(const Aws::String &value)
void SetJobId(const char *value)
void SetDeviceId(Aws::String &&value)
const Aws::String & GetDeviceName() const
bool DeviceNameHasBeenSet() const
AWS_PANORAMA_API DeviceJob()
DeviceJob & WithDeviceName(Aws::String &&value)
const Aws::String & GetJobId() const
void SetCreatedTime(const Aws::Utils::DateTime &value)
DeviceJob & WithJobType(const JobType &value)
void SetDeviceId(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool JobTypeHasBeenSet() const
AWS_PANORAMA_API DeviceJob(Aws::Utils::Json::JsonView jsonValue)
void SetDeviceId(const char *value)
void SetDeviceName(const Aws::String &value)
DeviceJob & WithDeviceId(const char *value)
const Aws::String & GetDeviceId() const
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
bool JobIdHasBeenSet() const
void SetCreatedTime(Aws::Utils::DateTime &&value)
DeviceJob & WithJobType(JobType &&value)
void SetJobType(const JobType &value)
DeviceJob & WithCreatedTime(Aws::Utils::DateTime &&value)
void SetDeviceName(Aws::String &&value)
DeviceJob & WithDeviceName(const char *value)
bool DeviceIdHasBeenSet() const
DeviceJob & WithDeviceName(const Aws::String &value)
DeviceJob & WithCreatedTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String