7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
10#include <aws/deadline/model/HostPropertiesResponse.h>
11#include <aws/deadline/model/LogConfiguration.h>
12#include <aws/deadline/model/WorkerStatus.h>
45 template <
typename FarmIdT = Aws::String>
47 m_farmIdHasBeenSet =
true;
48 m_farmId = std::forward<FarmIdT>(value);
50 template <
typename FarmIdT = Aws::String>
63 template <
typename FleetIdT = Aws::String>
65 m_fleetIdHasBeenSet =
true;
66 m_fleetId = std::forward<FleetIdT>(value);
68 template <
typename FleetIdT = Aws::String>
81 template <
typename WorkerIdT = Aws::String>
83 m_workerIdHasBeenSet =
true;
84 m_workerId = std::forward<WorkerIdT>(value);
86 template <
typename WorkerIdT = Aws::String>
99 template <
typename HostPropertiesT = HostPropertiesResponse>
101 m_hostPropertiesHasBeenSet =
true;
102 m_hostProperties = std::forward<HostPropertiesT>(value);
104 template <
typename HostPropertiesT = HostPropertiesResponse>
118 m_statusHasBeenSet =
true;
133 template <
typename LogT = LogConfiguration>
135 m_logHasBeenSet =
true;
136 m_log = std::forward<LogT>(value);
138 template <
typename LogT = LogConfiguration>
140 SetLog(std::forward<LogT>(value));
151 template <
typename CreatedAtT = Aws::Utils::DateTime>
153 m_createdAtHasBeenSet =
true;
154 m_createdAt = std::forward<CreatedAtT>(value);
156 template <
typename CreatedAtT = Aws::Utils::DateTime>
169 template <
typename CreatedByT = Aws::String>
171 m_createdByHasBeenSet =
true;
172 m_createdBy = std::forward<CreatedByT>(value);
174 template <
typename CreatedByT = Aws::String>
187 template <
typename UpdatedAtT = Aws::Utils::DateTime>
189 m_updatedAtHasBeenSet =
true;
190 m_updatedAt = std::forward<UpdatedAtT>(value);
192 template <
typename UpdatedAtT = Aws::Utils::DateTime>
205 template <
typename UpdatedByT = Aws::String>
207 m_updatedByHasBeenSet =
true;
208 m_updatedBy = std::forward<UpdatedByT>(value);
210 template <
typename UpdatedByT = Aws::String>
227 LogConfiguration m_log;
236 bool m_farmIdHasBeenSet =
false;
237 bool m_fleetIdHasBeenSet =
false;
238 bool m_workerIdHasBeenSet =
false;
239 bool m_hostPropertiesHasBeenSet =
false;
240 bool m_statusHasBeenSet =
false;
241 bool m_logHasBeenSet =
false;
242 bool m_createdAtHasBeenSet =
false;
243 bool m_createdByHasBeenSet =
false;
244 bool m_updatedAtHasBeenSet =
false;
245 bool m_updatedByHasBeenSet =
false;
BatchGetWorkerItem & WithHostProperties(HostPropertiesT &&value)
BatchGetWorkerItem & WithCreatedAt(CreatedAtT &&value)
void SetFarmId(FarmIdT &&value)
BatchGetWorkerItem & WithFarmId(FarmIdT &&value)
BatchGetWorkerItem & WithStatus(WorkerStatus value)
void SetWorkerId(WorkerIdT &&value)
void SetFleetId(FleetIdT &&value)
bool FleetIdHasBeenSet() const
AWS_DEADLINE_API BatchGetWorkerItem()=default
bool WorkerIdHasBeenSet() const
BatchGetWorkerItem & WithCreatedBy(CreatedByT &&value)
bool UpdatedByHasBeenSet() const
BatchGetWorkerItem & WithFleetId(FleetIdT &&value)
bool LogHasBeenSet() const
WorkerStatus GetStatus() const
bool FarmIdHasBeenSet() const
AWS_DEADLINE_API BatchGetWorkerItem(Aws::Utils::Json::JsonView jsonValue)
BatchGetWorkerItem & WithWorkerId(WorkerIdT &&value)
void SetLog(LogT &&value)
BatchGetWorkerItem & WithUpdatedBy(UpdatedByT &&value)
const Aws::String & GetFleetId() const
const Aws::String & GetCreatedBy() const
const Aws::Utils::DateTime & GetCreatedAt() const
BatchGetWorkerItem & WithUpdatedAt(UpdatedAtT &&value)
void SetStatus(WorkerStatus value)
const Aws::String & GetFarmId() const
bool CreatedByHasBeenSet() const
bool UpdatedAtHasBeenSet() const
const Aws::String & GetWorkerId() const
bool HostPropertiesHasBeenSet() const
const Aws::String & GetUpdatedBy() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const HostPropertiesResponse & GetHostProperties() const
bool CreatedAtHasBeenSet() const
bool StatusHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetUpdatedBy(UpdatedByT &&value)
AWS_DEADLINE_API BatchGetWorkerItem & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchGetWorkerItem & WithLog(LogT &&value)
void SetHostProperties(HostPropertiesT &&value)
const LogConfiguration & GetLog() const
void SetCreatedBy(CreatedByT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue