7#include <aws/core/utils/DateTime.h>
8#include <aws/inspector/Inspector_EXPORTS.h>
41 template <
typename BeginDateT = Aws::Utils::DateTime>
43 m_beginDateHasBeenSet =
true;
44 m_beginDate = std::forward<BeginDateT>(value);
46 template <
typename BeginDateT = Aws::Utils::DateTime>
59 template <
typename EndDateT = Aws::Utils::DateTime>
61 m_endDateHasBeenSet =
true;
62 m_endDate = std::forward<EndDateT>(value);
64 template <
typename EndDateT = Aws::Utils::DateTime>
74 bool m_beginDateHasBeenSet =
false;
75 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