7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/AccessBudgetType.h>
9#include <aws/cleanrooms/model/AutoRefreshMode.h>
10#include <aws/core/utils/DateTime.h>
43 template <
typename StartTimeT = Aws::Utils::DateTime>
45 m_startTimeHasBeenSet =
true;
46 m_startTime = std::forward<StartTimeT>(value);
48 template <
typename StartTimeT = Aws::Utils::DateTime>
61 template <
typename EndTimeT = Aws::Utils::DateTime>
63 m_endTimeHasBeenSet =
true;
64 m_endTime = std::forward<EndTimeT>(value);
66 template <
typename EndTimeT = Aws::Utils::DateTime>
80 m_remainingBudgetHasBeenSet =
true;
81 m_remainingBudget = value;
96 m_budgetHasBeenSet =
true;
119 m_budgetTypeHasBeenSet =
true;
120 m_budgetType = value;
140 m_autoRefreshHasBeenSet =
true;
141 m_autoRefresh = value;
153 int m_remainingBudget{0};
160 bool m_startTimeHasBeenSet =
false;
161 bool m_endTimeHasBeenSet =
false;
162 bool m_remainingBudgetHasBeenSet =
false;
163 bool m_budgetHasBeenSet =
false;
164 bool m_budgetTypeHasBeenSet =
false;
165 bool m_autoRefreshHasBeenSet =
false;
AccessBudgetType GetBudgetType() const
AccessBudgetDetails & WithRemainingBudget(int value)
AccessBudgetDetails & WithBudget(int value)
AccessBudgetDetails & WithBudgetType(AccessBudgetType value)
void SetStartTime(StartTimeT &&value)
void SetEndTime(EndTimeT &&value)
bool RemainingBudgetHasBeenSet() const
void SetBudgetType(AccessBudgetType value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetStartTime() const
bool EndTimeHasBeenSet() const
AutoRefreshMode GetAutoRefresh() const
void SetAutoRefresh(AutoRefreshMode value)
bool BudgetHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
AccessBudgetDetails & WithStartTime(StartTimeT &&value)
int GetRemainingBudget() const
bool BudgetTypeHasBeenSet() const
void SetBudget(int value)
bool StartTimeHasBeenSet() const
bool AutoRefreshHasBeenSet() const
AWS_CLEANROOMS_API AccessBudgetDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API AccessBudgetDetails()=default
void SetRemainingBudget(int value)
AccessBudgetDetails & WithEndTime(EndTimeT &&value)
AWS_CLEANROOMS_API AccessBudgetDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AccessBudgetDetails & WithAutoRefresh(AutoRefreshMode value)
Aws::Utils::Json::JsonValue JsonValue