7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
46 template<
typename StartTimeT = Aws::Utils::DateTime>
47 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
48 template<
typename StartTimeT = Aws::Utils::DateTime>
58 template<
typename EndTimeT = Aws::Utils::DateTime>
59 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
60 template<
typename EndTimeT = Aws::Utils::DateTime>
66 bool m_startTimeHasBeenSet =
false;
69 bool m_endTimeHasBeenSet =
false;
CostEstimationTimeRange & WithStartTime(StartTimeT &&value)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
AWS_DEVOPSGURU_API CostEstimationTimeRange()=default
CostEstimationTimeRange & WithEndTime(EndTimeT &&value)
bool StartTimeHasBeenSet() const
AWS_DEVOPSGURU_API CostEstimationTimeRange(Aws::Utils::Json::JsonView jsonValue)
bool EndTimeHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
void SetEndTime(EndTimeT &&value)
AWS_DEVOPSGURU_API CostEstimationTimeRange & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue