7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/panorama/Panorama_EXPORTS.h>
10#include <aws/panorama/model/JobType.h>
42 template <
typename CreatedTimeT = Aws::Utils::DateTime>
44 m_createdTimeHasBeenSet =
true;
45 m_createdTime = std::forward<CreatedTimeT>(value);
47 template <
typename CreatedTimeT = Aws::Utils::DateTime>
60 template <
typename DeviceIdT = Aws::String>
62 m_deviceIdHasBeenSet =
true;
63 m_deviceId = std::forward<DeviceIdT>(value);
65 template <
typename DeviceIdT = Aws::String>
78 template <
typename DeviceNameT = Aws::String>
80 m_deviceNameHasBeenSet =
true;
81 m_deviceName = std::forward<DeviceNameT>(value);
83 template <
typename DeviceNameT = Aws::String>
96 template <
typename JobIdT = Aws::String>
98 m_jobIdHasBeenSet =
true;
99 m_jobId = std::forward<JobIdT>(value);
101 template <
typename JobIdT = Aws::String>
103 SetJobId(std::forward<JobIdT>(value));
115 m_jobTypeHasBeenSet =
true;
133 bool m_createdTimeHasBeenSet =
false;
134 bool m_deviceIdHasBeenSet =
false;
135 bool m_deviceNameHasBeenSet =
false;
136 bool m_jobIdHasBeenSet =
false;
137 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