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