7#include <aws/core/utils/DateTime.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
19namespace GroundStation {
42 template <
typename StartTimeT = Aws::Utils::DateTime>
44 m_startTimeHasBeenSet =
true;
45 m_startTime = std::forward<StartTimeT>(value);
47 template <
typename StartTimeT = Aws::Utils::DateTime>
61 template <
typename EndTimeT = Aws::Utils::DateTime>
63 m_endTimeHasBeenSet =
true;
64 m_endTime = std::forward<EndTimeT>(value);
66 template <
typename EndTimeT = Aws::Utils::DateTime>
76 bool m_startTimeHasBeenSet =
false;
77 bool m_endTimeHasBeenSet =
false;
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API ISO8601TimeRange & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API ISO8601TimeRange(Aws::Utils::Json::JsonView jsonValue)
ISO8601TimeRange & WithEndTime(EndTimeT &&value)
void SetStartTime(StartTimeT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
bool StartTimeHasBeenSet() const
bool EndTimeHasBeenSet() const
ISO8601TimeRange & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
AWS_GROUNDSTATION_API ISO8601TimeRange()=default
Aws::Utils::Json::JsonValue JsonValue