7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/panorama/model/JobType.h>
48 template<
typename CreatedTimeT = Aws::Utils::DateTime>
49 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
50 template<
typename CreatedTimeT = Aws::Utils::DateTime>
60 template<
typename DeviceIdT = Aws::String>
61 void SetDeviceId(DeviceIdT&& value) { m_deviceIdHasBeenSet =
true; m_deviceId = std::forward<DeviceIdT>(value); }
62 template<
typename DeviceIdT = Aws::String>
72 template<
typename DeviceNameT = Aws::String>
73 void SetDeviceName(DeviceNameT&& value) { m_deviceNameHasBeenSet =
true; m_deviceName = std::forward<DeviceNameT>(value); }
74 template<
typename DeviceNameT = Aws::String>
84 template<
typename JobIdT = Aws::String>
85 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
86 template<
typename JobIdT = Aws::String>
102 bool m_createdTimeHasBeenSet =
false;
105 bool m_deviceIdHasBeenSet =
false;
108 bool m_deviceNameHasBeenSet =
false;
111 bool m_jobIdHasBeenSet =
false;
114 bool m_jobTypeHasBeenSet =
false;
DeviceJob & WithCreatedTime(CreatedTimeT &&value)
void SetDeviceId(DeviceIdT &&value)
AWS_PANORAMA_API DeviceJob & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDeviceName(DeviceNameT &&value)
AWS_PANORAMA_API DeviceJob()=default
bool CreatedTimeHasBeenSet() const
const Aws::String & GetDeviceName() const
bool DeviceNameHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
void SetJobType(JobType value)
JobType GetJobType() const
DeviceJob & WithDeviceId(DeviceIdT &&value)
const Aws::String & GetJobId() const
const Aws::Utils::DateTime & GetCreatedTime() const
bool JobTypeHasBeenSet() const
AWS_PANORAMA_API DeviceJob(Aws::Utils::Json::JsonView jsonValue)
DeviceJob & WithJobType(JobType value)
const Aws::String & GetDeviceId() const
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
bool JobIdHasBeenSet() const
void SetJobId(JobIdT &&value)
bool DeviceIdHasBeenSet() const
DeviceJob & WithDeviceName(DeviceNameT &&value)
DeviceJob & WithJobId(JobIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue