7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/model/WorkerStatus.h>
10#include <aws/deadline/model/HostPropertiesResponse.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename FleetIdT = Aws::String>
50 void SetFleetId(FleetIdT&& value) { m_fleetIdHasBeenSet =
true; m_fleetId = std::forward<FleetIdT>(value); }
51 template<
typename FleetIdT = Aws::String>
61 template<
typename WorkerIdT = Aws::String>
62 void SetWorkerId(WorkerIdT&& value) { m_workerIdHasBeenSet =
true; m_workerId = std::forward<WorkerIdT>(value); }
63 template<
typename WorkerIdT = Aws::String>
83 template<
typename HostPropertiesT = HostPropertiesResponse>
84 void SetHostProperties(HostPropertiesT&& value) { m_hostPropertiesHasBeenSet =
true; m_hostProperties = std::forward<HostPropertiesT>(value); }
85 template<
typename HostPropertiesT = HostPropertiesResponse>
95 template<
typename CreatedByT = Aws::String>
96 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
97 template<
typename CreatedByT = Aws::String>
107 template<
typename CreatedAtT = Aws::Utils::DateTime>
108 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
109 template<
typename CreatedAtT = Aws::Utils::DateTime>
119 template<
typename UpdatedByT = Aws::String>
120 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
121 template<
typename UpdatedByT = Aws::String>
131 template<
typename UpdatedAtT = Aws::Utils::DateTime>
132 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
133 template<
typename UpdatedAtT = Aws::Utils::DateTime>
139 bool m_fleetIdHasBeenSet =
false;
142 bool m_workerIdHasBeenSet =
false;
145 bool m_statusHasBeenSet =
false;
147 HostPropertiesResponse m_hostProperties;
148 bool m_hostPropertiesHasBeenSet =
false;
151 bool m_createdByHasBeenSet =
false;
154 bool m_createdAtHasBeenSet =
false;
157 bool m_updatedByHasBeenSet =
false;
160 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