7#include <aws/core/utils/DateTime.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
41 template <
typename FromTimeT = Aws::Utils::DateTime>
43 m_fromTimeHasBeenSet =
true;
44 m_fromTime = std::forward<FromTimeT>(value);
46 template <
typename FromTimeT = Aws::Utils::DateTime>
59 template <
typename ToTimeT = Aws::Utils::DateTime>
61 m_toTimeHasBeenSet =
true;
62 m_toTime = std::forward<ToTimeT>(value);
64 template <
typename ToTimeT = Aws::Utils::DateTime>
74 bool m_fromTimeHasBeenSet =
false;
75 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