7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/deadline/Deadline_EXPORTS.h>
11#include <aws/deadline/model/QueueLimitAssociationStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template <
typename QueueIdT = Aws::String>
45 m_queueIdHasBeenSet =
true;
46 m_queueId = std::forward<QueueIdT>(value);
48 template <
typename QueueIdT = Aws::String>
60 template <
typename LimitIdT = Aws::String>
62 m_limitIdHasBeenSet =
true;
63 m_limitId = std::forward<LimitIdT>(value);
65 template <
typename LimitIdT = Aws::String>
78 m_statusHasBeenSet =
true;
92 template <
typename CreatedAtT = Aws::Utils::DateTime>
94 m_createdAtHasBeenSet =
true;
95 m_createdAt = std::forward<CreatedAtT>(value);
97 template <
typename CreatedAtT = Aws::Utils::DateTime>
109 template <
typename CreatedByT = Aws::String>
111 m_createdByHasBeenSet =
true;
112 m_createdBy = std::forward<CreatedByT>(value);
114 template <
typename CreatedByT = Aws::String>
127 template <
typename UpdatedAtT = Aws::Utils::DateTime>
129 m_updatedAtHasBeenSet =
true;
130 m_updatedAt = std::forward<UpdatedAtT>(value);
132 template <
typename UpdatedAtT = Aws::Utils::DateTime>
144 template <
typename UpdatedByT = Aws::String>
146 m_updatedByHasBeenSet =
true;
147 m_updatedBy = std::forward<UpdatedByT>(value);
149 template <
typename UpdatedByT = Aws::String>
159 template <
typename RequestIdT = Aws::String>
161 m_requestIdHasBeenSet =
true;
162 m_requestId = std::forward<RequestIdT>(value);
164 template <
typename RequestIdT = Aws::String>
189 bool m_queueIdHasBeenSet =
false;
190 bool m_limitIdHasBeenSet =
false;
191 bool m_statusHasBeenSet =
false;
192 bool m_createdAtHasBeenSet =
false;
193 bool m_createdByHasBeenSet =
false;
194 bool m_updatedAtHasBeenSet =
false;
195 bool m_updatedByHasBeenSet =
false;
196 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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