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/WorkerStatus.h>
43 template <
typename FleetIdT = Aws::String>
45 m_fleetIdHasBeenSet =
true;
46 m_fleetId = std::forward<FleetIdT>(value);
48 template <
typename FleetIdT = Aws::String>
61 template <
typename WorkerIdT = Aws::String>
63 m_workerIdHasBeenSet =
true;
64 m_workerId = std::forward<WorkerIdT>(value);
66 template <
typename WorkerIdT = Aws::String>
80 m_statusHasBeenSet =
true;
95 template <
typename HostPropertiesT = HostPropertiesResponse>
97 m_hostPropertiesHasBeenSet =
true;
98 m_hostProperties = std::forward<HostPropertiesT>(value);
100 template <
typename HostPropertiesT = HostPropertiesResponse>
113 template <
typename CreatedByT = Aws::String>
115 m_createdByHasBeenSet =
true;
116 m_createdBy = std::forward<CreatedByT>(value);
118 template <
typename CreatedByT = Aws::String>
131 template <
typename CreatedAtT = Aws::Utils::DateTime>
133 m_createdAtHasBeenSet =
true;
134 m_createdAt = std::forward<CreatedAtT>(value);
136 template <
typename CreatedAtT = Aws::Utils::DateTime>
149 template <
typename UpdatedByT = Aws::String>
151 m_updatedByHasBeenSet =
true;
152 m_updatedBy = std::forward<UpdatedByT>(value);
154 template <
typename UpdatedByT = Aws::String>
167 template <
typename UpdatedAtT = Aws::Utils::DateTime>
169 m_updatedAtHasBeenSet =
true;
170 m_updatedAt = std::forward<UpdatedAtT>(value);
172 template <
typename UpdatedAtT = Aws::Utils::DateTime>
185 HostPropertiesResponse m_hostProperties;
194 bool m_fleetIdHasBeenSet =
false;
195 bool m_workerIdHasBeenSet =
false;
196 bool m_statusHasBeenSet =
false;
197 bool m_hostPropertiesHasBeenSet =
false;
198 bool m_createdByHasBeenSet =
false;
199 bool m_createdAtHasBeenSet =
false;
200 bool m_updatedByHasBeenSet =
false;
201 bool m_updatedAtHasBeenSet =
false;
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
WorkerSearchSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetCreatedBy() const
AWS_DEADLINE_API WorkerSearchSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFleetId(FleetIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
WorkerSearchSummary & WithUpdatedBy(UpdatedByT &&value)
WorkerStatus GetStatus() const
WorkerSearchSummary & WithHostProperties(HostPropertiesT &&value)
const Aws::String & GetUpdatedBy() const
WorkerSearchSummary & WithFleetId(FleetIdT &&value)
void SetUpdatedBy(UpdatedByT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_DEADLINE_API WorkerSearchSummary(Aws::Utils::Json::JsonView jsonValue)
bool FleetIdHasBeenSet() const
bool UpdatedByHasBeenSet() const
void SetStatus(WorkerStatus value)
WorkerSearchSummary & WithStatus(WorkerStatus value)
WorkerSearchSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool WorkerIdHasBeenSet() const
void SetWorkerId(WorkerIdT &&value)
const Aws::String & GetWorkerId() const
bool CreatedAtHasBeenSet() const
void SetCreatedBy(CreatedByT &&value)
bool StatusHasBeenSet() const
WorkerSearchSummary & WithCreatedBy(CreatedByT &&value)
void SetHostProperties(HostPropertiesT &&value)
bool CreatedByHasBeenSet() const
const Aws::String & GetFleetId() const
WorkerSearchSummary & WithWorkerId(WorkerIdT &&value)
bool HostPropertiesHasBeenSet() const
bool UpdatedAtHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_DEADLINE_API WorkerSearchSummary()=default
const HostPropertiesResponse & GetHostProperties() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue