7#include <aws/core/utils/DateTime.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
41 template <
typename StartTimeT = Aws::Utils::DateTime>
43 m_startTimeHasBeenSet =
true;
44 m_startTime = std::forward<StartTimeT>(value);
46 template <
typename StartTimeT = Aws::Utils::DateTime>
59 template <
typename EndTimeT = Aws::Utils::DateTime>
61 m_endTimeHasBeenSet =
true;
62 m_endTime = std::forward<EndTimeT>(value);
64 template <
typename EndTimeT = Aws::Utils::DateTime>
74 bool m_startTimeHasBeenSet =
false;
75 bool m_endTimeHasBeenSet =
false;
AWS_DEVOPSGURU_API InsightTimeRange()=default
AWS_DEVOPSGURU_API InsightTimeRange(Aws::Utils::Json::JsonView jsonValue)
bool StartTimeHasBeenSet() const
bool EndTimeHasBeenSet() const
InsightTimeRange & WithStartTime(StartTimeT &&value)
AWS_DEVOPSGURU_API InsightTimeRange & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
InsightTimeRange & WithEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
void SetEndTime(EndTimeT &&value)
void SetStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
Aws::Utils::Json::JsonValue JsonValue