7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/model/QueueFleetAssociationStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename QueueIdT = Aws::String>
49 void SetQueueId(QueueIdT&& value) { m_queueIdHasBeenSet =
true; m_queueId = std::forward<QueueIdT>(value); }
50 template<
typename QueueIdT = Aws::String>
60 template<
typename FleetIdT = Aws::String>
61 void SetFleetId(FleetIdT&& value) { m_fleetIdHasBeenSet =
true; m_fleetId = std::forward<FleetIdT>(value); }
62 template<
typename FleetIdT = Aws::String>
88 template<
typename CreatedAtT = Aws::Utils::DateTime>
89 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
90 template<
typename CreatedAtT = Aws::Utils::DateTime>
100 template<
typename CreatedByT = Aws::String>
101 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
102 template<
typename CreatedByT = Aws::String>
112 template<
typename UpdatedAtT = Aws::Utils::DateTime>
113 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
114 template<
typename UpdatedAtT = Aws::Utils::DateTime>
124 template<
typename UpdatedByT = Aws::String>
125 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
126 template<
typename UpdatedByT = Aws::String>
132 bool m_queueIdHasBeenSet =
false;
135 bool m_fleetIdHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
141 bool m_createdAtHasBeenSet =
false;
144 bool m_createdByHasBeenSet =
false;
147 bool m_updatedAtHasBeenSet =
false;
150 bool m_updatedByHasBeenSet =
false;
QueueFleetAssociationSummary & WithUpdatedAt(UpdatedAtT &&value)
bool CreatedByHasBeenSet() const
bool QueueIdHasBeenSet() const
bool UpdatedAtHasBeenSet() const
QueueFleetAssociationSummary & WithUpdatedBy(UpdatedByT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
QueueFleetAssociationSummary & WithFleetId(FleetIdT &&value)
const Aws::String & GetFleetId() const
QueueFleetAssociationSummary & WithQueueId(QueueIdT &&value)
bool FleetIdHasBeenSet() const
QueueFleetAssociationSummary & WithStatus(QueueFleetAssociationStatus value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetUpdatedBy(UpdatedByT &&value)
void SetQueueId(QueueIdT &&value)
AWS_DEADLINE_API QueueFleetAssociationSummary()=default
QueueFleetAssociationSummary & WithCreatedAt(CreatedAtT &&value)
bool UpdatedByHasBeenSet() const
QueueFleetAssociationSummary & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetUpdatedBy() const
AWS_DEADLINE_API QueueFleetAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
QueueFleetAssociationStatus GetStatus() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetCreatedBy(CreatedByT &&value)
bool StatusHasBeenSet() const
const Aws::String & GetQueueId() const
const Aws::String & GetCreatedBy() const
void SetStatus(QueueFleetAssociationStatus value)
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
void SetFleetId(FleetIdT &&value)
AWS_DEADLINE_API QueueFleetAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetUpdatedAt() const
QueueFleetAssociationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue