7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/deadline/model/QueueLimitAssociationStatus.h>
49 template<
typename CreatedAtT = Aws::Utils::DateTime>
50 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
51 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 template<
typename CreatedByT = Aws::String>
62 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
63 template<
typename CreatedByT = Aws::String>
74 template<
typename UpdatedAtT = Aws::Utils::DateTime>
75 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
76 template<
typename UpdatedAtT = Aws::Utils::DateTime>
86 template<
typename UpdatedByT = Aws::String>
87 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
88 template<
typename UpdatedByT = Aws::String>
98 template<
typename QueueIdT = Aws::String>
99 void SetQueueId(QueueIdT&& value) { m_queueIdHasBeenSet =
true; m_queueId = std::forward<QueueIdT>(value); }
100 template<
typename QueueIdT = Aws::String>
110 template<
typename LimitIdT = Aws::String>
111 void SetLimitId(LimitIdT&& value) { m_limitIdHasBeenSet =
true; m_limitId = std::forward<LimitIdT>(value); }
112 template<
typename LimitIdT = Aws::String>
134 bool m_createdAtHasBeenSet =
false;
137 bool m_createdByHasBeenSet =
false;
140 bool m_updatedAtHasBeenSet =
false;
143 bool m_updatedByHasBeenSet =
false;
146 bool m_queueIdHasBeenSet =
false;
149 bool m_limitIdHasBeenSet =
false;
152 bool m_statusHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
void SetLimitId(LimitIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
QueueLimitAssociationSummary & WithCreatedBy(CreatedByT &&value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetLimitId() const
AWS_DEADLINE_API QueueLimitAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCreatedBy() const
bool UpdatedByHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
QueueLimitAssociationSummary & WithStatus(QueueLimitAssociationStatus value)
QueueLimitAssociationSummary & WithCreatedAt(CreatedAtT &&value)
bool LimitIdHasBeenSet() const
bool QueueIdHasBeenSet() const
const Aws::String & GetUpdatedBy() const
bool UpdatedAtHasBeenSet() const
QueueLimitAssociationSummary & WithLimitId(LimitIdT &&value)
QueueLimitAssociationSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_DEADLINE_API QueueLimitAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedBy(UpdatedByT &&value)
void SetStatus(QueueLimitAssociationStatus value)
void SetCreatedBy(CreatedByT &&value)
void SetQueueId(QueueIdT &&value)
AWS_DEADLINE_API QueueLimitAssociationSummary()=default
const Aws::String & GetQueueId() const
QueueLimitAssociationSummary & WithUpdatedBy(UpdatedByT &&value)
QueueLimitAssociationStatus GetStatus() const
bool CreatedByHasBeenSet() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
QueueLimitAssociationSummary & WithQueueId(QueueIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
bool StatusHasBeenSet() const
QueueLimitAssociationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue