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/QueueLimitAssociationStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename CreatedAtT = Aws::Utils::DateTime>
38 m_createdAtHasBeenSet =
true;
39 m_createdAt = std::forward<CreatedAtT>(value);
41 template <
typename CreatedAtT = Aws::Utils::DateTime>
53 template <
typename CreatedByT = Aws::String>
55 m_createdByHasBeenSet =
true;
56 m_createdBy = std::forward<CreatedByT>(value);
58 template <
typename CreatedByT = Aws::String>
71 template <
typename UpdatedAtT = Aws::Utils::DateTime>
73 m_updatedAtHasBeenSet =
true;
74 m_updatedAt = std::forward<UpdatedAtT>(value);
76 template <
typename UpdatedAtT = Aws::Utils::DateTime>
88 template <
typename UpdatedByT = Aws::String>
90 m_updatedByHasBeenSet =
true;
91 m_updatedBy = std::forward<UpdatedByT>(value);
93 template <
typename UpdatedByT = Aws::String>
105 template <
typename QueueIdT = Aws::String>
107 m_queueIdHasBeenSet =
true;
108 m_queueId = std::forward<QueueIdT>(value);
110 template <
typename QueueIdT = Aws::String>
122 template <
typename LimitIdT = Aws::String>
124 m_limitIdHasBeenSet =
true;
125 m_limitId = std::forward<LimitIdT>(value);
127 template <
typename LimitIdT = Aws::String>
140 m_statusHasBeenSet =
true;
152 template <
typename RequestIdT = Aws::String>
154 m_requestIdHasBeenSet =
true;
155 m_requestId = std::forward<RequestIdT>(value);
157 template <
typename RequestIdT = Aws::String>
179 bool m_createdAtHasBeenSet =
false;
180 bool m_createdByHasBeenSet =
false;
181 bool m_updatedAtHasBeenSet =
false;
182 bool m_updatedByHasBeenSet =
false;
183 bool m_queueIdHasBeenSet =
false;
184 bool m_limitIdHasBeenSet =
false;
185 bool m_statusHasBeenSet =
false;
186 bool m_requestIdHasBeenSet =
false;
void SetQueueId(QueueIdT &&value)
void SetStatus(QueueLimitAssociationStatus value)
void SetCreatedBy(CreatedByT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetQueueLimitAssociationResult & WithLimitId(LimitIdT &&value)
void SetLimitId(LimitIdT &&value)
const Aws::String & GetLimitId() const
GetQueueLimitAssociationResult & WithRequestId(RequestIdT &&value)
GetQueueLimitAssociationResult & WithUpdatedAt(UpdatedAtT &&value)
GetQueueLimitAssociationResult & WithQueueId(QueueIdT &&value)
GetQueueLimitAssociationResult & WithUpdatedBy(UpdatedByT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetUpdatedBy(UpdatedByT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
QueueLimitAssociationStatus GetStatus() const
AWS_DEADLINE_API GetQueueLimitAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCreatedBy() const
GetQueueLimitAssociationResult & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DEADLINE_API GetQueueLimitAssociationResult()=default
const Aws::String & GetRequestId() const
AWS_DEADLINE_API GetQueueLimitAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetUpdatedBy() const
const Aws::String & GetQueueId() const
GetQueueLimitAssociationResult & WithStatus(QueueLimitAssociationStatus value)
GetQueueLimitAssociationResult & WithCreatedBy(CreatedByT &&value)
QueueLimitAssociationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue