7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
49 template<
typename FromTimeT = Aws::Utils::DateTime>
50 void SetFromTime(FromTimeT&& value) { m_fromTimeHasBeenSet =
true; m_fromTime = std::forward<FromTimeT>(value); }
51 template<
typename FromTimeT = Aws::Utils::DateTime>
61 template<
typename ToTimeT = Aws::Utils::DateTime>
62 void SetToTime(ToTimeT&& value) { m_toTimeHasBeenSet =
true; m_toTime = std::forward<ToTimeT>(value); }
63 template<
typename ToTimeT = Aws::Utils::DateTime>
69 bool m_fromTimeHasBeenSet =
false;
72 bool m_toTimeHasBeenSet =
false;
bool FromTimeHasBeenSet() const
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEVOPSGURU_API EventTimeRange()=default
void SetToTime(ToTimeT &&value)
const Aws::Utils::DateTime & GetToTime() const
void SetFromTime(FromTimeT &&value)
EventTimeRange & WithFromTime(FromTimeT &&value)
AWS_DEVOPSGURU_API EventTimeRange(Aws::Utils::Json::JsonView jsonValue)
EventTimeRange & WithToTime(ToTimeT &&value)
bool ToTimeHasBeenSet() const
AWS_DEVOPSGURU_API EventTimeRange & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetFromTime() const
Aws::Utils::Json::JsonValue JsonValue