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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename FarmIdT = Aws::String>
44 m_farmIdHasBeenSet =
true;
45 m_farmId = std::forward<FarmIdT>(value);
47 template <
typename FarmIdT = Aws::String>
59 template <
typename LimitIdT = Aws::String>
61 m_limitIdHasBeenSet =
true;
62 m_limitId = std::forward<LimitIdT>(value);
64 template <
typename LimitIdT = Aws::String>
79 m_currentCountHasBeenSet =
true;
80 m_currentCount = value;
93 template <
typename CreatedAtT = Aws::Utils::DateTime>
95 m_createdAtHasBeenSet =
true;
96 m_createdAt = std::forward<CreatedAtT>(value);
98 template <
typename CreatedAtT = Aws::Utils::DateTime>
110 template <
typename CreatedByT = Aws::String>
112 m_createdByHasBeenSet =
true;
113 m_createdBy = std::forward<CreatedByT>(value);
115 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>
163 template <
typename DisplayNameT = Aws::String>
165 m_displayNameHasBeenSet =
true;
166 m_displayName = std::forward<DisplayNameT>(value);
168 template <
typename DisplayNameT = Aws::String>
182 template <
typename AmountRequirementNameT = Aws::String>
184 m_amountRequirementNameHasBeenSet =
true;
185 m_amountRequirementName = std::forward<AmountRequirementNameT>(value);
187 template <
typename AmountRequirementNameT = Aws::String>
204 m_maxCountHasBeenSet =
true;
221 template <
typename DescriptionT = Aws::String>
223 m_descriptionHasBeenSet =
true;
224 m_description = std::forward<DescriptionT>(value);
226 template <
typename DescriptionT = Aws::String>
236 template <
typename RequestIdT = Aws::String>
238 m_requestIdHasBeenSet =
true;
239 m_requestId = std::forward<RequestIdT>(value);
241 template <
typename RequestIdT = Aws::String>
254 int m_currentCount{0};
274 bool m_farmIdHasBeenSet =
false;
275 bool m_limitIdHasBeenSet =
false;
276 bool m_currentCountHasBeenSet =
false;
277 bool m_createdAtHasBeenSet =
false;
278 bool m_createdByHasBeenSet =
false;
279 bool m_updatedAtHasBeenSet =
false;
280 bool m_updatedByHasBeenSet =
false;
281 bool m_displayNameHasBeenSet =
false;
282 bool m_amountRequirementNameHasBeenSet =
false;
283 bool m_maxCountHasBeenSet =
false;
284 bool m_descriptionHasBeenSet =
false;
285 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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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