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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename CreatedAtT = Aws::Utils::DateTime>
43 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
44 template<
typename CreatedAtT = Aws::Utils::DateTime>
53 template<
typename CreatedByT = Aws::String>
54 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
55 template<
typename CreatedByT = Aws::String>
65 template<
typename UpdatedAtT = Aws::Utils::DateTime>
66 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
67 template<
typename UpdatedAtT = Aws::Utils::DateTime>
76 template<
typename UpdatedByT = Aws::String>
77 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
78 template<
typename UpdatedByT = Aws::String>
87 template<
typename QueueIdT = Aws::String>
88 void SetQueueId(QueueIdT&& value) { m_queueIdHasBeenSet =
true; m_queueId = std::forward<QueueIdT>(value); }
89 template<
typename QueueIdT = Aws::String>
98 template<
typename LimitIdT = Aws::String>
99 void SetLimitId(LimitIdT&& value) { m_limitIdHasBeenSet =
true; m_limitId = std::forward<LimitIdT>(value); }
100 template<
typename LimitIdT = Aws::String>
116 template<
typename RequestIdT = Aws::String>
117 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
118 template<
typename RequestIdT = Aws::String>
124 bool m_createdAtHasBeenSet =
false;
127 bool m_createdByHasBeenSet =
false;
130 bool m_updatedAtHasBeenSet =
false;
133 bool m_updatedByHasBeenSet =
false;
136 bool m_queueIdHasBeenSet =
false;
139 bool m_limitIdHasBeenSet =
false;
142 bool m_statusHasBeenSet =
false;
145 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