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/AutoScalingStatus.h>
11#include <aws/deadline/model/FleetConfiguration.h>
12#include <aws/deadline/model/FleetStatus.h>
44 template <
typename FleetIdT = Aws::String>
46 m_fleetIdHasBeenSet =
true;
47 m_fleetId = std::forward<FleetIdT>(value);
49 template <
typename FleetIdT = Aws::String>
62 template <
typename FarmIdT = Aws::String>
64 m_farmIdHasBeenSet =
true;
65 m_farmId = std::forward<FarmIdT>(value);
67 template <
typename FarmIdT = Aws::String>
83 template <
typename DisplayNameT = Aws::String>
85 m_displayNameHasBeenSet =
true;
86 m_displayName = std::forward<DisplayNameT>(value);
88 template <
typename DisplayNameT = Aws::String>
102 m_statusHasBeenSet =
true;
117 template <
typename StatusMessageT = Aws::String>
119 m_statusMessageHasBeenSet =
true;
120 m_statusMessage = std::forward<StatusMessageT>(value);
122 template <
typename StatusMessageT = Aws::String>
136 m_autoScalingStatusHasBeenSet =
true;
137 m_autoScalingStatus = value;
152 m_targetWorkerCountHasBeenSet =
true;
153 m_targetWorkerCount = value;
168 m_workerCountHasBeenSet =
true;
169 m_workerCount = value;
184 m_minWorkerCountHasBeenSet =
true;
185 m_minWorkerCount = value;
200 m_maxWorkerCountHasBeenSet =
true;
201 m_maxWorkerCount = value;
215 template <
typename ConfigurationT = FleetConfiguration>
217 m_configurationHasBeenSet =
true;
218 m_configuration = std::forward<ConfigurationT>(value);
220 template <
typename ConfigurationT = FleetConfiguration>
233 template <
typename CreatedAtT = Aws::Utils::DateTime>
235 m_createdAtHasBeenSet =
true;
236 m_createdAt = std::forward<CreatedAtT>(value);
238 template <
typename CreatedAtT = Aws::Utils::DateTime>
251 template <
typename CreatedByT = Aws::String>
253 m_createdByHasBeenSet =
true;
254 m_createdBy = std::forward<CreatedByT>(value);
256 template <
typename CreatedByT = Aws::String>
269 template <
typename UpdatedAtT = Aws::Utils::DateTime>
271 m_updatedAtHasBeenSet =
true;
272 m_updatedAt = std::forward<UpdatedAtT>(value);
274 template <
typename UpdatedAtT = Aws::Utils::DateTime>
287 template <
typename UpdatedByT = Aws::String>
289 m_updatedByHasBeenSet =
true;
290 m_updatedBy = std::forward<UpdatedByT>(value);
292 template <
typename UpdatedByT = Aws::String>
311 int m_targetWorkerCount{0};
313 int m_workerCount{0};
315 int m_minWorkerCount{0};
317 int m_maxWorkerCount{0};
319 FleetConfiguration m_configuration;
328 bool m_fleetIdHasBeenSet =
false;
329 bool m_farmIdHasBeenSet =
false;
330 bool m_displayNameHasBeenSet =
false;
331 bool m_statusHasBeenSet =
false;
332 bool m_statusMessageHasBeenSet =
false;
333 bool m_autoScalingStatusHasBeenSet =
false;
334 bool m_targetWorkerCountHasBeenSet =
false;
335 bool m_workerCountHasBeenSet =
false;
336 bool m_minWorkerCountHasBeenSet =
false;
337 bool m_maxWorkerCountHasBeenSet =
false;
338 bool m_configurationHasBeenSet =
false;
339 bool m_createdAtHasBeenSet =
false;
340 bool m_createdByHasBeenSet =
false;
341 bool m_updatedAtHasBeenSet =
false;
342 bool m_updatedByHasBeenSet =
false;
void SetStatusMessage(StatusMessageT &&value)
bool ConfigurationHasBeenSet() const
FleetSummary & WithFleetId(FleetIdT &&value)
AWS_DEADLINE_API FleetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UpdatedAtHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
AutoScalingStatus GetAutoScalingStatus() const
void SetFarmId(FarmIdT &&value)
FleetSummary & WithMaxWorkerCount(int value)
int GetMinWorkerCount() const
int GetWorkerCount() const
bool CreatedAtHasBeenSet() const
bool WorkerCountHasBeenSet() const
void SetUpdatedBy(UpdatedByT &&value)
FleetSummary & WithCreatedAt(CreatedAtT &&value)
AWS_DEADLINE_API FleetSummary()=default
const Aws::String & GetCreatedBy() const
bool MaxWorkerCountHasBeenSet() const
FleetSummary & WithAutoScalingStatus(AutoScalingStatus value)
bool AutoScalingStatusHasBeenSet() const
const Aws::String & GetStatusMessage() const
const Aws::String & GetFarmId() const
void SetMaxWorkerCount(int value)
const Aws::String & GetUpdatedBy() const
FleetStatus GetStatus() const
FleetSummary & WithStatusMessage(StatusMessageT &&value)
bool UpdatedByHasBeenSet() const
void SetMinWorkerCount(int value)
const FleetConfiguration & GetConfiguration() const
const Aws::Utils::DateTime & GetCreatedAt() const
FleetSummary & WithStatus(FleetStatus value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetConfiguration(ConfigurationT &&value)
FleetSummary & WithUpdatedAt(UpdatedAtT &&value)
bool DisplayNameHasBeenSet() const
void SetCreatedBy(CreatedByT &&value)
FleetSummary & WithFarmId(FarmIdT &&value)
const Aws::String & GetDisplayName() const
bool StatusHasBeenSet() const
void SetWorkerCount(int value)
bool CreatedByHasBeenSet() const
FleetSummary & WithTargetWorkerCount(int value)
const Aws::Utils::DateTime & GetUpdatedAt() const
FleetSummary & WithConfiguration(ConfigurationT &&value)
FleetSummary & WithMinWorkerCount(int value)
bool StatusMessageHasBeenSet() const
void SetTargetWorkerCount(int value)
bool FleetIdHasBeenSet() const
int GetTargetWorkerCount() const
FleetSummary & WithUpdatedBy(UpdatedByT &&value)
int GetMaxWorkerCount() const
void SetFleetId(FleetIdT &&value)
bool TargetWorkerCountHasBeenSet() const
const Aws::String & GetFleetId() const
FleetSummary & WithWorkerCount(int value)
void SetDisplayName(DisplayNameT &&value)
void SetAutoScalingStatus(AutoScalingStatus value)
FleetSummary & WithDisplayName(DisplayNameT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(FleetStatus value)
bool FarmIdHasBeenSet() const
FleetSummary & WithCreatedBy(CreatedByT &&value)
bool MinWorkerCountHasBeenSet() const
AWS_DEADLINE_API FleetSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue