7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
41 template <
typename StartT = Aws::Utils::DateTime>
43 m_startHasBeenSet =
true;
44 m_start = std::forward<StartT>(value);
46 template <
typename StartT = Aws::Utils::DateTime>
48 SetStart(std::forward<StartT>(value));
59 template <
typename EndT = Aws::Utils::DateTime>
61 m_endHasBeenSet =
true;
62 m_end = std::forward<EndT>(value);
64 template <
typename EndT = Aws::Utils::DateTime>
66 SetEnd(std::forward<EndT>(value));
74 bool m_startHasBeenSet =
false;
75 bool m_endHasBeenSet =
false;
void SetEnd(EndT &&value)
TimestampRange & WithStart(StartT &&value)
AWS_ACM_API TimestampRange(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetStart() const
bool StartHasBeenSet() const
TimestampRange & WithEnd(EndT &&value)
bool EndHasBeenSet() const
AWS_ACM_API TimestampRange & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStart(StartT &&value)
AWS_ACM_API TimestampRange()=default
const Aws::Utils::DateTime & GetEnd() const
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue