AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetQueueLimitAssociationResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace deadline
26{
27namespace Model
28{
30 {
31 public:
32 AWS_DEADLINE_API GetQueueLimitAssociationResult() = default;
35
36
38
41 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
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>
45 GetQueueLimitAssociationResult& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
47
49
52 inline const Aws::String& GetCreatedBy() const { return m_createdBy; }
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>
56 GetQueueLimitAssociationResult& WithCreatedBy(CreatedByT&& value) { SetCreatedBy(std::forward<CreatedByT>(value)); return *this;}
58
60
64 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
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>
68 GetQueueLimitAssociationResult& WithUpdatedAt(UpdatedAtT&& value) { SetUpdatedAt(std::forward<UpdatedAtT>(value)); return *this;}
70
72
75 inline const Aws::String& GetUpdatedBy() const { return m_updatedBy; }
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>
79 GetQueueLimitAssociationResult& WithUpdatedBy(UpdatedByT&& value) { SetUpdatedBy(std::forward<UpdatedByT>(value)); return *this;}
81
83
86 inline const Aws::String& GetQueueId() const { return m_queueId; }
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>
90 GetQueueLimitAssociationResult& WithQueueId(QueueIdT&& value) { SetQueueId(std::forward<QueueIdT>(value)); return *this;}
92
94
97 inline const Aws::String& GetLimitId() const { return m_limitId; }
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>
101 GetQueueLimitAssociationResult& WithLimitId(LimitIdT&& value) { SetLimitId(std::forward<LimitIdT>(value)); return *this;}
103
105
108 inline QueueLimitAssociationStatus GetStatus() const { return m_status; }
109 inline void SetStatus(QueueLimitAssociationStatus value) { m_statusHasBeenSet = true; m_status = value; }
112
114
115 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
119 GetQueueLimitAssociationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
121 private:
122
123 Aws::Utils::DateTime m_createdAt{};
124 bool m_createdAtHasBeenSet = false;
125
126 Aws::String m_createdBy;
127 bool m_createdByHasBeenSet = false;
128
129 Aws::Utils::DateTime m_updatedAt{};
130 bool m_updatedAtHasBeenSet = false;
131
132 Aws::String m_updatedBy;
133 bool m_updatedByHasBeenSet = false;
134
135 Aws::String m_queueId;
136 bool m_queueIdHasBeenSet = false;
137
138 Aws::String m_limitId;
139 bool m_limitIdHasBeenSet = false;
140
142 bool m_statusHasBeenSet = false;
143
144 Aws::String m_requestId;
145 bool m_requestIdHasBeenSet = false;
146 };
147
148} // namespace Model
149} // namespace deadline
150} // namespace Aws
GetQueueLimitAssociationResult & WithLimitId(LimitIdT &&value)
GetQueueLimitAssociationResult & WithRequestId(RequestIdT &&value)
GetQueueLimitAssociationResult & WithUpdatedAt(UpdatedAtT &&value)
GetQueueLimitAssociationResult & WithQueueId(QueueIdT &&value)
GetQueueLimitAssociationResult & WithUpdatedBy(UpdatedByT &&value)
AWS_DEADLINE_API GetQueueLimitAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetQueueLimitAssociationResult & WithCreatedAt(CreatedAtT &&value)
AWS_DEADLINE_API GetQueueLimitAssociationResult()=default
AWS_DEADLINE_API GetQueueLimitAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetQueueLimitAssociationResult & WithStatus(QueueLimitAssociationStatus value)
GetQueueLimitAssociationResult & WithCreatedBy(CreatedByT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue