7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
47 template<
typename BeginDateT = Aws::Utils::DateTime>
48 void SetBeginDate(BeginDateT&& value) { m_beginDateHasBeenSet =
true; m_beginDate = std::forward<BeginDateT>(value); }
49 template<
typename BeginDateT = Aws::Utils::DateTime>
59 template<
typename EndDateT = Aws::Utils::DateTime>
60 void SetEndDate(EndDateT&& value) { m_endDateHasBeenSet =
true; m_endDate = std::forward<EndDateT>(value); }
61 template<
typename EndDateT = Aws::Utils::DateTime>
67 bool m_beginDateHasBeenSet =
false;
70 bool m_endDateHasBeenSet =
false;
void SetEndDate(EndDateT &&value)
bool BeginDateHasBeenSet() const
void SetBeginDate(BeginDateT &&value)
AWS_INSPECTOR_API TimestampRange(Aws::Utils::Json::JsonView jsonValue)
TimestampRange & WithBeginDate(BeginDateT &&value)
AWS_INSPECTOR_API TimestampRange & operator=(Aws::Utils::Json::JsonView jsonValue)
TimestampRange & WithEndDate(EndDateT &&value)
bool EndDateHasBeenSet() const
AWS_INSPECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetBeginDate() const
AWS_INSPECTOR_API TimestampRange()=default
const Aws::Utils::DateTime & GetEndDate() const
Aws::Utils::Json::JsonValue JsonValue