7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
50 template<
typename BeforeT = Aws::Utils::DateTime>
51 void SetBefore(BeforeT&& value) { m_beforeHasBeenSet =
true; m_before = std::forward<BeforeT>(value); }
52 template<
typename BeforeT = Aws::Utils::DateTime>
63 template<
typename AfterT = Aws::Utils::DateTime>
64 void SetAfter(AfterT&& value) { m_afterHasBeenSet =
true; m_after = std::forward<AfterT>(value); }
65 template<
typename AfterT = Aws::Utils::DateTime>
71 bool m_beforeHasBeenSet =
false;
74 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