7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
37 template <
typename DisplayNameT = Aws::String>
39 m_displayNameHasBeenSet =
true;
40 m_displayName = std::forward<DisplayNameT>(value);
42 template <
typename DisplayNameT = Aws::String>
56 template <
typename AmountRequirementNameT = Aws::String>
58 m_amountRequirementNameHasBeenSet =
true;
59 m_amountRequirementName = std::forward<AmountRequirementNameT>(value);
61 template <
typename AmountRequirementNameT = Aws::String>
78 m_maxCountHasBeenSet =
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>
126 template <
typename UpdatedAtT = Aws::Utils::DateTime>
128 m_updatedAtHasBeenSet =
true;
129 m_updatedAt = std::forward<UpdatedAtT>(value);
131 template <
typename UpdatedAtT = Aws::Utils::DateTime>
143 template <
typename UpdatedByT = Aws::String>
145 m_updatedByHasBeenSet =
true;
146 m_updatedBy = std::forward<UpdatedByT>(value);
148 template <
typename UpdatedByT = Aws::String>
160 template <
typename FarmIdT = Aws::String>
162 m_farmIdHasBeenSet =
true;
163 m_farmId = std::forward<FarmIdT>(value);
165 template <
typename FarmIdT = Aws::String>
177 template <
typename LimitIdT = Aws::String>
179 m_limitIdHasBeenSet =
true;
180 m_limitId = std::forward<LimitIdT>(value);
182 template <
typename LimitIdT = Aws::String>
197 m_currentCountHasBeenSet =
true;
198 m_currentCount = value;
214 template <
typename DescriptionT = Aws::String>
216 m_descriptionHasBeenSet =
true;
217 m_description = std::forward<DescriptionT>(value);
219 template <
typename DescriptionT = Aws::String>
229 template <
typename RequestIdT = Aws::String>
231 m_requestIdHasBeenSet =
true;
232 m_requestId = std::forward<RequestIdT>(value);
234 template <
typename RequestIdT = Aws::String>
259 int m_currentCount{0};
264 bool m_displayNameHasBeenSet =
false;
265 bool m_amountRequirementNameHasBeenSet =
false;
266 bool m_maxCountHasBeenSet =
false;
267 bool m_createdAtHasBeenSet =
false;
268 bool m_createdByHasBeenSet =
false;
269 bool m_updatedAtHasBeenSet =
false;
270 bool m_updatedByHasBeenSet =
false;
271 bool m_farmIdHasBeenSet =
false;
272 bool m_limitIdHasBeenSet =
false;
273 bool m_currentCountHasBeenSet =
false;
274 bool m_descriptionHasBeenSet =
false;
275 bool m_requestIdHasBeenSet =
false;
void SetUpdatedBy(UpdatedByT &&value)
GetLimitResult & WithUpdatedBy(UpdatedByT &&value)
const Aws::String & GetLimitId() const
void SetFarmId(FarmIdT &&value)
const Aws::String & GetAmountRequirementName() const
const Aws::String & GetUpdatedBy() const
GetLimitResult & WithCurrentCount(int value)
GetLimitResult & WithMaxCount(int value)
void SetCurrentCount(int value)
int GetCurrentCount() const
const Aws::String & GetRequestId() const
GetLimitResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDisplayName() const
AWS_DEADLINE_API GetLimitResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DEADLINE_API GetLimitResult()=default
GetLimitResult & WithCreatedBy(CreatedByT &&value)
AWS_DEADLINE_API GetLimitResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
GetLimitResult & WithDisplayName(DisplayNameT &&value)
void SetDisplayName(DisplayNameT &&value)
void SetMaxCount(int value)
const Aws::String & GetFarmId() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetCreatedBy() const
GetLimitResult & WithLimitId(LimitIdT &&value)
void SetCreatedBy(CreatedByT &&value)
GetLimitResult & WithDescription(DescriptionT &&value)
void SetLimitId(LimitIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetAmountRequirementName(AmountRequirementNameT &&value)
GetLimitResult & WithCreatedAt(CreatedAtT &&value)
GetLimitResult & WithAmountRequirementName(AmountRequirementNameT &&value)
GetLimitResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDescription() const
GetLimitResult & WithFarmId(FarmIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue