7#include <aws/core/utils/DateTime.h>
8#include <aws/ecs/ECS_EXPORTS.h>
44 template <
typename BeforeT = Aws::Utils::DateTime>
46 m_beforeHasBeenSet =
true;
47 m_before = std::forward<BeforeT>(value);
49 template <
typename BeforeT = Aws::Utils::DateTime>
63 template <
typename AfterT = Aws::Utils::DateTime>
65 m_afterHasBeenSet =
true;
66 m_after = std::forward<AfterT>(value);
68 template <
typename AfterT = Aws::Utils::DateTime>
70 SetAfter(std::forward<AfterT>(value));
78 bool m_beforeHasBeenSet =
false;
79 bool m_afterHasBeenSet =
false;
AWS_ECS_API CreatedAt(Aws::Utils::Json::JsonView jsonValue)
void SetAfter(AfterT &&value)
AWS_ECS_API CreatedAt & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API CreatedAt()=default
CreatedAt & WithAfter(AfterT &&value)
bool AfterHasBeenSet() const
CreatedAt & WithBefore(BeforeT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool BeforeHasBeenSet() const
const Aws::Utils::DateTime & GetBefore() const
void SetBefore(BeforeT &&value)
const Aws::Utils::DateTime & GetAfter() const
Aws::Utils::Json::JsonValue JsonValue